diff --git a/docs/index.asciidoc b/docs/index.asciidoc index d3386f2e1..9519e6d65 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -97,6 +97,9 @@ include::static/upgrading.asciidoc[] :edit_url!: include::static/configuration.asciidoc[] +:edit_url!: +include::static/security/logstash.asciidoc[] + // Advanced Logstash Configurion :edit_url!: @@ -126,12 +129,6 @@ include::static/ls-ls-config.asciidoc[] :edit_url!: include::static/management/configuring-centralized-pipelines.asciidoc[] -:edit_url!: -include::static/security/logstash.asciidoc[] - -:edit_url!: -include::static/setup/configuring-xls.asciidoc[] - :edit_url!: include::static/field-reference.asciidoc[] diff --git a/docs/static/settings-file.asciidoc b/docs/static/settings-file.asciidoc index 00795bbad..68addeaef 100644 --- a/docs/static/settings-file.asciidoc +++ b/docs/static/settings-file.asciidoc @@ -63,7 +63,7 @@ modules: IMPORTANT: If the <> `--modules` is used, any modules defined in the `logstash.yml` file will be ignored. -The `logstash.yml` file includes the following settings. If you are using X-Pack, also see {logstash-ref}/settings-xpack.html[X-Pack Settings in Logstash]. +The `logstash.yml` file includes the following settings. [options="header"] |======================================================================= diff --git a/docs/static/setup/configuring-xls.asciidoc b/docs/static/setup/configuring-xls.asciidoc deleted file mode 100644 index a4702e36e..000000000 --- a/docs/static/setup/configuring-xls.asciidoc +++ /dev/null @@ -1,11 +0,0 @@ -[role="xpack"] -[[settings-xpack]] -=== {xpack} Settings in Logstash -[subs="attributes"] -++++ -{xpack} Settings -++++ - -include::{asciidoc-dir}/../../shared/settings.asciidoc[] - -For more Logstash configuration settings, see <>.