Skip to content

Commit 5b0dcf7

Browse files
authored
Update sample code snippet in the docs
Fixes elastic/docs-content#3368
1 parent 4942dc5 commit 5b0dcf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ You can customise the line format using the `line` codec like:
147147
[source,ruby]
148148
-----
149149
output {
150-
file {
150+
csv {
151151
path => ...
152152
codec => line { format => "custom format: %{message}"}
153153
}
@@ -180,4 +180,4 @@ may not make the values safe in your spreadsheet application
180180
include::{include_path}/{type}.asciidoc[]
181181

182182

183-
:default_codec!:
183+
:default_codec!:

0 commit comments

Comments
 (0)