Metricbeat doesn't show results

Hi everybody:

I need your help , please I have the follow configuration in my server:

JDK 8.0
Kibana 5.6
Elasticsearch 5.6
Logstash 5.6
Metricbeat 5.6

When I try assign as default index management doesn't appaer in the correspnd section:

image

And when restart all is fine, don't see error in logs of Metricbeat or Elasticsearch.

Result of

curl http://localhost:5601/api/status?
{"name":"server1.bigfoot.com","version":"5.6.9","buildNum":15629,"buildSha":"426347ab4a3ec66fe14e96fcb837ca36b42c9190","uuid":"b4e0857f-274c-4283-a3da-02838caf48dc","status":{"overall":{"state":"green","title":"Green","nickname":"Looking good","icon":"success","since":"2018-05-08T23:47:12.096Z"},"statuses":[{"id":"ui settings","state":"green","icon":"success","message":"Ready","since":"2018-05-09T20:56:17.969Z"},{"id":"plugin:kibana@5.6.9","state":"green","icon":"success","message":"Ready","since":"2018-05-08T23:47:12.096Z"},{"id":"plugin:elasticsearch@5.6.9","state":"green","icon":"success","message":"Kibana index ready","since":"2018-05-09T20:56:17.968Z"},{"id":"plugin:console@5.6.9","state":"green","icon":"success","message":"Ready","since":"2018-05-08T23:47:12.281Z"},{"id":"plugin:metrics@5.6.9","state":"green","icon":"success","message":"Ready","since":"2018-05-08T23:47:12.309Z"},{"id":"plugin:timelion@5.6.9","state":"green","icon":"success","message":"Ready","since":"2018-05-08T23:47:12.607Z"}]},"metrics":{"heapTotal":[[1525903105431,67411968],[1525903100429,67411968],[1525903095428,67411968],[1525903090425,67411968],[1525903085423,67411968],[1525903080421,67411968],[1525903075419,67411968],[1525903070417,67411968],[1525903065415,67411968],[1525903060413,67411968],[1525903055413,67411968],[1525903050412,66363392]],"heapUsed":[[1525903105431,59326696],[1525903100429,58634392],[1525903095428,58933008],[1525903090425,59232072],[1525903085423,58539400],[1525903080421,58837648],[1525903075419,59138624],[1525903070417,58444576],[1525903065415,58748488],[1525903060413,58979688],[1525903055413,59169256],[1525903050412,58566392]],"load":[[1525903105431,[0.07861328125,0.0712890625,0.09765625]],[1525903100429,[0.08544921875,0.072265625,0.09814453125]],[1525903095428,[0.0927734375,0.0732421875,0.0986328125]],[1525903090425,[0.1005859375,0.07470703125,0.09912109375]],[1525903085423,[0.109375,0.076171875,0.099609375]],[1525903080421,[0.11865234375,0.07763671875,0.10009765625]],[1525903075419,[0.12890625,0.0791015625,0.1005859375]],[1525903070417,[0.14013671875,0.08056640625,0.10107421875]],[1525903065415,[0.15234375,0.08203125,0.1015625]],[1525903060413,[0.16552734375,0.08349609375,0.10205078125]],[1525903055413,[0.1796875,0.0849609375,0.1025390625]],[1525903050412,[0.021484375,0.052734375,0.09228515625]]],"responseTimeAvg":[[1525903105431,null],[1525903100429,null],[1525903095428,null],[1525903090425,null],[1525903085423,null],[1525903080421,null],[1525903075419,null],[1525903070417,null],[1525903065415,null],[1525903060413,null],[1525903055413,26],[1525903050412,null]],"responseTimeMax":[[1525903105431,0],[1525903100429,0],[1525903095428,0],[1525903090425,0],[1525903085423,0],[1525903080421,0],[1525903075419,0],[1525903070417,0],[1525903065415,0],[1525903060413,0],[1525903055413,40],[1525903050412,0]],"requestsPerSecond":[[1525903105431,0],[1525903100429,0],[1525903095428,0],[1525903090425,0],[1525903085423,0],[1525903080421,0],[1525903075419,0],[1525903070417,0],[1525903065415,0],[152590306013,0],[1525903055413,0.8],[1525903050412,0]]}}

Result of query index:

[dummie@server1 ~]$ curl http://localhost:9200/_cat/indices?v
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open filebeat-%{[@metadata][version]}-2018.05.09 c7rIh9S2S16r8GJTanfdPA 5 1 577 0 1mb 1mb
yellow open metricbeat-%{[@metadata][version]}-2018.05.09 4OaXb7LUQ9SIzYypvOKHmg 5 1 60636 0 17.2mb 17.2mb
yellow open filebeat-2018.05.09 LAE35AySSwSLeNctq8dB6g 5 1 13329 0 4.1mb 4.1mb
yellow open filebeat-2018.05.08 xjVIDpIjQAmd7S9I7rQUaw 5 1 3378 0 1mb 1mb
yellow open metricbeat-2018.05.09 ZsCss2VJSzK2x5Fy-qIeOw 5 1 287648 0 85.9mb 85.9mb
yellow open .kibana TCdcUnoERuKGbi0XWwZlKw 1 1 103 1 92.3kb 92.3kb

The logs in Kibana, Elasticsearch, Logstash and Metricbeat doesn't show any error.

Please, your help to solve this problem, what configuration do I need to make it work?

It seems the metricbeat index is there and data is ingesting. How did you setup up the index pattern in Kibana for Metricbeat?

Thanks a lot ruflin, I reload the index as you recommnd and now works. Again thanks a lot.

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