--- # # Wazuh app - App configuration file # Copyright (C) 2018 Wazuh, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # Find more information about this on the LICENSE file. # # ======================== Wazuh app configuration file ======================== # # Please check the documentation for more information on configuration options: # https://documentation.wazuh.com/current/installation-guide/index.html # # Also, you can check our repository: # https://github.com/wazuh/wazuh-kibana-app # # ------------------------------- Index patterns ------------------------------- # # Default index pattern to use. #pattern: wazuh-alerts-3.x-* # # ----------------------------------- Checks ----------------------------------- # # Defines which checks must to be consider by the healthcheck # step once the Wazuh app starts. Values must to be true or false. #checks.pattern : true #checks.template: true #checks.api : true #checks.setup : true # # # ---------------------------------- Time out ---------------------------------- # # Defines maximum timeout to be used on the Wazuh app requests. # It will be ignored if it is bellow 1500. # It means milliseconds before we consider a request as failed. # Default: 8000 #timeout: 8000 # # ------------------------------ Advanced indices ------------------------------ # # Configure .wazuh and .wazuh-version indices shards and replicas. #wazuh.shards : 1 #wazuh.replicas : 1 #wazuh-version.shards : 1 #wazuh-version.replicas: 1 # # --------------------------- Index pattern selector --------------------------- # # Defines if the user is allowed to change the selected # index pattern directly from the Wazuh app top menu. # Default: true #ip.selector: true # # -------------------------------- X-Pack RBAC --------------------------------- # # Custom setting to enable/disable built-in X-Pack RBAC security capabilities. # Default: enabled #xpack.rbac.enabled: true # # ------------------------------ wazuh-monitoring ------------------------------ # # Custom setting to enable/disable wazuh-monitoring indices. # Values: true, false, worker # If worker is given as value, the app will show the Agents status # visualization but won't insert data on wazuh-monitoring indices. # Default: true #wazuh.monitoring.enabled: true # # Custom setting to set the frequency for wazuh-monitoring indices cron task. # Default: 3600 (s) #wazuh.monitoring.frequency: 3600 # # Configure wazuh-monitoring-3.x-* indices shards and replicas. #wazuh.monitoring.shards: 5 #wazuh.monitoring.replicas: 1