Skip to content

Commit e782a58

Browse files
rsdrakhjsvd
authored andcommitted
corrected logstash syntax
=> instead of :
1 parent df4ec9a commit e782a58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ See config below for an example:
126126
[source,ruby]
127127
output {
128128
elasticsearch {
129-
ilm_rollover_alias: "custom"
130-
ilm_pattern: "000001"
131-
ilm_policy: "custom_policy"
129+
ilm_rollover_alias => "custom"
130+
ilm_pattern => "000001"
131+
ilm_policy => "custom_policy"
132132
}
133133
}
134134

0 commit comments

Comments
 (0)