Change local_certs_path for Kibana and Filebeat
This commit is contained in:
parent
89178df8e9
commit
eab58033b7
@ -50,7 +50,7 @@ opendistro_security_user: elastic
|
||||
opendistro_admin_password: changeme
|
||||
opendistro_kibana_user: kibanaserver
|
||||
opendistro_kibana_password: changeme
|
||||
local_certs_path: /tmp/opendistro-nodecerts
|
||||
local_certs_path: ./opendistro/certificate
|
||||
|
||||
# Nodejs
|
||||
nodejs:
|
||||
|
||||
@ -23,7 +23,7 @@ filebeat_security_password: changeme
|
||||
filebeat_ssl_dir: /etc/pki/filebeat
|
||||
|
||||
# Local path to store the generated certificates (OpenDistro security plugin)
|
||||
local_certs_path: /tmp/opendistro-nodecerts
|
||||
local_certs_path: ./opendistro/certificate
|
||||
|
||||
elasticrepo:
|
||||
apt: 'https://artifacts.elastic.co/packages/oss-7.x/apt'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user