We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4ec9a commit e782a58Copy full SHA for e782a58
docs/index.asciidoc
@@ -126,9 +126,9 @@ See config below for an example:
126
[source,ruby]
127
output {
128
elasticsearch {
129
- ilm_rollover_alias: "custom"
130
- ilm_pattern: "000001"
131
- ilm_policy: "custom_policy"
+ ilm_rollover_alias => "custom"
+ ilm_pattern => "000001"
+ ilm_policy => "custom_policy"
132
}
133
134
0 commit comments