Kibana not fetching fields of an index pattern

When configuring an index pattern in kibana, it's unable to fetch the field details of a particular index in kibana.

Index exists in elastic search and have set of fields.

Hi gsb,

We would need a little more info to help with your problem.

How do you know it's unable to fetch the field details?
Are there errors in Kibana?
Are there errors in the Kibana log?
Was the data loaded with one of our products like Logstash or a Beat?
Can you check the mapping and paste it here? In the Dev Tools console you can use something like
GET index1/_mapping
(replace index1 with your index name)

Regards,
Lee

Please find answers inline

How do you know it's unable to fetch the field details?

_I can import the pattern, but in listed fields its not showing up any fields except system generated ones like id etc.

Are there errors in Kibana?

No errors in kibana.
Are there errors in the Kibana log?
Was the data loaded with one of our products like Logstash or a Beat?

There's currently no data in that index.

Can you check the mapping and paste it here? In the Dev Tools console you can use something like
GET index1/_mapping
(replace index1 with your index name)

It lists all the mappings that index was created with. I

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