Skip to content

Commit

Permalink
fix policy_name default value (elastic#12592)
Browse files Browse the repository at this point in the history
agent.version should surrounded by %{} to be resolved
  • Loading branch information
immon authored and kvch committed Aug 29, 2019
1 parent 6d52bf3 commit 3161191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/shared-ilm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ overwrite the template to apply the changes.
==== `setup.ilm.policy_name`

The name to use for the lifecycle policy. The default is
+{beatname_lc}-\{{beat_version_key}\}+.
+{beatname_lc}-%\{[{beat_version_key}]\}+.

[float]
[[setup-ilm-policy_file-option]]
Expand Down

0 comments on commit 3161191

Please sign in to comment.