使用Http input plugin
版本。 localhost
使用端口2099
连接到Tomcat
。
Elasticsearch
是Web应用程序服务器。输出被索引到connection refused
。
错误情景:
当Tomcat启动并且logstash关闭并向localhost提供命中时:2199并且有一条消息要从我的应用程序索引到ES中,导致localhost:2199
错误。
问题:如何在通过HTTP POST方法向logstash输入发送事件之前验证html2canvas(target, {
onrendered: function(canvas) {
var data = canvas.toDataURL("image/png", 1);
download(data, "Graph.png", "image/png");
//window.open(data); // while testing, instead of download.
}
});
是否已经启动?
可以通过配置更改来完成此验证吗?
答案 0 :(得分:0)
http输入插件在运行时会监听已定义的端口并以这种方式接受事件。如果它没有运行,则取决于发送数据以重试/缓冲/等等。你所描述的不是一个logstash问题。