mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
to see result of filter in stdout
Needs to use codec rubydebug for example Fixes #4811
This commit is contained in:
parent
3106f3cf91
commit
be47b6e935
1 changed files with 7 additions and 0 deletions
7
docs/static/advanced-pipeline.asciidoc
vendored
7
docs/static/advanced-pipeline.asciidoc
vendored
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue