Merge branch '4.8.1' into merge-4.8.1-into-master

This commit is contained in:
David Correa Rodríguez
2024-01-10 17:51:03 +01:00
parent 4e8569009e
commit 284b945cd8
3 changed files with 5 additions and 4 deletions

View File

@@ -126,6 +126,7 @@ jobs:
- name: Check documents into wazuh-alerts index
run: |
sleep 120
docs="`curl -XGET "https://0.0.0.0:9200/wazuh-alerts*/_count" -u admin:SecretPassword -k -s | jq -r ".count"`"
if [[ $docs -gt 100 ]]; then
echo "wazuh-alerts index documents: ${docs}"
@@ -250,6 +251,7 @@ jobs:
- name: Check documents into wazuh-alerts index
run: |
sleep 120
docs="`curl -XGET "https://0.0.0.0:9200/wazuh-alerts*/_count" -u admin:SecretPassword -k -s | jq -r ".count"`"
if [[ $docs -gt 100 ]]; then
echo "wazuh-alerts index documents: ${docs}"