Skip to content

Commit

Permalink
remove working in progress comment (#22367)
Browse files Browse the repository at this point in the history
* 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.

* Run make update and fix example formatting

Co-authored-by: DeDe Morton <[email protected]>
  • Loading branch information
Leaf-Lin and dedemorton authored Nov 5, 2020
1 parent 038a6dc commit f0bad21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 3 additions & 7 deletions filebeat/docs/modules/azure.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -65,7 +66,7 @@ Will retrieve azure Active Directory audit logs. The audit logs provide traceabi
storage_account_key: ""
resource_manager_endpoint: ""
```
----


`eventhub` ::
Expand Down Expand Up @@ -107,11 +108,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

Expand Down
10 changes: 3 additions & 7 deletions x-pack/filebeat/module/azure/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -60,7 +61,7 @@ Will retrieve azure Active Directory audit logs. The audit logs provide traceabi
storage_account_key: ""
resource_manager_endpoint: ""
```
----


`eventhub` ::
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f0bad21

Please sign in to comment.