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
10 changes: 6 additions & 4 deletions packages/hid_bravura_monitor/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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.

Expand Down Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions packages/hid_bravura_monitor/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 6 additions & 4 deletions packages/hid_bravura_monitor/docs/README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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.

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/hid_bravura_monitor/manifest.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down