[ERROR][logstash.inputs.metrics

Hello,

I have installed the ELK with docker in this images versions:

docker.elastic.co/kibana/kibana 5.4.3
docker.elastic.co/elasticsearch/elasticsearch 5.4.3
docker.elastic.co/kibana/kibana 5.4.2
dockerelk_kibana latest
docker.elastic.co/logstash/logstash 5.4.2
dockerelk_logstash latest
docker.elastic.co/elasticsearch/elasticsearch 5.4.2
dockerelk_elasticsearch latest

dockerelk_elasticsearch_1 /bin/bash bin/es-docker Up 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp
dockerelk_kibana_1 /bin/sh -c /usr/local/bin/ ... Up 0.0.0.0:5601->5601/tcp
dockerelk_logstash_1 /usr/local/bin/docker-entr ... Up 0.0.0.0:5000->5000/tcp, 0.0.0.0:5044->5044/tcp,
9600/tcp

The all services is started sucessfuly, but I have the same problem in logstash:

[ERROR][logstash.inputs.metrics ] Failed to create monitoring event {:message=>"For path: events", :error=>"LogStash::Instrument::MetricStore::MetricNotFound"}

I've already searched for several fixes in this community and none helped me solve my problem.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.