Logstash provides as output plugin the stdout
plugin. You can use json
or rubydebug
in the beginning for debugging the outcome of the logstash pipeline. For mass data import it is just too much, therefore the appropriate codec is dots
.
output {
stdout { codec => "dots" }
}
Logstash will output ..
as long it is working. If the output stops, you can stop your pipeline.