I'm getting Sing In issue after encryption setup for Clusters. I have no idea how to remove password or how to set password.
Elastic Version : 7.4
I'm getting Sing In issue after encryption setup for Clusters. I have no idea how to remove password or how to set password.
Elastic Version : 7.4
Hi,
It is generally much more probable to get someone to try and assist you when you take the time to
Cluster Name
cluster.name: TEST_CLUSTER
#Node Name
node.name: ${HOSTNAME}#defining node as master-eligible
node.master: true#define nodes 2 and 3 as data nodes
node.data: truedata & logs
path.data: /opt/elasticsearch/data
path.logs: /opt/elasticsearch/logsNetwork IP and Port
network.host: 10.11.124.32
http.port: 9200cluster.initial_master_nodes: ["10.11.124.32","10.11.124.33"]
#Nodes IP
discovery.zen.ping.unicast.hosts: ["10.11.124.32","10.11.124.33","10.11.124.34"]
discovery.zen.minimum_master_nodes: 2action.search.shard_count.limit: 2000
Elastic Security Setting
xpack.security.enabled: true
xpack.security.transport.ssl.enabled: true
xpack.security.transport.ssl.verification_mode: certificate
xpack.security.transport.ssl.keystore.path: certs/elkstack-cert.p12
xpack.security.transport.ssl.truststore.path: certs/elkstack-cert.p12
i got sign in popup when I browse http://10.11.124.34:9200/ in browser.
I don't know default password and when I try to reset password with bin/elasticsearch-setup-passwords interactive I got error in APM. We don't use APM.
Thanks
Please:
This issue was passed. I was generated password in non master nodes. And another issue is coming. I got 403 forbidden error when I log in in Kibana. I already set elastic password in kibana.yml
I'll have to repeat myself unfortunately
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.