packetbeat 报http_parser.go:156: WARN Failed to understand HTTP response status: 200
Beats | 作者 jason0112 | 发布于2018年04月07日 | 阅读数:3638[b]packetbeat.yml配置
[/b]
packetbeat.interfaces.device: lo0
packetbeat.protocols:
ports: [8088]
send_request: true
include_body_for: ["application/json", "application/x-www-form-urlencoded", "multipart/form-data"]
output.logstash:
# The Logstash hosts
hosts: ["localhost:5044"]
send_response: false
[b]logstash配置
[/b]
input {
beats {
port => 5044
}
}
output {
stdout{codec=>rubydebug}
}
浏览器请求:http://localhost:8088/
packetbeat 报:http_parser.go:156: WARN Failed to understand HTTP response status: 200
logstash无何反应,
packetbeat 其它配置无问题,问题只出现在http协议!请大牛帮忙看看,谢谢!
2 个回复
ggg
赞同来自:
notliulk
赞同来自: