Skip to content

Commit

Permalink
Update example command to change an index name (#37131) (#37133)
Browse files Browse the repository at this point in the history
(cherry picked from commit 979fab9)

Co-authored-by: David Kilfoyle <[email protected]>
  • Loading branch information
mergify[bot] and kilfoyle authored Nov 15, 2023
1 parent b9ba254 commit b39dfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/howto/change-index-name.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ in the {es} output. You also need to configure the `setup.template.name` and
["source","sh",subs="attributes,callouts"]
-----
output.elasticsearch.index: "customname-%{[{beat_version_key}]}"
setup.template.name: "customname"
setup.template.name: "customname-%{[{beat_version_key}]}"
setup.template.pattern: "customname-%{[{beat_version_key}]}"
-----

Expand Down

0 comments on commit b39dfa3

Please sign in to comment.