Skip to content

Commit

Permalink
Changing the kibana system user
Browse files Browse the repository at this point in the history
  • Loading branch information
f-galland committed Jun 4, 2024
1 parent 3ecd8f7 commit a59d02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/docker/elastic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ services:
environment:
- SERVERNAME=kibana
- ELASTICSEARCH_HOSTS=https://es01:9200
- ELASTICSEARCH_USERNAME=admin
- ELASTICSEARCH_USERNAME=kibana_system
- ELASTICSEARCH_PASSWORD=${KIBANA_PASSWORD}
- ELASTICSEARCH_SSL_CERTIFICATEAUTHORITIES=config/certs/ca/ca.crt
mem_limit: ${MEM_LIMIT}
Expand Down

0 comments on commit a59d02e

Please sign in to comment.