elastic
elasticsearch.yml add more
Sumin Lim
2023. 4. 23. 07:45
반응형
Elasticsearch failed to set password apm_system error in initial setup | Any IT here? Help Me!
A relatively typical error when installing a single node Elastic Elasticsearch software is when the passwords are set: [root@loganalyzer elasticsearch]# ./bin/elasticsearch-setup-passwords -v auto Initiating the setup of passwords for reserved users elasti
ahelpme.com
discovery.type: single-node
discovery.seed_hosts: ["node-1"]
node.roles: [ master ]
node.roles: [ data ]
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.html
반응형