mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Doc: Add shared attribute for messaging ecs default info (#13265)
Backports #13083 to 7.x Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
This commit is contained in:
parent
1f61038456
commit
7481112610
3 changed files with 24 additions and 0 deletions
10
docs/include/attributes-ls.asciidoc
Normal file
10
docs/include/attributes-ls.asciidoc
Normal file
|
@ -0,0 +1,10 @@
|
|||
/////
|
||||
These settings control attributes for Logstash core content
|
||||
in the Logstash Reference (LSR) only.
|
||||
|
||||
Shared attributes for the plugin docs (in the LSR and VPR) should
|
||||
go in /docs/include/attributes-lsplugins.asciidoc instead
|
||||
with a corresponding change to the VPR settings in
|
||||
logstash-docs/docs/versioned-plugins/include/attributes-ls-vpr.asciidoc
|
||||
/////
|
||||
|
12
docs/include/attributes-lsplugins.asciidoc
Normal file
12
docs/include/attributes-lsplugins.asciidoc
Normal file
|
@ -0,0 +1,12 @@
|
|||
/////
|
||||
These settings control attributes in the LSR only.
|
||||
They correspond to the VPR settings in logstash-docs/docs/versioned-plugins/include/attributes-ls-vpr.asciidoc
|
||||
When we update one, we must update settings in the other location,
|
||||
|
||||
Attribute text formatted without hard wrap is deliberate.
|
||||
Otherwise, text breaks at return and content isn't displayed in its entirety.
|
||||
/////
|
||||
|
||||
|
||||
:ecs-default: The `pipeline.ecs_compatibility` setting is available in {logstash-ref}/logstash-settings-file.html[`logstash.yml`] and `pipelines.yml`. Any value in `pipeline.ecs_compatibility` other than `disabled` is considered BETA and unsupported until Logstash 8.0 and the final 7.x version are released. Having this pipeline level flag set will cause even patch-level upgrades to automatically consume breaking changes in the upgraded plugins, changing the shape of data the plugin produces.
|
||||
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]
|
||||
include::{docs-root}/shared/attributes.asciidoc[]
|
||||
include::./include/attributes-ls.asciidoc[]
|
||||
include::./include/attributes-lsplugins.asciidoc[]
|
||||
|
||||
:include-xpack: true
|
||||
:lang: en
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue