Hello,
I've freshly installed ELK & Metricbeat on Ubuntu 16.04.2 LTS, but I'm having some issues. Kibana won't recognize any index patterns from Elasticsearch. Data is being pushed from Metricbeat into Elasticsearch (see gif)
I've followed this guide (GitHub - xeraa/vagrant-elastic-stack: Giving the Elastic Stack a try in Vagrant) which works by the way. However, as soon as I try it on my other VM it doesn't work. Here are config files used (GitHub - robertd/elk-config) which were extracted from a working vagrant-elastic-stack copy.
Am I missing something?
P.S. I know I have Logstash installed too, but that's for the future (Filebeat, etc) since Metricbeat is pumping to ES directly. I've also tried Filebeat through Logstash but still no luck with Kibana finding any index patterns.
Info about non-working VM:
uname -a
Linux igskbthivmsarc8 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
I can provide more info if needed.
Thanks!