i tried the exec plugin of logstash:
output {
exec {
codec => line { format => "%{message}"}
command => "echo %{message}"
}
}
but nothing print out , only shown:
[2019-10-30T22:18:42,715][INFO ][logstash.outputs.exec ][main]
why nothing printed ? (it can be sure that the "message" is not null)
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.