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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/udp/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Custom UDP Log integration

The custom UDP Log package intialize a listening UDP socket that collects any UDP traffic received and sends each line as a document to Elasticsearch.
The custom UDP Log package intializes a listening UDP socket that collects any UDP traffic received and sends each line as a document to Elasticsearch.
Custom ingest pipelines may be added by adding the name to the pipeline configuration option, creating custom ingest pipelines can be done either through the API or the [Ingest Node Pipeline UI](/app/management/ingest/ingest_pipelines/).
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.1.1"
changes:
- description: Fixing typo in readme
type: bugfix
link: https://github.com/elastic/integrations/pull/3175
- version: "1.1.0"
changes:
- description: Update ECS to 8.2
Expand Down
2 changes: 1 addition & 1 deletion packages/udp/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Custom UDP Log integration

The custom UDP Log package intialize a listening UDP socket that collects any UDP traffic received and sends each line as a document to Elasticsearch.
The custom UDP Log package intializes a listening UDP socket that collects any UDP traffic received and sends each line as a document to Elasticsearch.
Custom ingest pipelines may be added by adding the name to the pipeline configuration option, creating custom ingest pipelines can be done either through the API or the [Ingest Node Pipeline UI](/app/management/ingest/ingest_pipelines/).
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.1.0
version: 1.1.1
release: ga
conditions:
kibana.version: "^7.16.0 || ^8.0.0"
Expand Down