From 8cf3b2dfeb37c2705d908d58bb139d680d3ff23e Mon Sep 17 00:00:00 2001 From: Mariana Dima Date: Mon, 31 Aug 2020 11:12:05 +0200 Subject: [PATCH] Update filebeat azure module documentation (#20815) * mofidy doc * fix doc * changelog (cherry picked from commit 7fbbdca91b5cdfcb943ff7f7b7312219ae9986c0) --- CHANGELOG.next.asciidoc | 1 + filebeat/docs/modules/azure.asciidoc | 8 ++++---- x-pack/filebeat/module/azure/_meta/docs.asciidoc | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 6daae9f746f..4570781a08f 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -75,6 +75,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fixed typo in log message. {pull}17897[17897] - Fix long registry migration times. {pull}20717[20717] {issue}20705[20705] - Fix event types and categories in auditd module to comply with ECS {pull}20652[20652] +- Update documentation in the azure module filebeat. {pull}20815[20815] *Heartbeat* diff --git a/filebeat/docs/modules/azure.asciidoc b/filebeat/docs/modules/azure.asciidoc index b194b7c320c..853fba43756 100644 --- a/filebeat/docs/modules/azure.asciidoc +++ b/filebeat/docs/modules/azure.asciidoc @@ -58,7 +58,7 @@ Will retrieve azure Active Directory audit logs. The audit logs provide traceabi signinlogs: enabled: false var: - eventhub: ["insights-logs-signinlogs"] + eventhub: "insights-logs-signinlogs" consumer_group: "$Default" connection_string: "" storage_account: "" @@ -69,9 +69,9 @@ Will retrieve azure Active Directory audit logs. The audit logs provide traceabi `eventhub` :: - _[]string_ -Is a fully managed, real-time data ingestion service. -Default value `insights-operational-logs` + _string_ +Is the fully managed, real-time data ingestion service. +Default value `insights-operational-logs`. `consumer_group` :: _string_ diff --git a/x-pack/filebeat/module/azure/_meta/docs.asciidoc b/x-pack/filebeat/module/azure/_meta/docs.asciidoc index eea82995532..aa5c854b457 100644 --- a/x-pack/filebeat/module/azure/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/azure/_meta/docs.asciidoc @@ -53,7 +53,7 @@ Will retrieve azure Active Directory audit logs. The audit logs provide traceabi signinlogs: enabled: false var: - eventhub: ["insights-logs-signinlogs"] + eventhub: "insights-logs-signinlogs" consumer_group: "$Default" connection_string: "" storage_account: "" @@ -64,9 +64,9 @@ Will retrieve azure Active Directory audit logs. The audit logs provide traceabi `eventhub` :: - _[]string_ -Is a fully managed, real-time data ingestion service. -Default value `insights-operational-logs` + _string_ +Is the fully managed, real-time data ingestion service. +Default value `insights-operational-logs`. `consumer_group` :: _string_