作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试使用收集的编解码器设置logstash。这是我的配置:
collectd.conf
Hostname "localhost"
LoadPlugin interface
LoadPlugin load
LoadPlugin memory
LoadPlugin network
<Plugin interface>
Interface "eth0"
IgnoreSelected false
</Plugin>
<Plugin network>
<Server "127.0.0.1" >
</Server>
</Plugin>
input {
udp {
port => 25826
buffer_size => 1452
codec => collectd { }
type => "collectd"
}
}
output {
stdout {}
}
2015-03-05T22:06:35.802+0000 localhost %{message}
最佳答案
好吧,经过了我无法接受的几个小时之后,我才知道了。您必须为输出指定编解码器,例如:
output {
stdout { codec => json }
}
关于elasticsearch - Logstash收集的编解码器从收集的空消息中获取空消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28888836/
我是一名优秀的程序员,十分优秀!