2025-12-07 00:34:45 +00:00
|
|
|
ELASTIC_VERSION=9.2.2
|
2022-02-21 11:19:43 +01:00
|
|
|
|
|
|
|
|
## Passwords for stack users
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# User 'elastic' (built-in)
|
|
|
|
|
#
|
|
|
|
|
# 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'
|
|
|
|
|
|
|
|
|
|
# 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'
|
|
|
|
|
|
|
|
|
|
# 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'
|
2022-11-18 17:07:16 +01:00
|
|
|
|
2022-11-22 11:22:30 +01:00
|
|
|
# Users 'metricbeat_internal', 'filebeat_internal' and 'heartbeat_internal' (custom)
|
2022-11-18 17:07:16 +01:00
|
|
|
#
|
2022-11-22 11:22:30 +01:00
|
|
|
# The users Beats use to connect and send data to Elasticsearch.
|
|
|
|
|
# https://www.elastic.co/guide/en/beats/metricbeat/current/feature-roles.html
|
|
|
|
|
METRICBEAT_INTERNAL_PASSWORD=''
|
|
|
|
|
FILEBEAT_INTERNAL_PASSWORD=''
|
|
|
|
|
HEARTBEAT_INTERNAL_PASSWORD=''
|
2022-11-18 17:07:16 +01:00
|
|
|
|
2022-11-18 21:25:10 +01:00
|
|
|
# User 'monitoring_internal' (custom)
|
2022-11-18 17:07:16 +01:00
|
|
|
#
|
2022-11-18 21:25:10 +01:00
|
|
|
# The user Metricbeat uses to collect monitoring data from stack components.
|
|
|
|
|
# https://www.elastic.co/guide/en/elasticsearch/reference/current/how-monitoring-works.html
|
|
|
|
|
MONITORING_INTERNAL_PASSWORD=''
|
2022-11-22 11:22:30 +01:00
|
|
|
|
|
|
|
|
# User 'beats_system' (built-in)
|
|
|
|
|
#
|
|
|
|
|
# The user the Beats use when storing monitoring information in Elasticsearch.
|
|
|
|
|
# https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html
|
|
|
|
|
BEATS_SYSTEM_PASSWORD=''
|