Fail to configure elasticsearch database in Grafana due to Elasticsearch error

Hello, everyone

I want to use Grafana to visiualize data from Elasticsearch ,but encounter an issue when configuring elasticsearch database in Grafana. The error info is as follows:

Elasticsearch error: Types cannot be provided in get mapping requests, unless include_type_name is set to true. See attachments for details.

localhost_3000_datasources_edit

And Grafana version is 7.5.4
my elsticsearch version is 7.3.1.
Elasticsearch host : mje-es.sero.wh.rnd.internal.ericsson.com
port: 443

Index Name: send-mje-version-size-test

document data structure:
{
“_index” : “send-mje-version-size-test”,
“_type” : “_doc”,
“_id” : “1.8.4039”,
“_score” : 1.0,
“_source” : {
“lastModified” : “2018-04-17 07:34:44.0 UTC”,
“sizeOnDisk” : 230782297,
“mjeVersion” : “1.8.4039”
}

I try to solve this problem by modify “include_type_name” value, but fail.

So I will appreciate it if anyone can give me a hand!
Thanks a lot!

BRs//Hengtai

basically what you want to do is logically ot posible

I dont uderstand you well, so could you give me a detail explanation ?
Thanks a lot !

no

[quote=“somberofshadow, post:3, topic:46168”]
nt uderstand you well, so could you give me a detail explanation ?
Thanks a lot !
[/quote
no

Habib1, please will you stop being so rude to people on this list.

If you can help, that is welcome.

If you cannot, or don’t feel like it, please just stay silent.

Antony.

1 Like

Thanks you very much !

And I found url configuration error , after reconfigure, it shows me:
Elasticsearch error: no such index [02n2-0j2-v2r0ion-0iUTC2-t20t]

So confused, I need to find root cause .