mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-03 21:43:15 +00:00 
			
		
		
		
	Enabling xpack plugins by default. Fixing a bug that can cause that the desabilitation of plugins wasnt applied at kibana
This commit is contained in:
		@@ -40,13 +40,13 @@ ENV PATTERN="" \
 | 
			
		||||
    WAZUH_MONITORING_SHARDS="" \
 | 
			
		||||
    WAZUH_MONITORING_REPLICAS="" \
 | 
			
		||||
    ADMIN_PRIVILEGES=""\
 | 
			
		||||
    XPACK_CANVAS="false"\
 | 
			
		||||
    XPACK_LOGS="false"\
 | 
			
		||||
    XPACK_INFRA="false"\
 | 
			
		||||
    XPACK_ML="false"\
 | 
			
		||||
    XPACK_DEVTOOLS="false"\
 | 
			
		||||
    XPACK_MONITORING="false"\
 | 
			
		||||
    XPACK_APM="false"
 | 
			
		||||
    XPACK_CANVAS="true"\
 | 
			
		||||
    XPACK_LOGS="true"\
 | 
			
		||||
    XPACK_INFRA="true"\
 | 
			
		||||
    XPACK_ML="true"\
 | 
			
		||||
    XPACK_DEVTOOLS="true"\
 | 
			
		||||
    XPACK_MONITORING="true"\
 | 
			
		||||
    XPACK_APM="true"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
COPY --chown=kibana:kibana ./config/wazuh_app_config.sh ./
 | 
			
		||||
 
 | 
			
		||||
@@ -21,9 +21,10 @@ done
 | 
			
		||||
 | 
			
		||||
sleep 5
 | 
			
		||||
 | 
			
		||||
./xpack_config.sh 
 | 
			
		||||
 | 
			
		||||
./kibana_settings.sh &
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
./xpack_config.sh &
 | 
			
		||||
 | 
			
		||||
/usr/local/bin/kibana-docker
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user