Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/udp/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.0.1"
changes:
- description: Fixing typo in manifest for listen address
type: bugfix
link: https://github.com/elastic/integrations/pull/2671
- version: "1.0.0"
changes:
- description: Initial Release
Expand Down
2 changes: 1 addition & 1 deletion packages/udp/data_stream/generic/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ streams:
title: Custom UDP Logs
template_path: udp.yml.hbs
vars:
- name: listen_adress
- name: listen_address
type: text
title: Listen Address
description: |
Expand Down
2 changes: 1 addition & 1 deletion packages/udp/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: udp
title: Custom UDP Logs
description: Collect raw UDP data from listening UDP port with Elastic Agent.
type: integration
version: 1.0.0
version: 1.0.1
release: ga
conditions:
kibana.version: "^7.16.0 || ^8.0.0"
Expand Down