Skip to content

Commit

Permalink
output.logstash.index doc update (elastic#17496) (elastic#17810)
Browse files Browse the repository at this point in the history
Updated the output.logstash.index section to include a note explaing that this parameter's value will be assigend to the metadata.beat field in order to be reused in the Logstash output section.

Co-authored-by: chrousto <christophe.chazeau@gmail.com>

Co-authored-by: chrousto <christophe.chazeau@gmail.com>
  • Loading branch information
dedemorton and chrousto authored Apr 18, 2020
1 parent a53596d commit a60a2af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libbeat/outputs/logstash/docs/logstash.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ The index root name to write events to. The default is the Beat name. For
example +"{beat_default_index_prefix}"+ generates +"[{beat_default_index_prefix}-]{version}-YYYY.MM.DD"+
indices (for example, +"{beat_default_index_prefix}-{version}-2017.04.26"+).

NOTE: This parameter's value will be assigned to the `metadata.beat` field. It
can then be accessed in Logstash's output section as `%{[@metadata][beat]}`.

===== `ssl`

Configuration options for SSL parameters like the root CA for Logstash connections. See
Expand Down

0 comments on commit a60a2af

Please sign in to comment.