Couldn’t find any Elasticsearch data

Couldn’t find any Elasticsearch data

We are trying to redirect our Application log files using EFK but whenever we login into Kibana Management tab we are getting below message

You'll need to index some data into Elasticsearch before you can create an index pattern. [Learn how]

Use the cat indices API (can be run using curl or from the Kibana console app) to see if there is any data in the cluster and which indices that exist. Please post the full output here.

Hi Christian,

I am getting below output from Kibana console

{
"took" : 2,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"skipped" : 0,
"failed" : 0
},
"hits" : {
"total" : {
"value" : 2,
"relation" : "eq"
},
"max_score" : 1.0,
"hits" : [
{
"_index" : ".kibana_1",
"_type" : "_doc",
"_id" : "space:default",
"_score" : 1.0,
"_source" : {
"space" : {
"name" : "Default",
"description" : "This is your default space!",
"color" : "#00bfb3",
"disabledFeatures" : ,
"_reserved" : true
},
"type" : "space",
"references" : ,
"migrationVersion" : {
"space" : "6.6.0"
},
"updated_at" : "2023-04-28T06:03:24.145Z"
}
},
{
"_index" : ".kibana_1",
"_type" : "_doc",
"_id" : "config:7.2.0",
"_score" : 1.0,
"_source" : {
"config" : {
"buildNum" : 24337
},
"type" : "config",
"references" : ,
"updated_at" : "2023-05-02T06:03:11.377Z"
}
}
]
}
}

It does look like you indeed do not have any data in the cluster. You need to sort out the process indexing into Elasticsearch. It seems like you are using fluend, which is not supported here, so you may want to reach out to that community.

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