File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 59
59
60
60
- name : Generate Kibana encryption keys
61
61
run : |
62
- source .env
63
- : ${ELASTIC_VERSION:?unset}
64
- docker container run --rm docker.elastic.co/kibana/kibana:"${ELASTIC_VERSION}" \
65
- bin/kibana-encryption-keys generate -q >>kibana/config/kibana.yml
62
+ docker container run --rm docker-elk-kibana bin/kibana-encryption-keys generate -q >>kibana/config/kibana.yml
66
63
sed -i '/Kibana is currently running with legacy OpenSSL providers enabled/d' kibana/config/kibana.yml
67
64
68
65
- name : Set up users and roles
75
72
# ############################
76
73
77
74
# Elasticsearch's high disk watermark gets regularly exceeded on GitHub Actions runners.
78
- # https://www.elastic.co/guide/en/elasticsearch/reference/8.10 /fix-watermark-errors.html
75
+ # https://www.elastic.co/guide/en/elasticsearch/reference/current /fix-watermark-errors.html
79
76
- name : Disable Elasticsearch disk allocation decider
80
77
run : .github/workflows/scripts/disable-disk-alloc-decider.sh
81
78
You can’t perform that action at this time.
0 commit comments