yangcaixing

Results 7 comments of yangcaixing

and after I installed the elastalert server with docker image, it also display the bellow error, I also add configuration"elastalert-kibana-plugin.serverHost: 127.0.0.1, elastalert-kibana-plugin.serverPort: 9200" to the /etc/kibana/kibana.yml, if anyone can help...

> Do you have any logs? > > I got a similar error but that was because my container image wasn't able to start properly due to trendmicro dsagent.exe having...

> Hi, > > Are you able to see some system logs for docker? Probably it will show the reason why the container wasn't able to start properly. Hi Rob,...

> It is trying to connect to elasticsearch at localhost:9200. Where is your elsaticsearch hosted? You might need to update the config file to the exact elasticsearch hostname. Hi rob,...

of course, it's up . My ELK is v.7.0.1, and in elasticseach.yml ,network.host must be set to 127.0.0.1 or localhost, otherwise elasticseach.service will also failed. I don't know if it...

here is my elasticsearch.yml: [elasticsearch.txt](https://github.com/bitsensor/elastalert-kibana-plugin/files/3357751/elasticsearch.txt)

yes, I tried, but for elk v7.0.1, if setup network.host:0.0.0.0, elasticsearch.service will always failed, must setup 127.0.0.1 or localhost , you can have a try.