mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
s/Migrating/Downsampling
This commit is contained in:
@@ -24,7 +24,7 @@ echo -e "\nThis script is used to reduce the size of InfluxDB by downsampling ol
|
|||||||
echo -e "\nInfluxDB will now be downsampled. This could take a few hours depending on how large the database is and hardware resources available."
|
echo -e "\nInfluxDB will now be downsampled. This could take a few hours depending on how large the database is and hardware resources available."
|
||||||
read -r -p "Are you sure you want to continue? [y/N] " yorn
|
read -r -p "Are you sure you want to continue? [y/N] " yorn
|
||||||
if [[ "$yorn" =~ ^([yY][eE][sS]|[yY])$ ]]; then
|
if [[ "$yorn" =~ ^([yY][eE][sS]|[yY])$ ]]; then
|
||||||
echo -e "\nMigrating InfluxDb started at `date`. This may take several hours depending on how much data needs to be downsampled."
|
echo -e "\nDownsampling InfluxDb started at `date`. This may take several hours depending on how much data needs to be downsampled."
|
||||||
|
|
||||||
|
|
||||||
{% for dest_rp in influxdb.downsample.keys() %}
|
{% for dest_rp in influxdb.downsample.keys() %}
|
||||||
|
|||||||
Reference in New Issue
Block a user