Can we create an API Key for a user from the Super user in Kibana

Viewed 22

I need to create API Keys for a restricted user from the Super user in Kibana but i can't figure it out. If its even possible.

1 Answers

You can use Elasticsearch security endpoint for that for more information check Elasticsearch official documentation here.

Related