jiyan
jiyan

Reputation: 39

Index pattern is not visualize in kibana

I am using Elastic Search 8.1.2 with Kibana index pattern is not showing in Kibana 8.1.2

Upvotes: 1

Views: 171

Answers (1)

Val
Val

Reputation: 217274

Either your space or your role doesn't allow you to access the index pattern management feature (see screenshot below)

At the space level, you can give access to index pattern management:

Space config

Or you can also do it at the role level:

Role config

Upvotes: 1

Related Questions