elastic xpack.security.enabled
parent
3f8acc5a7b
commit
bb0a91520f
|
@ -48,7 +48,7 @@ spec:
|
|||
- name: cluster.initial_master_nodes
|
||||
value: "elastic-0,elastic-1,elastic-2"
|
||||
- name: xpack.security.enabled
|
||||
value: "false"
|
||||
value: "true"
|
||||
- name: xpack.monitoring.collection.enabled
|
||||
value: "true"
|
||||
- name: ES_JAVA_OPTS
|
||||
|
|
|
@ -8,6 +8,7 @@ data:
|
|||
server.host: 0.0.0.0
|
||||
elasticsearch.hosts: [ "http://elastic:9200" ]
|
||||
monitoring.ui.container.elasticsearch.enabled: true
|
||||
xpack.security.enabled: true
|
||||
elasticsearch.username: kibana-admin
|
||||
elasticsearch.password: admin123
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue