diff --git a/packages/juniper_junos/_dev/build/docs/README.md b/packages/juniper_junos/_dev/build/docs/README.md index 947b17cd9a0..a394741f793 100644 --- a/packages/juniper_junos/_dev/build/docs/README.md +++ b/packages/juniper_junos/_dev/build/docs/README.md @@ -1,6 +1,6 @@ # Juniper JunOS integration -This is an integration for ingesting logs from Juniper JunOS. +This is an integration for ingesting logs from [Juniper JunOS](https://www.juniper.net/documentation/product/us/en/junos-os). For more information on sending syslog messages from JunOS to a remote destination such as a file / syslog host, see: [Directing System Log Messages to a Remote Machine or the Other Routing Engine](https://www.juniper.net/documentation/us/en/software/junos/network-mgmt/topics/topic-map/directing-system-log-messages-to-a-remote-destination.html). ### Log diff --git a/packages/juniper_junos/changelog.yml b/packages/juniper_junos/changelog.yml index fd36fca681e..4d0e0d3edc3 100644 --- a/packages/juniper_junos/changelog.yml +++ b/packages/juniper_junos/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "0.2.1" + changes: + - description: Added link to Jupiter Junos documentation + type: enhancement + link: https://github.com/elastic/integrations/pull/3133 - version: "0.2.0" changes: - description: Update to ECS 8.2.0 diff --git a/packages/juniper_junos/docs/README.md b/packages/juniper_junos/docs/README.md index 4f6bbcc9c54..077678084fb 100644 --- a/packages/juniper_junos/docs/README.md +++ b/packages/juniper_junos/docs/README.md @@ -1,6 +1,6 @@ # Juniper JunOS integration -This is an integration for ingesting logs from Juniper JunOS. +This is an integration for ingesting logs from [Juniper JunOS](https://www.juniper.net/documentation/product/us/en/junos-os). For more information on sending syslog messages from JunOS to a remote destination such as a file / syslog host, see: [Directing System Log Messages to a Remote Machine or the Other Routing Engine](https://www.juniper.net/documentation/us/en/software/junos/network-mgmt/topics/topic-map/directing-system-log-messages-to-a-remote-destination.html). ### Log diff --git a/packages/juniper_junos/manifest.yml b/packages/juniper_junos/manifest.yml index 3f4ba534485..23d0d28294e 100644 --- a/packages/juniper_junos/manifest.yml +++ b/packages/juniper_junos/manifest.yml @@ -1,7 +1,7 @@ format_version: 1.0.0 name: juniper_junos title: Juniper JunOS -version: 0.2.0 +version: 0.2.1 description: Collect logs from Juniper JunOS with Elastic Agent. categories: ["network", "security"] release: experimental