Skip to content

Commit

Permalink
Add default evenhub settings for each log type (elastic#27459)
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
  • Loading branch information
insukcho and bmorelli25 committed Aug 19, 2021
1 parent 5ec88b7 commit 1d8049a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions filebeat/docs/modules/azure.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Will retrieve azure Active Directory audit logs. The audit logs provide traceabi
`eventhub` ::
_string_
Is the fully managed, real-time data ingestion service.
Default value `insights-operational-logs`.
Default value of `insights-operational-logs` for activitylogs, `insights-logs-auditlogs` for auditlogs, and `insights-logs-signinlogs` for signinlogs. It is recommended to use a separate eventhub for each log type as the field mappings of each log type are different.

`consumer_group` ::
_string_
Expand Down Expand Up @@ -127,12 +127,6 @@ The azure module comes with several predefined dashboards for general cloud over
image::./images/filebeat-azure-overview.png[]








[float]
=== Fields

Expand Down
8 changes: 1 addition & 7 deletions x-pack/filebeat/module/azure/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Will retrieve azure Active Directory audit logs. The audit logs provide traceabi
`eventhub` ::
_string_
Is the fully managed, real-time data ingestion service.
Default value `insights-operational-logs`.
Default value of `insights-operational-logs` for activitylogs, `insights-logs-auditlogs` for auditlogs, and `insights-logs-signinlogs` for signinlogs. It is recommended to use a separate eventhub for each log type as the field mappings of each log type are different.

`consumer_group` ::
_string_
Expand Down Expand Up @@ -120,9 +120,3 @@ include::../include/gs-link.asciidoc[]
The azure module comes with several predefined dashboards for general cloud overview, user activity and alerts. For example:

image::./images/filebeat-azure-overview.png[]






0 comments on commit 1d8049a

Please sign in to comment.