=> Timelion: Error: in cell #1: Elasticsearch index not found: metricbeat-*

Hi,

I wanted to use Timelion but I have this error :

Timelion: Error: in cell #1: Elasticsearch index not found: metricbeat-*

How could I resolve it ?

I install metricbeat et did this :

metricbeat setup --template -E output.logstash.enabled=false -E 'output.elasticsearch.hosts=["localhost:9200"]'
Loaded index template

But it doesn't work

Hi,

metricbeat setup configures the templates to be used to create indexes, but indexes are not created till some event is sent.
Are you already running metricbeat to collect metrics? Can you see any data in the discovery tab of Kibana?

Thank you

1 Like

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