This commit is contained in:
vcerenu
2022-05-27 11:44:22 -03:00
parent 579fa10551
commit 704b183002
+4 -2
View File
@@ -35,7 +35,8 @@ jobs:
- name: Check Wazuh indexer start
run: |
curl -XGET "https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s" -u admin:SecretPassword -k
sleep 60
curl -XGET "https://0.0.0.0:9200/_cluster/health" -u admin:SecretPassword -k
- name: Check Wazuh indexer nodes
run: |
@@ -61,7 +62,8 @@ jobs:
- name: Check Wazuh indexer start
run: |
curl -XGET "https://0.0.0.0:9200/_cluster/health?wait_for_status=green&timeout=120s" -u admin:SecretPassword -k
sleep 60
curl -XGET "https://0.0.0.0:9200/_cluster/health" -u admin:SecretPassword -k
- name: Check Wazuh indexer nodes
run: |