Kumar
Kumar

Reputation: 1

How to Disable Elastic User access in Kibana Dashboard

I am trying to setup Elastic search log management... I have enabled Free Xpack secutiry for kibana Dashboard authentication and created users with super access for my team members.. Now I would like to disable elastic user login access in kibana Dashboard..

So elastic user access will work only beat's & Logstash configurations.

How can I disable elastic user kibana Dashboard access?

Upvotes: 0

Views: 953

Answers (1)

karan shah
karan shah

Reputation: 370

Read this link. Create a separate user with privileges required to only index data and use them in the output plugin for logstash and beats.

Upvotes: 1

Related Questions