mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Merge pull request #10791 from Security-Onion-Solutions/fix/elastic_clear
Set delete for interactive
This commit is contained in:
@@ -56,6 +56,9 @@ do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
if [ $SKIP -ne 1 ]; then
|
if [ $SKIP -ne 1 ]; then
|
||||||
|
DELETE_CASES_DATA=1
|
||||||
|
DELETE_ELASTALERT_DATA=1
|
||||||
|
DELETE_LOG_DATA=1
|
||||||
# List indices
|
# List indices
|
||||||
echo
|
echo
|
||||||
curl -K /opt/so/conf/elasticsearch/curl.config -k -L https://localhost:9200/_cat/indices?v
|
curl -K /opt/so/conf/elasticsearch/curl.config -k -L https://localhost:9200/_cat/indices?v
|
||||||
|
|||||||
Reference in New Issue
Block a user