无论才能、知识多么卓著,如果缺乏热情,则无异纸上画饼充饥,无补于事。

logstash output exec

Logstash | 作者 pegasus_zhang | 发布于2019年10月21日 | 阅读数:2460

logstash运行这个配置为何在shell上输出为空?
output {
exec {
command => "echo \"%{message}\""
}
}
(message确定是有内容的)
已邀请:

rochy - rochy_he

赞同来自:

output {
exec {
command => "echo %{message}"
}
}

要回复问题请先登录注册