config
This commit is contained in:
parent
b33b10d0f4
commit
602d433a2d
6
.env
6
.env
|
@ -7,19 +7,19 @@ ELASTIC_VERSION=8.13.4
|
|||
#
|
||||
# Superuser role, full access to cluster management and data indices.
|
||||
# https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html
|
||||
ELASTIC_PASSWORD='changeme'
|
||||
ELASTIC_PASSWORD='forty6and2'
|
||||
|
||||
# User 'logstash_internal' (custom)
|
||||
#
|
||||
# The user Logstash uses to connect and send data to Elasticsearch.
|
||||
# https://www.elastic.co/guide/en/logstash/current/ls-security.html
|
||||
LOGSTASH_INTERNAL_PASSWORD='changeme'
|
||||
LOGSTASH_INTERNAL_PASSWORD='forty6and2'
|
||||
|
||||
# User 'kibana_system' (built-in)
|
||||
#
|
||||
# The user Kibana uses to connect and communicate with Elasticsearch.
|
||||
# https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html
|
||||
KIBANA_SYSTEM_PASSWORD='changeme'
|
||||
KIBANA_SYSTEM_PASSWORD='forty6and2'
|
||||
|
||||
# Users 'metricbeat_internal', 'filebeat_internal' and 'heartbeat_internal' (custom)
|
||||
#
|
||||
|
|
|
@ -8,5 +8,5 @@ network.host: 0.0.0.0
|
|||
## X-Pack settings
|
||||
## see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html
|
||||
#
|
||||
xpack.license.self_generated.type: trial
|
||||
xpack.security.enabled: true
|
||||
xpack.license.self_generated.type: basic
|
||||
xpack.security.enabled: false
|
||||
|
|
Loading…
Reference in New Issue