diff --git a/packages/netscout/changelog.yml b/packages/netscout/changelog.yml index ac0dd05dc1f..3407fba20c7 100644 --- a/packages/netscout/changelog.yml +++ b/packages/netscout/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.10.1" + changes: + - description: Tidy up of Markdown in Readme.md, including adding link to developer's documentation + type: enhancement + link: https://github.com/elastic/integrations/pull/3004 - version: "0.10.0" changes: - description: Update package to ECS 8.4.0 diff --git a/packages/netscout/docs/README.md b/packages/netscout/docs/README.md index a4a8aea38d9..fd42ff4fedf 100644 --- a/packages/netscout/docs/README.md +++ b/packages/netscout/docs/README.md @@ -1,7 +1,8 @@ # Netscout integration -This integration is for Netscout device's logs. It includes the following +This integration is for [Netscout](https://www.netscout.com/product/arbor-sightline) device's logs. It includes the following datasets for receiving logs over syslog or read from a file: + - `sightline` dataset: supports Arbor Peakflow SP logs. ### Sightline diff --git a/packages/netscout/manifest.yml b/packages/netscout/manifest.yml index 2e05f5c298c..da62ca8d4ad 100644 --- a/packages/netscout/manifest.yml +++ b/packages/netscout/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: netscout title: Arbor Peakflow SP Logs -version: "0.10.0" +version: "0.10.1" description: Collect and parse logs from Netscout Arbor Peakflow SP with Elastic Agent. categories: ["security"] release: experimental