When I am trying to setup password for kibana user using below command
./bin/elasticsearch-setup-passwords interactive
I receive below error
Unexpected response code [403] from calling GET http://127.0.0.1:9200/_xpack/security/_authenticate?pretty
It doesn't look like the X-Pack security feature is available on this Elasticsearch node.
Please check if you have installed a license that allows access to X-Pack Security feature.
ERROR: X-Pack Security is not available.
My Elasticsearch version is 6.5
I have edited elasticsearch.yml as guided by sites
My question is:
Will I have to upgrade ELK stack to achieve security feature in BASIC License?
Is there any way to achieve security feature in BASIC License?
I'm sorry @Hitesh_Malhotra but I won't detail here how you should upgrade your ES stack and related components, that is not really a specific question with a specific answer
There are entire sections of the documentation dedicated to upgrading the stacks and the required components, you should refer to that. In your case it's 6.5 to 6.8 so it's a minor version upgrade, which are simpler than major version upgrade like when you'll go to 7.x.
Since your going from no security to security you should make sure to test before doing anything in prod because if you have no experience yet with setting up the security features... configuring them for the first time directly in prod after the upgrade might not be the best approach of course.
Of course you know your environment and I don't, depends on the SLA/SLO of your stack.
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.