File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 5656 -e 's/\(BEATS_SYSTEM_PASSWORD=\)'\'\''/\1testpasswd/g'
5757 .env
5858
59+ # Elasticsearch's high disk watermark gets regularly exceeded on GitHub Actions runners.
60+ # https://www.elastic.co/guide/en/elasticsearch/reference/current/fix-watermark-errors.html
61+ - name : Disable Elasticsearch disk allocation decider
62+ run : |
63+ docker compose up -d elasticsearch
64+ .github/workflows/scripts/disable-disk-alloc-decider.sh
65+
5966 - name : Generate Kibana encryption keys
6067 run : docker container run --rm docker-elk-kibana bin/kibana-encryption-keys generate -q >>kibana/config/kibana.yml
6168
6875 # #
6976 # ############################
7077
71- # Elasticsearch's high disk watermark gets regularly exceeded on GitHub Actions runners.
72- # https://www.elastic.co/guide/en/elasticsearch/reference/current/fix-watermark-errors.html
73- - name : Disable Elasticsearch disk allocation decider
74- run : .github/workflows/scripts/disable-disk-alloc-decider.sh
75-
7678 #
7779 # Core components: Elasticsearch, Logstash, Kibana
7880 #
You can’t perform that action at this time.
0 commit comments