This commit is contained in:
Kameron Kenny - pi501 2024-10-24 11:18:43 -04:00
parent b33b10d0f4
commit 602d433a2d
2 changed files with 5 additions and 5 deletions

6
.env
View File

@ -7,19 +7,19 @@ ELASTIC_VERSION=8.13.4
# #
# Superuser role, full access to cluster management and data indices. # Superuser role, full access to cluster management and data indices.
# https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html # https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html
ELASTIC_PASSWORD='changeme' ELASTIC_PASSWORD='forty6and2'
# User 'logstash_internal' (custom) # User 'logstash_internal' (custom)
# #
# The user Logstash uses to connect and send data to Elasticsearch. # The user Logstash uses to connect and send data to Elasticsearch.
# https://www.elastic.co/guide/en/logstash/current/ls-security.html # https://www.elastic.co/guide/en/logstash/current/ls-security.html
LOGSTASH_INTERNAL_PASSWORD='changeme' LOGSTASH_INTERNAL_PASSWORD='forty6and2'
# User 'kibana_system' (built-in) # User 'kibana_system' (built-in)
# #
# The user Kibana uses to connect and communicate with Elasticsearch. # The user Kibana uses to connect and communicate with Elasticsearch.
# https://www.elastic.co/guide/en/elasticsearch/reference/current/built-in-users.html # 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) # Users 'metricbeat_internal', 'filebeat_internal' and 'heartbeat_internal' (custom)
# #

View File

@ -8,5 +8,5 @@ network.host: 0.0.0.0
## X-Pack settings ## X-Pack settings
## see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html ## see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html
# #
xpack.license.self_generated.type: trial xpack.license.self_generated.type: basic
xpack.security.enabled: true xpack.security.enabled: false