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 beba12e commit 37a87dcCopy full SHA for 37a87dc
lib/logstash/outputs/file.rb
@@ -13,7 +13,7 @@
13
# output {
14
# file {
15
# path => ...
16
-# codec => { line { format => "custom format: %{message}"}}
+# codec => line { format => "custom format: %{message}"}
17
# }
18
19
class LogStash::Outputs::File < LogStash::Outputs::Base
0 commit comments