I'm trying to use rest api to authenticate and logout session for Kibana.
1)The only api I can see to authenticate in kibana is https://localhost:9200/_security/user/jacknich Which responds with user role, metadata but doesn't provide session cookie which i can utilize for further requests.
How can i manage session by api ? Token authetication?
- How can i logout from current session of user by hitting some api?
Thanks