Change local_certs_path for Kibana and Filebeat

This commit is contained in:
Jose M 2020-06-26 11:14:02 +02:00
parent 89178df8e9
commit eab58033b7
No known key found for this signature in database
GPG Key ID: 790179D6924E10FF
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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'