From b0ba36af8926e5d572a6f32302b36cd24c1194d8 Mon Sep 17 00:00:00 2001 From: Leaf-Lin <39002973+Leaf-Lin@users.noreply.github.com> Date: Tue, 3 Nov 2020 15:17:40 +1100 Subject: [PATCH 1/2] remove working in progress comment I remove the TODO comment because it shouldn't be left in the 7.9 (current) version. Same thing needs to be fixed in 7.10 and master. --- filebeat/docs/modules/azure.asciidoc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/filebeat/docs/modules/azure.asciidoc b/filebeat/docs/modules/azure.asciidoc index 853fba43756..d4847e17366 100644 --- a/filebeat/docs/modules/azure.asciidoc +++ b/filebeat/docs/modules/azure.asciidoc @@ -107,11 +107,6 @@ include::../include/what-happens.asciidoc[] include::../include/gs-link.asciidoc[] -[float] -=== Compatibility - -TODO: document with what versions of the software is this tested - [float] === Dashboards From b86d64b25c628905c696250394f2ab512e10322f Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Wed, 4 Nov 2020 15:45:56 -0800 Subject: [PATCH 2/2] Run make update and fix example formatting --- filebeat/docs/modules/azure.asciidoc | 5 +++-- x-pack/filebeat/module/azure/_meta/docs.asciidoc | 10 +++------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/filebeat/docs/modules/azure.asciidoc b/filebeat/docs/modules/azure.asciidoc index d4847e17366..45010618214 100644 --- a/filebeat/docs/modules/azure.asciidoc +++ b/filebeat/docs/modules/azure.asciidoc @@ -33,7 +33,8 @@ Will retrieve azure Active Directory audit logs. The audit logs provide traceabi [float] === Module configuration -``` +[source,yaml] +---- - module: azure activitylogs: enabled: true @@ -65,7 +66,7 @@ Will retrieve azure Active Directory audit logs. The audit logs provide traceabi storage_account_key: "" resource_manager_endpoint: "" -``` +---- `eventhub` :: diff --git a/x-pack/filebeat/module/azure/_meta/docs.asciidoc b/x-pack/filebeat/module/azure/_meta/docs.asciidoc index aa5c854b457..485d6ddcab3 100644 --- a/x-pack/filebeat/module/azure/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/azure/_meta/docs.asciidoc @@ -28,7 +28,8 @@ Will retrieve azure Active Directory audit logs. The audit logs provide traceabi [float] === Module configuration -``` +[source,yaml] +---- - module: azure activitylogs: enabled: true @@ -60,7 +61,7 @@ Will retrieve azure Active Directory audit logs. The audit logs provide traceabi storage_account_key: "" resource_manager_endpoint: "" -``` +---- `eventhub` :: @@ -102,11 +103,6 @@ include::../include/what-happens.asciidoc[] include::../include/gs-link.asciidoc[] -[float] -=== Compatibility - -TODO: document with what versions of the software is this tested - [float] === Dashboards