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 Marius.
I have configured Security between E & K. (SSL enabled) Now they are running on https.
What will be next step for token authentication?
I was hitting POST /_security/oauth2/token with grant_type:password and basic auth credentials and I got
"type": "security_exception",
"reason": "current license is non-compliant for [security tokens]",
Will token authentication not work in Basic license? If not then how can i achieve session management by api without upgrading license.
ELK version : 7.6.2
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.