Merge pull request #14691 from Security-Onion-Solutions/dougburks-patch-1

add echo to end of so-elasticsearch-ilm-start and so-elasticsearch-ilm-stop
This commit is contained in:
Doug Burks
2025-05-30 12:03:32 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -8,3 +8,4 @@
echo "Starting ILM..." echo "Starting ILM..."
curl -K /opt/so/conf/elasticsearch/curl.config -s -k -L -X POST https://localhost:9200/_ilm/start curl -K /opt/so/conf/elasticsearch/curl.config -s -k -L -X POST https://localhost:9200/_ilm/start
echo

View File

@@ -8,3 +8,4 @@
echo "Stopping ILM..." echo "Stopping ILM..."
curl -K /opt/so/conf/elasticsearch/curl.config -s -k -L -X POST https://localhost:9200/_ilm/stop curl -K /opt/so/conf/elasticsearch/curl.config -s -k -L -X POST https://localhost:9200/_ilm/stop
echo