Skip to content

Commit

Permalink
Merge pull request #2732 from wazuh/enhancement/2657-fix-indexder-ism…
Browse files Browse the repository at this point in the history
…-log-path

Fix wazuh-indexer ism  plugin log file path
  • Loading branch information
davidjiglesias authored Jan 4, 2024
2 parents e1954e4 + b85854a commit c8b576c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/indexer/indexer-ism-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ INDEXER_PASSWORD="admin"
INDEXER_HOSTNAME="localhost"

POLICY_NAME="rollover_policy"
LOG_FILE="/tmp/wazuh-indexer/ism-init.log"
LOG_FILE="/var/log/wazuh-indexer/ism-init.log"

INDEXER_URL="https://${INDEXER_HOSTNAME}:9200"

Expand Down

0 comments on commit c8b576c

Please sign in to comment.