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

if a metricbeat index is not found I assume you are not running metricbeat to index data into those indices. The above call is only doing the initial setup (like installing dashboards), but does not keep indexing data into elasticsearch.

So how can I solve the problem ?

By starting metricbeat, see https://www.elastic.co/guide/en/beats/metricbeat/6.2/metricbeat-starting.html

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