diff --git a/packages/hid_bravura_monitor/_dev/build/docs/README.md b/packages/hid_bravura_monitor/_dev/build/docs/README.md index 461c89d903e..b292c869379 100644 --- a/packages/hid_bravura_monitor/_dev/build/docs/README.md +++ b/packages/hid_bravura_monitor/_dev/build/docs/README.md @@ -1,6 +1,6 @@ # Hitachi ID Bravura Monitor Integration -The *Hitachi ID Bravura Monitor* integration fetches and parses logs from a Bravura Security Fabric instance. +The Hitachi ID Bravura Monitor integration fetches and parses logs from a [Bravura Security Fabric](https://docs.hitachi-id.net/#/index/10/11) instance. When you run the integration, it performs the following tasks automatically: @@ -16,7 +16,7 @@ for visualizing in Kibana ## Compatibility -The *Hitachi ID Bravura Monitor* integration was tested with logs from `Bravura Security Fabric 12.3.0` running on Windows Server 2016. +The Hitachi ID Bravura Monitor integration was tested with logs from `Bravura Security Fabric 12.3.0` running on Windows Server 2016. The integration was also tested with Bravura Security Fabric/IDM Suite 11.x, 12.x series. @@ -134,8 +134,10 @@ processors: *`paths`* An array of glob-based paths that specify where to look for the log files. All -patterns supported by https://golang.org/pkg/path/filepath/#Glob[Go Glob] -are also supported here. For example, you can use wildcards to fetch all files +patterns supported by [Go Glob](https://golang.org/pkg/path/filepath/#Glob) +are also supported here. + +For example, you can use wildcards to fetch all files from a predefined level of subdirectories: `/path/to/log/*/*.log`. This fetches all `.log` files from the subfolders of `/path/to/log`. It does not fetch log files from the `/path/to/log` folder itself. If this setting is left diff --git a/packages/hid_bravura_monitor/changelog.yml b/packages/hid_bravura_monitor/changelog.yml index 4c880e07b99..2f4d60acaf8 100644 --- a/packages/hid_bravura_monitor/changelog.yml +++ b/packages/hid_bravura_monitor/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.0.3" + changes: + - description: Update readme + type: enhancement + link: https://github.com/elastic/integrations/pull/3108 - version: "1.0.2" changes: - description: Add documentation for multi-fields diff --git a/packages/hid_bravura_monitor/docs/README.md b/packages/hid_bravura_monitor/docs/README.md index 5018e8a093b..e23374a7f02 100644 --- a/packages/hid_bravura_monitor/docs/README.md +++ b/packages/hid_bravura_monitor/docs/README.md @@ -1,6 +1,6 @@ # Hitachi ID Bravura Monitor Integration -The *Hitachi ID Bravura Monitor* integration fetches and parses logs from a Bravura Security Fabric instance. +The Hitachi ID Bravura Monitor integration fetches and parses logs from a [Bravura Security Fabric](https://docs.hitachi-id.net/#/index/10/11) instance. When you run the integration, it performs the following tasks automatically: @@ -16,7 +16,7 @@ for visualizing in Kibana ## Compatibility -The *Hitachi ID Bravura Monitor* integration was tested with logs from `Bravura Security Fabric 12.3.0` running on Windows Server 2016. +The Hitachi ID Bravura Monitor integration was tested with logs from `Bravura Security Fabric 12.3.0` running on Windows Server 2016. The integration was also tested with Bravura Security Fabric/IDM Suite 11.x, 12.x series. @@ -134,8 +134,10 @@ processors: *`paths`* An array of glob-based paths that specify where to look for the log files. All -patterns supported by https://golang.org/pkg/path/filepath/#Glob[Go Glob] -are also supported here. For example, you can use wildcards to fetch all files +patterns supported by [Go Glob](https://golang.org/pkg/path/filepath/#Glob) +are also supported here. + +For example, you can use wildcards to fetch all files from a predefined level of subdirectories: `/path/to/log/*/*.log`. This fetches all `.log` files from the subfolders of `/path/to/log`. It does not fetch log files from the `/path/to/log` folder itself. If this setting is left diff --git a/packages/hid_bravura_monitor/manifest.yml b/packages/hid_bravura_monitor/manifest.yml index eb761c62d82..d9abe868bef 100644 --- a/packages/hid_bravura_monitor/manifest.yml +++ b/packages/hid_bravura_monitor/manifest.yml @@ -1,6 +1,6 @@ name: hid_bravura_monitor title: Hitachi ID Bravura Monitor -version: 1.0.2 +version: 1.0.3 categories: ["security"] release: ga description: Collect logs from Hitachi ID Security Fabric with Elastic Agent.