Skip to content

Commit

Permalink
Fix includes to fix broken doc build (elastic#25401)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored Apr 28, 2021
1 parent 5a5fa15 commit 583b977
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
17 changes: 5 additions & 12 deletions filebeat/docs/modules/zookeeper.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ The +{modulename}+ module was tested with logs from versions 3.7.0.

include::../include/configuring-intro.asciidoc[]

//set the fileset name used in the included example
:fileset_ex: audit

include::../include/config-option-intro.asciidoc[]

The following example shows how to set paths in the +modules.d/{modulename}.yml+
file to override the default paths for logs:

Expand Down Expand Up @@ -54,25 +59,13 @@ Audit logging is available since Zookeeper 3.6.0, but it is disabled by default.
audit.enable=true
----------------------

//set the fileset name used in the included example
:fileset_ex: audit

include::../include/config-option-intro.asciidoc[]

[float]
==== `audit` fileset settings

include::../include/var-paths.asciidoc[]

include::../include/timezone-support.asciidoc[]

:fileset_ex!:

//set the fileset name used in the included example
:fileset_ex: log

include::../include/config-option-intro.asciidoc[]

[float]
==== `log` fileset settings

Expand Down
17 changes: 5 additions & 12 deletions x-pack/filebeat/module/zookeeper/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ The +{modulename}+ module was tested with logs from versions 3.7.0.

include::../include/configuring-intro.asciidoc[]

//set the fileset name used in the included example
:fileset_ex: audit

include::../include/config-option-intro.asciidoc[]

The following example shows how to set paths in the +modules.d/{modulename}.yml+
file to override the default paths for logs:

Expand Down Expand Up @@ -49,25 +54,13 @@ Audit logging is available since Zookeeper 3.6.0, but it is disabled by default.
audit.enable=true
----------------------

//set the fileset name used in the included example
:fileset_ex: audit

include::../include/config-option-intro.asciidoc[]

[float]
==== `audit` fileset settings

include::../include/var-paths.asciidoc[]

include::../include/timezone-support.asciidoc[]

:fileset_ex!:

//set the fileset name used in the included example
:fileset_ex: log

include::../include/config-option-intro.asciidoc[]

[float]
==== `log` fileset settings

Expand Down

0 comments on commit 583b977

Please sign in to comment.