mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-03 21:43:17 +00:00 
			
		
		
		
	Merge pull request #549 from NullOranje/add-wazuh.monitoring.creation-variable
Add environment variable to customize wazuh.monitoring.creation interval
This commit is contained in:
		@@ -78,6 +78,7 @@ IP_SELECTOR=true                # Defines if the user is allowed to change the s
 | 
				
			|||||||
IP_IGNORE="[]"                  # List of index patterns to be ignored
 | 
					IP_IGNORE="[]"                  # List of index patterns to be ignored
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WAZUH_MONITORING_ENABLED=true       # Custom settings to enable/disable wazuh-monitoring indices
 | 
					WAZUH_MONITORING_ENABLED=true       # Custom settings to enable/disable wazuh-monitoring indices
 | 
				
			||||||
 | 
					WAZUH_MONITORING_CREATION=d         # Custom setting to set the wazuh-monitoring-* indices creation interval
 | 
				
			||||||
WAZUH_MONITORING_FREQUENCY=900      # Custom setting to set the frequency for wazuh-monitoring indices cron task
 | 
					WAZUH_MONITORING_FREQUENCY=900      # Custom setting to set the frequency for wazuh-monitoring indices cron task
 | 
				
			||||||
WAZUH_MONITORING_SHARDS=2           # Configure wazuh-monitoring-* indices shards and replicas
 | 
					WAZUH_MONITORING_SHARDS=2           # Configure wazuh-monitoring-* indices shards and replicas
 | 
				
			||||||
WAZUH_MONITORING_REPLICAS=0         #
 | 
					WAZUH_MONITORING_REPLICAS=0         #
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -32,6 +32,7 @@ declare -A CONFIG_MAP=(
 | 
				
			|||||||
  [ip.selector]=$IP_SELECTOR
 | 
					  [ip.selector]=$IP_SELECTOR
 | 
				
			||||||
  [ip.ignore]=$IP_IGNORE
 | 
					  [ip.ignore]=$IP_IGNORE
 | 
				
			||||||
  [wazuh.monitoring.enabled]=$WAZUH_MONITORING_ENABLED
 | 
					  [wazuh.monitoring.enabled]=$WAZUH_MONITORING_ENABLED
 | 
				
			||||||
 | 
					  [wazuh.monitoring.creation]=$WAZUH_MONITORING_CREATION
 | 
				
			||||||
  [wazuh.monitoring.frequency]=$WAZUH_MONITORING_FREQUENCY
 | 
					  [wazuh.monitoring.frequency]=$WAZUH_MONITORING_FREQUENCY
 | 
				
			||||||
  [wazuh.monitoring.shards]=$WAZUH_MONITORING_SHARDS
 | 
					  [wazuh.monitoring.shards]=$WAZUH_MONITORING_SHARDS
 | 
				
			||||||
  [wazuh.monitoring.replicas]=$WAZUH_MONITORING_REPLICAS
 | 
					  [wazuh.monitoring.replicas]=$WAZUH_MONITORING_REPLICAS
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -32,6 +32,7 @@ declare -A CONFIG_MAP=(
 | 
				
			|||||||
  [ip.selector]=$IP_SELECTOR
 | 
					  [ip.selector]=$IP_SELECTOR
 | 
				
			||||||
  [ip.ignore]=$IP_IGNORE
 | 
					  [ip.ignore]=$IP_IGNORE
 | 
				
			||||||
  [wazuh.monitoring.enabled]=$WAZUH_MONITORING_ENABLED
 | 
					  [wazuh.monitoring.enabled]=$WAZUH_MONITORING_ENABLED
 | 
				
			||||||
 | 
					  [wazuh.monitoring.creation]=$WAZUH_MONITORING_CREATION
 | 
				
			||||||
  [wazuh.monitoring.frequency]=$WAZUH_MONITORING_FREQUENCY
 | 
					  [wazuh.monitoring.frequency]=$WAZUH_MONITORING_FREQUENCY
 | 
				
			||||||
  [wazuh.monitoring.shards]=$WAZUH_MONITORING_SHARDS
 | 
					  [wazuh.monitoring.shards]=$WAZUH_MONITORING_SHARDS
 | 
				
			||||||
  [wazuh.monitoring.replicas]=$WAZUH_MONITORING_REPLICAS
 | 
					  [wazuh.monitoring.replicas]=$WAZUH_MONITORING_REPLICAS
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user