to see result of filter in stdout

Needs to use codec rubydebug for example

Fixes #4811
This commit is contained in:
brizjin 2016-03-13 16:30:52 +03:00 committed by Suyog Rao
parent 3106f3cf91
commit be47b6e935

View file

@ -117,6 +117,13 @@ filter {
}
}
--------------------------------------------------------------------------------
And change output to see a result :
[source,json]
--------------------------------------------------------------------------------
output {
stdout { codec => rubydebug }
}
--------------------------------------------------------------------------------
After processing, the sample line has the following JSON representation: