一直在网上寻找logstash http输入插件配置的配置示例,并尝试按照我发现的一次。仍然遇到以下配置问题:
input {
http {
host => "127.0.0.1"
post => "31311"
tags => "wpedit"
}
}
output {
elasticsearch {hosts => "localhost:9400"}
}
运行service logstash restart
时,它会以Configuration error. Not restarting. Re-run with configtest parameter for details
回复。
所以我运行了一个配置测试(/opt/logstash/bin/logstash --configtest
),它说一切都很好。
所以,我的问题是,如何才能找到配置错误?你能看到明显不正确的东西吗?如果你不知道的话,我对Elasticsearch的世界还是比较陌生的......