notify of custom es config

This commit is contained in:
m0duspwnens
2021-09-22 15:16:07 -04:00
parent cdb9dcbaec
commit 52c1298b9b

View File

@@ -1066,13 +1066,15 @@ EOF
fi
if [ "$NOTIFYCUSTOMELASTICCONFIG" = true ] ; then
cat < EOF
cat << EOF
A custom Elasticsearch configuration has been found at /opt/so/saltstack/local/elasticsearch/files/elasticsearch.yml. This file is no longer referenced in Security Onion verions >= 2.3.80.
A custom Elasticsearch configuration has been found at /opt/so/saltstack/local/elasticsearch/files/elasticsearch.yml. This file is no longer referenced in Security Onion versions >= 2.3.80.
In order to customize Elasticsearch, please see https://docs.securityonion.net/en/2.3/elasticsearch.html.
If you still need those customizations, you'll need to manually migrate them to the new Elasticsearch config as shown at https://docs.securityonion.net/en/2.3/elasticsearch.html.
EOF
fi