forked from elastic/logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doc: Add shared attribute for messaging ecs default info (elastic#13083)
Co-authored-by: Ry Biesemeyer <yaauie@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
///// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters