diff --git a/packages/udp/_dev/build/docs/README.md b/packages/udp/_dev/build/docs/README.md index f08ad31c50f..b88047c2d39 100644 --- a/packages/udp/_dev/build/docs/README.md +++ b/packages/udp/_dev/build/docs/README.md @@ -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/). diff --git a/packages/udp/changelog.yml b/packages/udp/changelog.yml index 0e0a0400587..5df3dafc325 100644 --- a/packages/udp/changelog.yml +++ b/packages/udp/changelog.yml @@ -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 diff --git a/packages/udp/docs/README.md b/packages/udp/docs/README.md index f08ad31c50f..b88047c2d39 100644 --- a/packages/udp/docs/README.md +++ b/packages/udp/docs/README.md @@ -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/). diff --git a/packages/udp/manifest.yml b/packages/udp/manifest.yml index 313aaa0808e..4fe38e8c84f 100644 --- a/packages/udp/manifest.yml +++ b/packages/udp/manifest.yml @@ -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"