Grafana with elasticsearch source how to find out the correct index name

Hi fellows,
I am running grafana logstash wth elasticsrarch 7.1 and influx-bb sources on centos8 so far so good.
What I don’t understand ist this.
Whih Index Name do I have to fill in here?

Elasticsearch details
Index name
logstash-2015.05.19
Pattern

Hourly
Time field name
@timestamp
Version

7.0+
Max concurrent Shard Requests
5
Min time interval
10s

My indices on the machine are: {
“logstash-2015.05.18” : {
“aliases” : { }
},
“logstash-2015.05.20” : {
“aliases” : { }
},
“logstash-2015.05.19” : {
“aliases” : { }
}
}
And how do I have to write it correctly?
Many thanks in advance

Uli

Just logstash-* for the whole logstash index

Hi fadjar340,

sorry but doing that logstash-*

I get the following error message:

"no handler found for uri [/6/23/2020og0tpm03-%2A/_mapping] and method [GET]"

Do you have an idea how to fix that, too?

Thanks in advance

Uli

Select the pattern Daily

Hi Fadjar,

Many thanks for you advice I did the follwing:

*Elasticsearch details*
*Index name*
*logstash-**
*Pattern*

*Daily*
*Time field name*
*@timestamp*
*Version*

*7.0+*
*Max concurrent Shard Requests*
*5*
*Min time interval*
*10s*

Now I get the folowing error message:

"no handler found for uri [/6/21/2020og0tam012-%2A/_mapping] and method [GET]"

I am currently searching google for a solution. So if you have an idea, please let me know.

Many thanks in advance.
Uli

Try this:

Index Name: logstash-*
Pattern: No pattern
Time Field: @timestamp
Version: 7.0+
Max concurrent Shard: 5

Then test…

Regards,
Fadjar Tandabawana