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.
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