Wazuh dashboard with URL multiple indexer

345 views
Skip to first unread message

azizi hack

unread,
Aug 7, 2022, 3:00:49 AM8/7/22
to Wazuh mailing list
Hello expert, 

I am planning to setup 1 dashboard pointing to 3 wazuh-indexer. I have configured 3 clustered wazuh indexer as below:

ip             heap.percent ram.percent cpu load_1m load_5m load_15m node.role master name
192.168.50.102           27          98  -1    0.43    0.52     0.69 dimr      -      elk02
192.168.50.103           35          98  -1    0.43    0.52     0.69 dimr      *     elk03
192.168.50.101           41          98  -1    0.43    0.52     0.69 dimr      -      elk01


Below is my current config: 

vi /etc/wazuh-dashboard/opensearch_dashboards.yml

server.host: 0.0.0.0
server.port: 443
opensearch.hosts:["https://192.168.50.101:9200","https://192.168.50.102:9200","https://192.168.50.103:9200"]
opensearch.ssl.verificationMode: certificate


I got an error message when trying to start the wazuh-dashboard services:

#systemctl status wazuh-dashboard

x wazuh-dashboard.service - wazuh-dashboard
     Loaded: loaded (/etc/systemd/system/wazuh-dashboard.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Sun 2022-08-07 14:52:45 +08; 6s ago
    Process: 1492 ExecStart=/usr/share/wazuh-dashboard/bin/opensearch-dashboards -c /etc/wazuh-dashboard/opensearc>
   Main PID: 1492 (code=exited, status=1/FAILURE)
        CPU: 647ms

Aug 07 14:52:45 tdmy-elk01 opensearch-dashboards[1492]:     at readBlockMapping (/usr/share/wazuh-dashboard/node_m>
Aug 07 14:52:45 elk01 opensearch-dashboards[1492]:     at composeNode (/usr/share/wazuh-dashboard/node_module>
Aug 07 14:52:45 elk01 opensearch-dashboards[1492]:     at readDocument (/usr/share/wazuh-dashboard/node_modul>
Aug 07 14:52:45 elk01 opensearch-dashboards[1492]:     at loadDocuments (/usr/share/wazuh-dashboard/node_modu>
Aug 07 14:52:45 elk01 opensearch-dashboards[1492]:     at load (/usr/share/wazuh-dashboard/node_modules/js-ya>
Aug 07 14:52:45 elk01 opensearch-dashboards[1492]:     at Object.safeLoad (/usr/share/wazuh-dashboard/node_mo>
Aug 07 14:52:45 elk01 opensearch-dashboards[1492]:     at readYaml (/usr/share/wazuh-dashboard/node_modules/@>
Aug 07 14:52:45 elk01 opensearch-dashboards[1492]:     at Object.exports.getConfigFromFiles (/usr/share/wazuh>
Aug 07 14:52:45 elk01 systemd[1]: wazuh-dashboard.service: Main process exited, code=exited, status=1/FAILURE
Aug 07 14:52:45 elk01 systemd[1]: wazuh-dashboard.service: Failed with result 'exit-code'.

But if i change the config pointing to only one indexer as below, the dashboard can start perfectly without error.

vi /etc/wazuh-dashboard/opensearch_dashboards.yml
opensearch.hosts: https://192.168.50.101:9200

Kindly advise. Thank you. 

elw...@wazuh.com

unread,
Aug 8, 2022, 2:20:04 AM8/8/22
to Wazuh mailing list
Hello,

Can you please perform the following and share the full error message you get when setting multiple nodes (note that I am assuming all the three nodes are reachable and have Opensearch running):

  • Access the Wazuh dashboard and stop the service: systemctl stop wazuh-dashboard

  • Run it using the binary instead: /usr/share/wazuh-dashboard/bin/opensearch-dashboards -c /etc/wazuh-dashboard/opensearch_dashboards.yml --verbose

  • Share the output.

Regards,
Wali

azizi hack

unread,
Aug 9, 2022, 4:21:17 AM8/9/22
to Wazuh mailing list
Hello Wali, 

Thank you for your response.

Below are the output:

root@elk01:/etc/wazuh-dashboard#  /usr/share/wazuh-dashboard/bin/opensearch-dashboards -c /etc/wazuh-dashboard/opensearch_dashboards.yml --verbose

/usr/share/wazuh-dashboard/node_modules/js-yaml/lib/js-yaml/loader.js:173
  throw generateError(state, message);
  ^
YAMLException: can not read a block mapping entry; a multiline key may not be an implicit key at line 5, column 32:
    opensearch.ssl.verificationMode: certificate
                                   ^
    at generateError (/usr/share/wazuh-dashboard/node_modules/js-yaml/lib/js-yaml/loader.js:167:10)
    at throwError (/usr/share/wazuh-dashboard/node_modules/js-yaml/lib/js-yaml/loader.js:173:9)
    at readBlockMapping (/usr/share/wazuh-dashboard/node_modules/js-yaml/lib/js-yaml/loader.js:1073:9)
    at composeNode (/usr/share/wazuh-dashboard/node_modules/js-yaml/lib/js-yaml/loader.js:1359:12)
    at readDocument (/usr/share/wazuh-dashboard/node_modules/js-yaml/lib/js-yaml/loader.js:1525:3)
    at loadDocuments (/usr/share/wazuh-dashboard/node_modules/js-yaml/lib/js-yaml/loader.js:1588:5)
    at load (/usr/share/wazuh-dashboard/node_modules/js-yaml/lib/js-yaml/loader.js:1614:19)
    at Object.safeLoad (/usr/share/wazuh-dashboard/node_modules/js-yaml/lib/js-yaml/loader.js:1637:10)
    at readYaml (/usr/share/wazuh-dashboard/node_modules/@osd/apm-config-loader/target/utils/read_config.js:38:38)
    at Object.exports.getConfigFromFiles (/usr/share/wazuh-dashboard/node_modules/@osd/apm-config-loader/target/utils/read_config.js:63:22)

azizi hack

unread,
Aug 9, 2022, 6:21:59 AM8/9/22
to Wazuh mailing list
Hello Wali, 

i tried to run one more time with root:

/usr/share/wazuh-dashboard/bin/opensearch-dashboards -c /etc/wazuh-dashboard/opensearch_dashboards.yml --verbose --allow-root

Below is the output. Thanks.

root@elk01:~# /usr/share/wazuh-dashboard/bin/opensearch-dashboards -c /etc/wazuh-dashboard/opensearch_dashboards.yml --allow-root --verbose

  log   [10:12:17.339] [debug][config] Marking config path as handled: server
  log   [10:12:17.339] [debug][config] Marking config path as handled: csp
  log   [10:12:17.342] [debug][config] Marking config path as handled: plugins
  log   [10:12:17.342] [debug][config] Marking config path as handled: dev
  log   [10:12:17.342] [debug][config] Marking config path as handled: server
  log   [10:12:17.342] [debug][config] Marking config path as handled: csp
  log   [10:12:17.343] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.344] [debug][config] Marking config path as handled: uiSettings
  log   [10:12:17.345] [debug][config] Marking config path as handled: status
  log   [10:12:17.348] [debug][config] Marking config path as handled: path
  log   [10:12:17.350] [debug][config] Marking config path as handled: csp
  log   [10:12:17.350] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.350] [debug][config] Marking config path as handled: logging
  log   [10:12:17.350] [debug][config] Marking config path as handled: server
  log   [10:12:17.350] [debug][config] Marking config path as handled: plugins
  log   [10:12:17.350] [debug][config] Marking config path as handled: dev
  log   [10:12:17.351] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.351] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.351] [debug][config] Marking config path as handled: migrations
  log   [10:12:17.351] [debug][config] Marking config path as handled: uiSettings
  log   [10:12:17.351] [debug][config] Marking config path as handled: ops
  log   [10:12:17.351] [debug][config] Marking config path as handled: status
  log   [10:12:17.351] [debug][config] Marking config path as handled: pid
  log   [10:12:17.414] [debug][config] Marking config path as handled: logging
  log   [10:12:17.576] [debug][root] setting up root
  log   [10:12:17.578] [debug][server] setting up server
  log   [10:12:17.582] [debug][config] Marking config path as handled: path
  log   [10:12:17.585] [debug][config] Marking config path as handled: server
  log   [10:12:17.591] [debug][config] Marking config path as handled: pid
  log   [10:12:17.605] [debug][environment] Resuming persistent OpenSearch Dashboards instance UUID: 37ec190d-6d63-49ad-b738-fa6037908a91
  log   [10:12:17.607] [debug][plugins-service] Discovering plugins
  log   [10:12:17.610] [debug][plugins-discovery] Discovering plugins...
  log   [10:12:17.615] [debug][plugins-discovery] Scanning "/usr/share/wazuh-dashboard/src/plugins" for plugin sub-directories...
  log   [10:12:17.618] [debug][plugins-discovery] Scanning "/usr/share/wazuh-dashboard/plugins" for plugin sub-directories...
  log   [10:12:17.619] [debug][plugins-discovery] Scanning "/usr/share/opensearch-dashboards-extra" for plugin sub-directories...
  log   [10:12:17.695] [debug][plugins-discovery] Successfully discovered plugin "ganttChartDashboards" at "/usr/share/wazuh-dashboard/plugins/ganttChartDashboards"
  log   [10:12:17.696] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.697] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.698] [debug][config] Marking config path as handled: path
  log   [10:12:17.699] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.702] [debug][plugins-discovery] Successfully discovered plugin "indexManagementDashboards" at "/usr/share/wazuh-dashboard/plugins/indexManagementDashboards"
  log   [10:12:17.702] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.703] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.706] [debug][config] Marking config path as handled: path
  log   [10:12:17.707] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.708] [debug][plugins-discovery] Successfully discovered plugin "reportsDashboards" at "/usr/share/wazuh-dashboard/plugins/reportsDashboards"
  log   [10:12:17.709] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.710] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.711] [debug][config] Marking config path as handled: path
  log   [10:12:17.711] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.713] [debug][plugins-discovery] Successfully discovered plugin "alertingDashboards" at "/usr/share/wazuh-dashboard/plugins/alertingDashboards"
  log   [10:12:17.713] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.715] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.716] [debug][config] Marking config path as handled: path
  log   [10:12:17.716] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.717] [debug][plugins-discovery] Successfully discovered plugin "advancedSettings" at "/usr/share/wazuh-dashboard/src/plugins/advanced_settings"
  log   [10:12:17.718] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.719] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.719] [debug][config] Marking config path as handled: path
  log   [10:12:17.720] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.723] [debug][plugins-discovery] Successfully discovered plugin "bfetch" at "/usr/share/wazuh-dashboard/src/plugins/bfetch"
  log   [10:12:17.724] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.726] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.727] [debug][config] Marking config path as handled: path
  log   [10:12:17.728] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.729] [debug][plugins-discovery] Successfully discovered plugin "charts" at "/usr/share/wazuh-dashboard/src/plugins/charts"
  log   [10:12:17.730] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.731] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.732] [debug][config] Marking config path as handled: path
  log   [10:12:17.733] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.734] [debug][plugins-discovery] Successfully discovered plugin "console" at "/usr/share/wazuh-dashboard/src/plugins/console"
  log   [10:12:17.735] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.736] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.737] [debug][config] Marking config path as handled: path
  log   [10:12:17.738] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.742] [debug][plugins-discovery] Successfully discovered plugin "dashboard" at "/usr/share/wazuh-dashboard/src/plugins/dashboard"
  log   [10:12:17.743] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.745] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.749] [debug][config] Marking config path as handled: path
  log   [10:12:17.750] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.761] [debug][plugins-discovery] Successfully discovered plugin "wazuh" at "/usr/share/wazuh-dashboard/plugins/wazuh"
  log   [10:12:17.769] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.774] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.777] [debug][config] Marking config path as handled: path
  log   [10:12:17.782] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.785] [debug][plugins-discovery] Successfully discovered plugin "data" at "/usr/share/wazuh-dashboard/src/plugins/data"
  log   [10:12:17.787] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.791] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.793] [debug][config] Marking config path as handled: path
  log   [10:12:17.794] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.806] [debug][plugins-discovery] Successfully discovered plugin "devTools" at "/usr/share/wazuh-dashboard/src/plugins/dev_tools"
  log   [10:12:17.813] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.814] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.815] [debug][config] Marking config path as handled: path
  log   [10:12:17.816] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.817] [debug][plugins-discovery] Successfully discovered plugin "apmOss" at "/usr/share/wazuh-dashboard/src/plugins/apm_oss"
  log   [10:12:17.818] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.820] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.821] [debug][config] Marking config path as handled: path
  log   [10:12:17.825] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.829] [debug][plugins-discovery] Successfully discovered plugin "discover" at "/usr/share/wazuh-dashboard/src/plugins/discover"
  log   [10:12:17.831] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.833] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.835] [debug][config] Marking config path as handled: path
  log   [10:12:17.836] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.841] [debug][plugins-discovery] Successfully discovered plugin "expressions" at "/usr/share/wazuh-dashboard/src/plugins/expressions"
  log   [10:12:17.842] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.843] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.850] [debug][config] Marking config path as handled: path
  log   [10:12:17.858] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.862] [debug][plugins-discovery] Successfully discovered plugin "securityDashboards" at "/usr/share/wazuh-dashboard/plugins/securityDashboards"
  log   [10:12:17.864] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.866] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.867] [debug][config] Marking config path as handled: path
  log   [10:12:17.872] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.877] [debug][plugins-discovery] Successfully discovered plugin "home" at "/usr/share/wazuh-dashboard/src/plugins/home"
  log   [10:12:17.878] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.879] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.881] [debug][config] Marking config path as handled: path
  log   [10:12:17.882] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.890] [debug][plugins-discovery] Successfully discovered plugin "indexPatternManagement" at "/usr/share/wazuh-dashboard/src/plugins/index_pattern_management"
  log   [10:12:17.896] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.897] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.898] [debug][config] Marking config path as handled: path
  log   [10:12:17.898] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.900] [debug][plugins-discovery] Successfully discovered plugin "inputControlVis" at "/usr/share/wazuh-dashboard/src/plugins/input_control_vis"
  log   [10:12:17.908] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.910] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.913] [debug][config] Marking config path as handled: path
  log   [10:12:17.913] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.915] [debug][plugins-discovery] Successfully discovered plugin "inspector" at "/usr/share/wazuh-dashboard/src/plugins/inspector"
  log   [10:12:17.915] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.916] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.917] [debug][config] Marking config path as handled: path
  log   [10:12:17.917] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.918] [debug][plugins-discovery] Successfully discovered plugin "embeddable" at "/usr/share/wazuh-dashboard/src/plugins/embeddable"
  log   [10:12:17.919] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.921] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.922] [debug][config] Marking config path as handled: path
  log   [10:12:17.924] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.926] [debug][plugins-discovery] Successfully discovered plugin "legacyExport" at "/usr/share/wazuh-dashboard/src/plugins/legacy_export"
  log   [10:12:17.927] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.928] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.929] [debug][config] Marking config path as handled: path
  log   [10:12:17.930] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.931] [debug][plugins-discovery] Successfully discovered plugin "mapsLegacy" at "/usr/share/wazuh-dashboard/src/plugins/maps_legacy"
  log   [10:12:17.931] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.932] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.933] [debug][config] Marking config path as handled: path
  log   [10:12:17.940] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.942] [debug][plugins-discovery] Successfully discovered plugin "management" at "/usr/share/wazuh-dashboard/src/plugins/management"
  log   [10:12:17.943] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.943] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.944] [debug][config] Marking config path as handled: path
  log   [10:12:17.945] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.946] [debug][plugins-discovery] Successfully discovered plugin "navigation" at "/usr/share/wazuh-dashboard/src/plugins/navigation"
  log   [10:12:17.946] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.947] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.948] [debug][config] Marking config path as handled: path
  log   [10:12:17.948] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.950] [debug][plugins-discovery] Successfully discovered plugin "opensearchDashboardsLegacy" at "/usr/share/wazuh-dashboard/src/plugins/opensearch_dashboards_legacy"
  log   [10:12:17.951] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.952] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.954] [debug][config] Marking config path as handled: path
  log   [10:12:17.955] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.957] [debug][plugins-discovery] Successfully discovered plugin "opensearchDashboardsUsageCollection" at "/usr/share/wazuh-dashboard/src/plugins/opensearch_dashboards_usage_collection"
  log   [10:12:17.957] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.958] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.959] [debug][config] Marking config path as handled: path
  log   [10:12:17.960] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.962] [debug][plugins-discovery] Successfully discovered plugin "opensearchDashboardsOverview" at "/usr/share/wazuh-dashboard/src/plugins/opensearch_dashboards_overview"
  log   [10:12:17.962] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.963] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.964] [debug][config] Marking config path as handled: path
  log   [10:12:17.965] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.966] [debug][plugins-discovery] Successfully discovered plugin "opensearchUiShared" at "/usr/share/wazuh-dashboard/src/plugins/opensearch_ui_shared"
  log   [10:12:17.967] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.968] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.969] [debug][config] Marking config path as handled: path
  log   [10:12:17.969] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.972] [debug][plugins-discovery] Successfully discovered plugin "savedObjects" at "/usr/share/wazuh-dashboard/src/plugins/saved_objects"
  log   [10:12:17.975] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.976] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.976] [debug][config] Marking config path as handled: path
  log   [10:12:17.977] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.979] [debug][plugins-discovery] Successfully discovered plugin "savedObjectsManagement" at "/usr/share/wazuh-dashboard/src/plugins/saved_objects_management"
  log   [10:12:17.979] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.980] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.981] [debug][config] Marking config path as handled: path
  log   [10:12:17.982] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.983] [debug][plugins-discovery] Successfully discovered plugin "share" at "/usr/share/wazuh-dashboard/src/plugins/share"
  log   [10:12:17.984] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.985] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.986] [debug][config] Marking config path as handled: path
  log   [10:12:17.987] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.990] [debug][plugins-discovery] Successfully discovered plugin "opensearchDashboardsUtils" at "/usr/share/wazuh-dashboard/src/plugins/opensearch_dashboards_utils"
  log   [10:12:17.991] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.992] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.993] [debug][config] Marking config path as handled: path
  log   [10:12:17.994] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:17.995] [debug][plugins-discovery] Successfully discovered plugin "regionMap" at "/usr/share/wazuh-dashboard/src/plugins/region_map"
  log   [10:12:17.996] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:17.997] [debug][config] Marking config path as handled: opensearch
  log   [10:12:17.998] [debug][config] Marking config path as handled: path
  log   [10:12:17.999] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.003] [debug][plugins-discovery] Successfully discovered plugin "opensearchDashboardsReact" at "/usr/share/wazuh-dashboard/src/plugins/opensearch_dashboards_react"
  log   [10:12:18.005] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.008] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.009] [debug][config] Marking config path as handled: path
  log   [10:12:18.010] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.016] [debug][plugins-discovery] Successfully discovered plugin "uiActions" at "/usr/share/wazuh-dashboard/src/plugins/ui_actions"
  log   [10:12:18.017] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.018] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.019] [debug][config] Marking config path as handled: path
  log   [10:12:18.020] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.022] [debug][plugins-discovery] Successfully discovered plugin "urlForwarding" at "/usr/share/wazuh-dashboard/src/plugins/url_forwarding"
  log   [10:12:18.023] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.024] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.025] [debug][config] Marking config path as handled: path
  log   [10:12:18.026] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.027] [debug][plugins-discovery] Successfully discovered plugin "tileMap" at "/usr/share/wazuh-dashboard/src/plugins/tile_map"
  log   [10:12:18.027] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.028] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.029] [debug][config] Marking config path as handled: path
  log   [10:12:18.030] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.031] [debug][plugins-discovery] Successfully discovered plugin "usageCollection" at "/usr/share/wazuh-dashboard/src/plugins/usage_collection"
  log   [10:12:18.032] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.033] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.034] [debug][config] Marking config path as handled: path
  log   [10:12:18.034] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.036] [debug][plugins-discovery] Successfully discovered plugin "visDefaultEditor" at "/usr/share/wazuh-dashboard/src/plugins/vis_default_editor"
  log   [10:12:18.037] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.038] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.040] [debug][config] Marking config path as handled: path
  log   [10:12:18.041] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.042] [debug][plugins-discovery] Successfully discovered plugin "visTypeMarkdown" at "/usr/share/wazuh-dashboard/src/plugins/vis_type_markdown"
  log   [10:12:18.042] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.044] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.044] [debug][config] Marking config path as handled: path
  log   [10:12:18.045] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.046] [debug][plugins-discovery] Successfully discovered plugin "visTypeMetric" at "/usr/share/wazuh-dashboard/src/plugins/vis_type_metric"
  log   [10:12:18.048] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.049] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.050] [debug][config] Marking config path as handled: path
  log   [10:12:18.050] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.052] [debug][plugins-discovery] Successfully discovered plugin "visTypeTagcloud" at "/usr/share/wazuh-dashboard/src/plugins/vis_type_tagcloud"
  log   [10:12:18.052] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.053] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.057] [debug][config] Marking config path as handled: path
  log   [10:12:18.061] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.063] [debug][plugins-discovery] Successfully discovered plugin "visTypeTimeseries" at "/usr/share/wazuh-dashboard/src/plugins/vis_type_timeseries"
  log   [10:12:18.063] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.064] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.065] [debug][config] Marking config path as handled: path
  log   [10:12:18.066] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.067] [debug][plugins-discovery] Successfully discovered plugin "visTypeVega" at "/usr/share/wazuh-dashboard/src/plugins/vis_type_vega"
  log   [10:12:18.068] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.070] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.072] [debug][config] Marking config path as handled: path
  log   [10:12:18.075] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.076] [debug][plugins-discovery] Successfully discovered plugin "visTypeTable" at "/usr/share/wazuh-dashboard/src/plugins/vis_type_table"
  log   [10:12:18.076] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.077] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.077] [debug][config] Marking config path as handled: path
  log   [10:12:18.077] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.078] [debug][plugins-discovery] Successfully discovered plugin "visTypeVislib" at "/usr/share/wazuh-dashboard/src/plugins/vis_type_vislib"
  log   [10:12:18.079] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.080] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.081] [debug][config] Marking config path as handled: path
  log   [10:12:18.082] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.084] [debug][plugins-discovery] Successfully discovered plugin "visTypeXy" at "/usr/share/wazuh-dashboard/src/plugins/vis_type_xy"
  log   [10:12:18.086] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.087] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.089] [debug][config] Marking config path as handled: path
  log   [10:12:18.090] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.091] [debug][plugins-discovery] Successfully discovered plugin "visTypeTimeline" at "/usr/share/wazuh-dashboard/src/plugins/vis_type_timeline"
  log   [10:12:18.092] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.092] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.093] [debug][config] Marking config path as handled: path
  log   [10:12:18.094] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.094] [debug][plugins-discovery] Successfully discovered plugin "visualizations" at "/usr/share/wazuh-dashboard/src/plugins/visualizations"
  log   [10:12:18.095] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.097] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.097] [debug][config] Marking config path as handled: path
  log   [10:12:18.097] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.099] [debug][plugins-discovery] Successfully discovered plugin "visualize" at "/usr/share/wazuh-dashboard/src/plugins/visualize"
  log   [10:12:18.099] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.100] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.100] [debug][config] Marking config path as handled: path
  log   [10:12:18.101] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.102] [debug][plugins-discovery] Successfully discovered plugin "timeline" at "/usr/share/wazuh-dashboard/src/plugins/timeline"
  log   [10:12:18.103] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:18.106] [debug][config] Marking config path as handled: opensearch
  log   [10:12:18.107] [debug][config] Marking config path as handled: path
  log   [10:12:18.108] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:18.132] [debug][ganttChartDashboards][plugins] "/usr/share/wazuh-dashboard/plugins/ganttChartDashboards/server" does not export "config".
  log   [10:12:18.165] [debug][config] Marking config path as handled: opensearch_index_management
  log   [10:12:21.481] [debug][config] Marking config path as handled: opensearch_reporting
  log   [10:12:21.563] [debug][config] Marking config path as handled: opensearch_alerting
  log   [10:12:21.567] [debug][advancedSettings][plugins] "/usr/share/wazuh-dashboard/src/plugins/advanced_settings/server" does not export "config".
  log   [10:12:21.588] [debug][bfetch][plugins] "/usr/share/wazuh-dashboard/src/plugins/bfetch/server" does not export "config".
  log   [10:12:21.594] [debug][charts][plugins] "/usr/share/wazuh-dashboard/src/plugins/charts/server" does not export "config".
  log   [10:12:21.688] [debug][config] Marking config path as handled: logging
  log   [10:12:21.744] [debug][config] Marking config path as handled: console
  log   [10:12:21.778] [debug][config] Marking config path as handled: dashboard
  log   [10:12:24.015] [debug][plugins][wazuh] "/usr/share/wazuh-dashboard/plugins/wazuh/server" does not export "config".
  log   [10:12:24.021] [debug][config] Marking config path as handled: data
  log   [10:12:24.166] [debug][config] Marking config path as handled: apm_oss
  log   [10:12:24.203] [debug][discover][plugins] "/usr/share/wazuh-dashboard/src/plugins/discover/server" does not export "config".
  log   [10:12:24.414] [debug][expressions][plugins] "/usr/share/wazuh-dashboard/src/plugins/expressions/server" does not export "config".
  log   [10:12:24.641] [debug][config] Marking config path as handled: logging
  log   [10:12:24.783] [debug][config] Marking config path as handled: opensearch_security
  log   [10:12:24.789] [debug][config] Marking config path as handled: logging
  log   [10:12:24.942] [debug][config] Marking config path as handled: home
  log   [10:12:24.961] [debug][indexPatternManagement][plugins] "/usr/share/wazuh-dashboard/src/plugins/index_pattern_management/server" does not export "config".
  log   [10:12:24.972] [debug][config] Marking config path as handled: input_control_vis
  log   [10:12:24.990] [debug][embeddable][plugins] "/usr/share/wazuh-dashboard/src/plugins/embeddable/server" does not export "config".
  log   [10:12:25.032] [debug][legacyExport][plugins] "/usr/share/wazuh-dashboard/src/plugins/legacy_export/server" does not export "config".
  log   [10:12:25.079] [debug][config] Marking config path as handled: logging
  log   [10:12:25.218] [debug][config] Marking config path as handled: map
  log   [10:12:25.225] [debug][management][plugins] "/usr/share/wazuh-dashboard/src/plugins/management/server" does not export "config".
  log   [10:12:25.265] [debug][config] Marking config path as handled: logging
  log   [10:12:25.364] [debug][config] Marking config path as handled: opensearch_dashboards_legacy
  log   [10:12:25.413] [debug][opensearchDashboardsUsageCollection][plugins] "/usr/share/wazuh-dashboard/src/plugins/opensearch_dashboards_usage_collection/server" does not export "config".
  log   [10:12:25.430] [debug][opensearchUiShared][plugins] "/usr/share/wazuh-dashboard/src/plugins/opensearch_ui_shared/server" does not export "config".
  log   [10:12:25.443] [debug][plugins][savedObjects] "/usr/share/wazuh-dashboard/src/plugins/saved_objects/server" does not export "config".
  log   [10:12:25.483] [debug][plugins][savedObjectsManagement] "/usr/share/wazuh-dashboard/src/plugins/saved_objects_management/server" does not export "config".
  log   [10:12:25.539] [debug][plugins][share] "/usr/share/wazuh-dashboard/src/plugins/share/server" does not export "config".
  log   [10:12:25.550] [debug][config] Marking config path as handled: logging
  log   [10:12:25.650] [debug][config] Marking config path as handled: map,regionmap
  log   [10:12:25.658] [debug][config] Marking config path as handled: map,tilemap
  log   [10:12:25.998] [debug][config] Marking config path as handled: logging
  log   [10:12:26.045] [debug][config] Marking config path as handled: usageCollection
  log   [10:12:26.050] [debug][config] Marking config path as handled: logging
  log   [10:12:26.101] [debug][config] Marking config path as handled: vis_type_markdown
  log   [10:12:26.108] [debug][config] Marking config path as handled: logging
  log   [10:12:26.158] [debug][config] Marking config path as handled: vis_type_metric
  log   [10:12:26.165] [debug][config] Marking config path as handled: logging
  log   [10:12:26.218] [debug][config] Marking config path as handled: vis_type_tagcloud
  log   [10:12:26.438] [debug][config] Marking config path as handled: logging
  log   [10:12:26.476] [debug][config] Marking config path as handled: vis_type_timeseries
  log   [10:12:26.510] [debug][config] Marking config path as handled: logging
  log   [10:12:26.562] [debug][config] Marking config path as handled: vis_type_vega
  log   [10:12:26.567] [debug][config] Marking config path as handled: logging
  log   [10:12:26.607] [debug][config] Marking config path as handled: vis_type_table
  log   [10:12:26.615] [debug][config] Marking config path as handled: vis_type_vislib
  log   [10:12:26.620] [debug][config] Marking config path as handled: vis_type_xy
  log   [10:12:26.944] [debug][config] Marking config path as handled: logging
  log   [10:12:27.010] [debug][config] Marking config path as handled: vis_type_timeline
  log   [10:12:27.024] [debug][plugins][visualizations] "/usr/share/wazuh-dashboard/src/plugins/visualizations/server" does not export "config".
  log   [10:12:27.029] [debug][plugins][visualize] "/usr/share/wazuh-dashboard/src/plugins/visualize/server" does not export "config".
  log   [10:12:27.038] [debug][config] Marking config path as handled: timeline
  log   [10:12:27.040] [debug][config] Marking config path as handled: opensearch_index_management
  log   [10:12:27.043] [debug][config] Marking config path as handled: opensearch_reporting
  log   [10:12:27.045] [debug][config] Marking config path as handled: opensearch_alerting
  log   [10:12:27.046] [debug][config] Marking config path as handled: console
  log   [10:12:27.047] [debug][config] Marking config path as handled: dashboard
  log   [10:12:27.048] [debug][config] Marking config path as handled: data
  log   [10:12:27.049] [debug][config] Marking config path as handled: apm_oss
  log   [10:12:27.050] [debug][config] Marking config path as handled: opensearch_security
  log   [10:12:27.052] [debug][config] Marking config path as handled: home
  log   [10:12:27.054] [debug][config] Marking config path as handled: input_control_vis
  log   [10:12:27.058] [debug][config] Marking config path as handled: map
  log   [10:12:27.061] [debug][config] Marking config path as handled: opensearch_dashboards_legacy
  log   [10:12:27.062] [debug][config] Marking config path as handled: map,regionmap
  log   [10:12:27.064] [debug][config] Marking config path as handled: map,tilemap
  log   [10:12:27.066] [debug][config] Marking config path as handled: usageCollection
  log   [10:12:27.068] [debug][config] Marking config path as handled: vis_type_markdown
  log   [10:12:27.070] [debug][config] Marking config path as handled: vis_type_metric
  log   [10:12:27.074] [debug][config] Marking config path as handled: vis_type_tagcloud
  log   [10:12:27.077] [debug][config] Marking config path as handled: vis_type_timeseries
  log   [10:12:27.078] [debug][config] Marking config path as handled: vis_type_vega
  log   [10:12:27.081] [debug][config] Marking config path as handled: vis_type_table
  log   [10:12:27.084] [debug][config] Marking config path as handled: vis_type_vislib
  log   [10:12:27.085] [debug][config] Marking config path as handled: vis_type_xy
  log   [10:12:27.087] [debug][config] Marking config path as handled: vis_type_timeline
  log   [10:12:27.090] [debug][config] Marking config path as handled: timeline
  log   [10:12:27.094] [debug][config] Marking config path as handled: opensearch_index_management,enabled
  log   [10:12:27.096] [debug][config] Marking config path as handled: opensearch_alerting,enabled
  log   [10:12:27.097] [debug][config] Marking config path as handled: console.enabled
  log   [10:12:27.098] [debug][config] Marking config path as handled: apm_oss,enabled
  log   [10:12:27.099] [debug][config] Marking config path as handled: opensearch_security,enabled
  log   [10:12:27.100] [debug][config] Marking config path as handled: input_control_vis.enabled
  log   [10:12:27.101] [debug][config] Marking config path as handled: vis_type_markdown.enabled
  log   [10:12:27.102] [debug][config] Marking config path as handled: vis_type_metric.enabled
  log   [10:12:27.104] [debug][config] Marking config path as handled: vis_type_tagcloud.enabled
  log   [10:12:27.105] [debug][config] Marking config path as handled: vis_type_timeseries.enabled
  log   [10:12:27.106] [debug][config] Marking config path as handled: vis_type_vega.enabled
  log   [10:12:27.109] [debug][config] Marking config path as handled: vis_type_table.enabled
  log   [10:12:27.110] [debug][config] Marking config path as handled: vis_type_vislib.enabled
  log   [10:12:27.111] [debug][config] Marking config path as handled: vis_type_xy
  log   [10:12:27.112] [debug][config] Marking config path as handled: vis_type_timeline.enabled
  log   [10:12:27.113] [debug][config] Marking config path as handled: timeline.enabled
  log   [10:12:27.117] [info][plugins-service] Plugin "visTypeXy" is disabled.
  log   [10:12:27.118] [debug][plugins-service] Discovered 52 plugins.
  log   [10:12:27.127] [debug][config] Marking config path as handled: usageCollection
  log   [10:12:27.128] [debug][config] Marking config path as handled: opensearch_dashboards_legacy
  log   [10:12:27.129] [debug][config] Marking config path as handled: map
  log   [10:12:27.130] [debug][config] Marking config path as handled: opensearch_alerting
  log   [10:12:27.130] [debug][config] Marking config path as handled: data
  log   [10:12:27.131] [debug][config] Marking config path as handled: opensearch_security
  log   [10:12:27.132] [debug][config] Marking config path as handled: dashboard
  log   [10:12:27.133] [debug][config] Marking config path as handled: vis_type_timeline
  log   [10:12:27.134] [debug][config] Marking config path as handled: vis_type_vega
  log   [10:12:27.135] [debug][config] Marking config path as handled: map,tilemap
  log   [10:12:27.136] [debug][config] Marking config path as handled: map,regionmap
  log   [10:12:27.136] [debug][config] Marking config path as handled: opensearch_index_management
  log   [10:12:27.138] [debug][config] Marking config path as handled: path
  log   [10:12:27.195] [debug][config] Marking config path as handled: path
  log   [10:12:27.197] [debug][config] Marking config path as handled: csp
  log   [10:12:27.198] [debug][config] Marking config path as handled: opensearch
  log   [10:12:27.227] [debug][config] Marking config path as handled: logging
  log   [10:12:27.231] [debug][config] Marking config path as handled: server
  log   [10:12:27.234] [debug][config] Marking config path as handled: plugins
  log   [10:12:27.235] [debug][config] Marking config path as handled: dev
  log   [10:12:27.239] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:27.242] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:27.244] [debug][config] Marking config path as handled: migrations
  log   [10:12:27.246] [debug][config] Marking config path as handled: uiSettings
  log   [10:12:27.247] [debug][config] Marking config path as handled: ops
  log   [10:12:27.249] [debug][config] Marking config path as handled: status
  log   [10:12:27.251] [debug][config] Marking config path as handled: pid
  log   [10:12:27.253] [debug][config] Marking config path as handled: opensearch_index_management
  log   [10:12:27.256] [debug][config] Marking config path as handled: opensearch_reporting
  log   [10:12:27.259] [debug][config] Marking config path as handled: opensearch_alerting
  log   [10:12:27.261] [debug][config] Marking config path as handled: console
  log   [10:12:27.263] [debug][config] Marking config path as handled: dashboard
  log   [10:12:27.265] [debug][config] Marking config path as handled: data
  log   [10:12:27.266] [debug][config] Marking config path as handled: apm_oss
  log   [10:12:27.268] [debug][config] Marking config path as handled: opensearch_security
  log   [10:12:27.271] [debug][config] Marking config path as handled: home
  log   [10:12:27.274] [debug][config] Marking config path as handled: input_control_vis
  log   [10:12:27.276] [debug][config] Marking config path as handled: map
  log   [10:12:27.279] [debug][config] Marking config path as handled: opensearch_dashboards_legacy
  log   [10:12:27.281] [debug][config] Marking config path as handled: map.regionmap
  log   [10:12:27.283] [debug][config] Marking config path as handled: map.tilemap
  log   [10:12:27.284] [debug][config] Marking config path as handled: usageCollection
  log   [10:12:27.286] [debug][config] Marking config path as handled: vis_type_markdown
  log   [10:12:27.290] [debug][config] Marking config path as handled: vis_type_metric
  log   [10:12:27.292] [debug][config] Marking config path as handled: vis_type_tagcloud
  log   [10:12:27.294] [debug][config] Marking config path as handled: vis_type_timeseries
  log   [10:12:27.296] [debug][config] Marking config path as handled: vis_type_vega
  log   [10:12:27.297] [debug][config] Marking config path as handled: vis_type_table
  log   [10:12:27.299] [debug][config] Marking config path as handled: vis_type_vislib
  log   [10:12:27.300] [debug][config] Marking config path as handled: vis_type_xy
  log   [10:12:27.301] [debug][config] Marking config path as handled: vis_type_timeline
  log   [10:12:27.303] [debug][config] Marking config path as handled: timeline
  log   [10:12:27.363] [debug][http] starting NotReady server
  log   [10:12:27.471] [debug][capabilities-service] Setting up capabilities service
  log   [10:12:27.481] [debug][opensearch-service] Setting up opensearch service
  log   [10:12:27.575] [debug][opensearch-service] Checking OpenSearch version
  log   [10:12:27.577] [debug][savedobjects-service] Setting up SavedObjects service
  log   [10:12:27.578] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:27.580] [debug][config] Marking config path as handled: migrations
  log   [10:12:27.614] [debug][ui-settings-service] Setting up ui settings service
  log   [10:12:27.646] [debug][config] Marking config path as handled: ops
  log   [10:12:27.653] [debug][metrics] Refreshing metrics
  log   [10:12:27.747] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:27.760] [debug][http-resources] setting up HttpResourcesService
  log   [10:12:27.762] [debug][config] Marking config path as handled: opensearch
  log   [10:12:27.773] [debug][config] Marking config path as handled: server
  log   [10:12:27.780] [debug][config] Marking config path as handled: logging
  log   [10:12:27.833] [debug][config] Marking config path as handled: savedObjects
  log   [10:12:27.836] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:27.841] [debug][plugins-service] Setting up plugins service
  log   [10:12:27.846] [info][plugins-system] Setting up [42] plugins: [usageCollection,opensearchDashboardsUsageCollection,opensearchDashboardsLegacy,mapsLegacy,alertingDashboards,share,opensearchUiShared,legacyExport,embeddable,expressions,data,home,apmOss,console,management,indexPatternManagement,advancedSettings,savedObjects,securityDashboards,dashboard,visualizations,visTypeTimeline,timeline,visTypeTable,visTypeVega,visTypeMarkdown,tileMap,regionMap,inputControlVis,visualize,ganttChartDashboards,reportsDashboards,indexManagementDashboards,charts,visTypeVislib,visTypeTimeseries,visTypeTagcloud,visTypeMetric,discover,savedObjectsManagement,wazuh,bfetch]
  log   [10:12:27.847] [debug][plugins-system] Setting up plugin "usageCollection"...
  log   [10:12:27.850] [debug][plugins][usageCollection] Initializing plugin
  log   [10:12:27.853] [debug][config] Marking config path as handled: usageCollection
  log   [10:12:27.870] [debug][plugins-system] Setting up plugin "opensearchDashboardsUsageCollection"...
  log   [10:12:27.874] [debug][opensearchDashboardsUsageCollection][plugins] Initializing plugin
  log   [10:12:27.883] [debug][plugins-system] Setting up plugin "opensearchDashboardsLegacy"...
  log   [10:12:27.884] [debug][opensearchDashboardsLegacy][plugins] Initializing plugin
  log   [10:12:27.886] [debug][plugins-system] Setting up plugin "mapsLegacy"...
  log   [10:12:27.889] [debug][mapsLegacy][plugins] Initializing plugin
  log   [10:12:27.907] [debug][config] Marking config path as handled: map
  log   [10:12:27.908] [debug][plugins-system] Setting up plugin "alertingDashboards"...
  log   [10:12:27.909] [debug][alertingDashboards][plugins] Initializing plugin
  log   [10:12:27.981] [debug][plugins-system] Setting up plugin "share"...
  log   [10:12:27.982] [debug][plugins][share] Initializing plugin
  log   [10:12:27.994] [debug][plugins-system] Setting up plugin "opensearchUiShared"...
  log   [10:12:27.995] [debug][opensearchUiShared][plugins] Initializing plugin
  log   [10:12:27.997] [debug][plugins-system] Setting up plugin "legacyExport"...
  log   [10:12:27.998] [debug][legacyExport][plugins] Initializing plugin
  log   [10:12:28.019] [debug][plugins-system] Setting up plugin "embeddable"...
  log   [10:12:28.025] [debug][embeddable][plugins] Initializing plugin
  log   [10:12:28.030] [debug][plugins-system] Setting up plugin "expressions"...
  log   [10:12:28.031] [debug][expressions][plugins] Initializing plugin
  log   [10:12:28.046] [debug][plugins-system] Setting up plugin "data"...
  log   [10:12:28.047] [debug][data][plugins] Initializing plugin
  log   [10:12:28.052] [debug][config] Marking config path as handled: data
  log   [10:12:28.155] [debug][data][data][plugins] Register strategy opensearch
  log   [10:12:28.231] [debug][config] Marking config path as handled: data
  log   [10:12:28.243] [debug][plugins-system] Setting up plugin "home"...
  log   [10:12:28.246] [debug][home][plugins] Initializing plugin
  log   [10:12:28.282] [debug][plugins-system] Setting up plugin "apmOss"...
  log   [10:12:28.286] [debug][apmOss][plugins] Initializing plugin
  log   [10:12:28.288] [debug][config] Marking config path as handled: apm_oss
  log   [10:12:28.362] [debug][plugins-system] Setting up plugin "console"...
  log   [10:12:28.363] [debug][console][plugins] Initializing plugin
  log   [10:12:28.367] [debug][config] Marking config path as handled: console
  log   [10:12:28.381] [debug][plugins-system] Setting up plugin "management"...
  log   [10:12:28.383] [debug][management][plugins] Initializing plugin
  log   [10:12:28.384] [debug][management][plugins] management: Setup
  log   [10:12:28.385] [debug][plugins-system] Setting up plugin "indexPatternManagement"...
  log   [10:12:28.386] [debug][indexPatternManagement][plugins] Initializing plugin
  log   [10:12:28.393] [debug][plugins-system] Setting up plugin "advancedSettings"...
  log   [10:12:28.394] [debug][advancedSettings][plugins] Initializing plugin
  log   [10:12:28.396] [debug][advancedSettings][plugins] advancedSettings: Setup
  log   [10:12:28.397] [debug][plugins-system] Setting up plugin "savedObjects"...
  log   [10:12:28.399] [debug][plugins][savedObjects] Initializing plugin
  log   [10:12:28.401] [debug][plugins-system] Setting up plugin "securityDashboards"...
  log   [10:12:28.402] [debug][plugins][securityDashboards] Initializing plugin
  log   [10:12:28.406] [debug][plugins][securityDashboards] opendistro_security: Setup
  log   [10:12:28.409] [debug][config] Marking config path as handled: opensearch_security
  log   [10:12:28.445] [debug][plugins-system] Setting up plugin "dashboard"...
  log   [10:12:28.447] [debug][dashboard][plugins] Initializing plugin
  log   [10:12:28.449] [debug][dashboard][plugins] dashboard: Setup
  log   [10:12:28.451] [debug][plugins-system] Setting up plugin "visualizations"...
  log   [10:12:28.453] [debug][plugins][visualizations] Initializing plugin
  log   [10:12:28.458] [debug][plugins][visualizations] visualizations: Setup
  log   [10:12:28.465] [debug][plugins-system] Setting up plugin "visTypeTimeline"...
  log   [10:12:28.466] [debug][plugins][visTypeTimeline] Initializing plugin
  log   [10:12:28.468] [debug][config] Marking config path as handled: vis_type_timeline
  log   [10:12:28.472] [debug][config] Marking config path as handled: vis_type_timeline
  log   [10:12:28.899] [debug][plugins-system] Setting up plugin "timeline"...
  log   [10:12:28.901] [debug][plugins][timeline] Initializing plugin
  log   [10:12:28.909] [debug][plugins-system] Setting up plugin "visTypeTable"...
  log   [10:12:28.910] [debug][plugins][visTypeTable] Initializing plugin
  log   [10:12:28.913] [debug][plugins-system] Setting up plugin "visTypeVega"...
  log   [10:12:28.918] [debug][plugins][visTypeVega] Initializing plugin
  log   [10:12:28.925] [debug][plugins-system] Setting up plugin "visTypeMarkdown"...
  log   [10:12:28.926] [debug][plugins][visTypeMarkdown] Initializing plugin
  log   [10:12:28.930] [debug][plugins-system] Setting up plugin "tileMap"...
  log   [10:12:28.933] [debug][plugins][tileMap] Initializing plugin
  log   [10:12:28.936] [debug][plugins-system] Setting up plugin "regionMap"...
  log   [10:12:28.938] [debug][plugins][regionMap] Initializing plugin
  log   [10:12:28.945] [debug][plugins-system] Setting up plugin "inputControlVis"...
  log   [10:12:28.946] [debug][inputControlVis][plugins] Initializing plugin
  log   [10:12:28.951] [debug][plugins-system] Setting up plugin "visualize"...
  log   [10:12:28.953] [debug][plugins][visualize] Initializing plugin
  log   [10:12:28.958] [debug][plugins][visualize] visualize: Setup
  log   [10:12:28.959] [debug][plugins-system] Setting up plugin "ganttChartDashboards"...
  log   [10:12:28.964] [debug][ganttChartDashboards][plugins] Initializing plugin
  log   [10:12:28.968] [debug][ganttChartDashboards][plugins] gantt_vis: Setup
  log   [10:12:28.991] [debug][plugins-system] Setting up plugin "reportsDashboards"...
  log   [10:12:28.996] [debug][plugins][reportsDashboards] Initializing plugin
  log   [10:12:29.001] [debug][plugins][reportsDashboards] reports-dashboards: Setup
  log   [10:12:29.002] [debug][config] Marking config path as handled: opensearch_reporting
  log   [10:12:29.008] [debug][plugins][reportsDashboards] Setup complete
  log   [10:12:29.058] [debug][plugins-system] Setting up plugin "indexManagementDashboards"...
  log   [10:12:29.059] [debug][indexManagementDashboards][plugins] Initializing plugin
  log   [10:12:29.142] [debug][plugins-system] Setting up plugin "charts"...
  log   [10:12:29.144] [debug][charts][plugins] Initializing plugin
  log   [10:12:29.154] [debug][plugins-system] Setting up plugin "visTypeVislib"...
  log   [10:12:29.158] [debug][plugins][visTypeVislib] Initializing plugin
  log   [10:12:29.159] [debug][plugins-system] Setting up plugin "visTypeTimeseries"...
  log   [10:12:29.160] [debug][plugins][visTypeTimeseries] Initializing plugin
  log   [10:12:29.163] [debug][config] Marking config path as handled: vis_type_timeseries
  log   [10:12:29.176] [debug][plugins-system] Setting up plugin "visTypeTagcloud"...
  log   [10:12:29.177] [debug][plugins][visTypeTagcloud] Initializing plugin
  log   [10:12:29.180] [debug][plugins-system] Setting up plugin "visTypeMetric"...
  log   [10:12:29.181] [debug][plugins][visTypeMetric] Initializing plugin
  log   [10:12:29.183] [debug][plugins-system] Setting up plugin "discover"...
  log   [10:12:29.184] [debug][discover][plugins] Initializing plugin
  log   [10:12:29.186] [debug][plugins-system] Setting up plugin "savedObjectsManagement"...
  log   [10:12:29.192] [debug][plugins][savedObjectsManagement] Initializing plugin
  log   [10:12:29.212] [debug][plugins][savedObjectsManagement] Setting up SavedObjectsManagement plugin
  log   [10:12:29.227] [debug][plugins-system] Setting up plugin "wazuh"...
  log   [10:12:29.228] [debug][plugins][wazuh] Initializing plugin
  log   [10:12:29.231] [debug][plugins][wazuh] Wazuh-wui: Setup
  log   [10:12:29.278] [debug][plugins-system] Setting up plugin "bfetch"...
  log   [10:12:29.279] [debug][bfetch][plugins] Initializing plugin
  log   [10:12:29.402] [debug][legacy-service] setting up legacy service
  log   [10:12:29.406] [debug][core-app] Setting up core app.
  log   [10:12:29.428] [debug][root] starting root
  log   [10:12:29.429] [debug][server] starting server
  log   [10:12:29.447] [debug][savedobjects-service] Starting SavedObjects service
  log   [10:12:29.452] [debug][config] Marking config path as handled: opensearchDashboards
  log   [10:12:29.475] [info][savedobjects-service] Waiting until all OpenSearch nodes are compatible with OpenSearch Dashboards before starting saved objects migrations...
  log   [10:12:29.523] [debug][status] Recalculated overall status
  log   [10:12:29.674] [info][savedobjects-service] Starting saved objects migrations
  log   [10:12:29.858] [debug][plugins-service] Plugins service starts plugins
  log   [10:12:29.859] [info][plugins-system] Starting [42] plugins: [usageCollection,opensearchDashboardsUsageCollection,opensearchDashboardsLegacy,mapsLegacy,alertingDashboards,share,opensearchUiShared,legacyExport,embeddable,expressions,data,home,apmOss,console,management,indexPatternManagement,advancedSettings,savedObjects,securityDashboards,dashboard,visualizations,visTypeTimeline,timeline,visTypeTable,visTypeVega,visTypeMarkdown,tileMap,regionMap,inputControlVis,visualize,ganttChartDashboards,reportsDashboards,indexManagementDashboards,charts,visTypeVislib,visTypeTimeseries,visTypeTagcloud,visTypeMetric,discover,savedObjectsManagement,wazuh,bfetch]
  log   [10:12:29.861] [debug][plugins-system] Starting plugin "usageCollection"...
  log   [10:12:29.863] [debug][plugins][usageCollection] Starting plugin
  log   [10:12:29.868] [debug][plugins-system] Starting plugin "opensearchDashboardsUsageCollection"...
  log   [10:12:29.886] [debug][plugins-system] Starting plugin "opensearchDashboardsLegacy"...
  log   [10:12:29.890] [debug][plugins-system] Starting plugin "mapsLegacy"...
  log   [10:12:29.893] [debug][plugins-system] Starting plugin "alertingDashboards"...
  log   [10:12:29.895] [debug][plugins-system] Starting plugin "share"...
  log   [10:12:29.896] [debug][plugins][share] Starting plugin
  log   [10:12:29.897] [debug][plugins-system] Starting plugin "opensearchUiShared"...
  log   [10:12:29.898] [debug][plugins-system] Starting plugin "legacyExport"...
  log   [10:12:29.900] [debug][plugins-system] Starting plugin "embeddable"...
  log   [10:12:29.901] [debug][plugins-system] Starting plugin "expressions"...
  log   [10:12:29.907] [debug][plugins-system] Starting plugin "data"...
  log   [10:12:29.910] [debug][plugins-system] Starting plugin "home"...
  log   [10:12:29.913] [debug][plugins-system] Starting plugin "apmOss"...
  log   [10:12:29.914] [debug][plugins-system] Starting plugin "console"...
  log   [10:12:30.082] [debug][plugins-system] Starting plugin "management"...
  log   [10:12:30.084] [debug][management][plugins] management: Started
  log   [10:12:30.091] [debug][plugins-system] Starting plugin "indexPatternManagement"...
  log   [10:12:30.093] [debug][plugins-system] Starting plugin "advancedSettings"...
  log   [10:12:30.094] [debug][advancedSettings][plugins] advancedSettings: Started
  log   [10:12:30.095] [debug][plugins-system] Starting plugin "savedObjects"...
  log   [10:12:30.096] [debug][plugins-system] Starting plugin "securityDashboards"...
  log   [10:12:30.097] [debug][plugins][securityDashboards] opendistro_security: Started
  log   [10:12:30.098] [debug][config] Marking config path as handled: opensearch_security
  log   [10:12:30.101] [debug][plugins-system] Starting plugin "dashboard"...
  log   [10:12:30.102] [debug][dashboard][plugins] dashboard: Started
  log   [10:12:30.113] [debug][plugins-system] Starting plugin "visualizations"...
  log   [10:12:30.114] [debug][plugins][visualizations] visualizations: Started
  log   [10:12:30.115] [debug][plugins-system] Starting plugin "visTypeTimeline"...
  log   [10:12:30.116] [debug][plugins][visTypeTimeline] Starting plugin
  log   [10:12:30.117] [debug][plugins-system] Starting plugin "timeline"...
  log   [10:12:30.125] [debug][plugins-system] Starting plugin "visTypeTable"...
  log   [10:12:30.127] [debug][plugins-system] Starting plugin "visTypeVega"...
  log   [10:12:30.128] [debug][plugins-system] Starting plugin "visTypeMarkdown"...
  log   [10:12:30.130] [debug][plugins-system] Starting plugin "tileMap"...
  log   [10:12:30.131] [debug][plugins-system] Starting plugin "regionMap"...
  log   [10:12:30.132] [debug][plugins-system] Starting plugin "inputControlVis"...
  log   [10:12:30.133] [debug][plugins-system] Starting plugin "visualize"...
  log   [10:12:30.134] [debug][plugins][visualize] visualize: Started
  log   [10:12:30.135] [debug][plugins-system] Starting plugin "ganttChartDashboards"...
  log   [10:12:30.136] [debug][ganttChartDashboards][plugins] gantt_vis: Started
  log   [10:12:30.137] [debug][plugins-system] Starting plugin "reportsDashboards"...
  log   [10:12:30.139] [debug][plugins][reportsDashboards] reports-dashboards: Started
  log   [10:12:30.154] [debug][plugins-system] Starting plugin "indexManagementDashboards"...
  log   [10:12:30.157] [debug][plugins-system] Starting plugin "charts"...
  log   [10:12:30.159] [debug][plugins-system] Starting plugin "visTypeVislib"...
  log   [10:12:30.161] [debug][plugins-system] Starting plugin "visTypeTimeseries"...
  log   [10:12:30.163] [debug][plugins-system] Starting plugin "visTypeTagcloud"...
  log   [10:12:30.168] [debug][plugins-system] Starting plugin "visTypeMetric"...
  log   [10:12:30.169] [debug][plugins-system] Starting plugin "discover"...
  log   [10:12:30.174] [debug][plugins-system] Starting plugin "savedObjectsManagement"...
  log   [10:12:30.175] [debug][plugins][savedObjectsManagement] Starting up SavedObjectsManagement plugin
  log   [10:12:30.177] [debug][plugins-system] Starting plugin "wazuh"...
  log   [10:12:30.233] [debug][migration-task][plugins][wazuh] migration:reportsDirectoryName: Task started
  log   [10:12:30.234] [debug][migration-task][plugins][wazuh] migration:reportsDirectoryName: Reading reports directory: /usr/share/wazuh-dashboard/data/wazuh/downloads/reports
  log   [10:12:30.236] [debug][migration-task][plugins][wazuh] migration:reportsDirectoryName: Task finished
  log   [10:12:30.270] [debug][plugins-system] Starting plugin "bfetch"...
  log   [10:12:30.274] [debug][legacy-service] starting legacy service
  log   [10:12:30.804] [debug][status] Recalculated overall status
  log   [10:12:31.219] [info][listening] Server running at https://0.0.0.0:443
  log   [10:12:31.230] [debug][http] stopping NotReady server
  log   [10:12:31.249] [debug][server][OpenSearchDashboards][http] starting http server
  log   [10:12:31.250] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/core/capabilities]
  log   [10:12:31.256] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/saved_objects/{type}/{id}]
  log   [10:12:31.262] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/saved_objects/{type}/{id?}]
  log   [10:12:31.265] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/saved_objects/{type}/{id}]
  log   [10:12:31.278] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/saved_objects/_find]
  log   [10:12:31.331] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/saved_objects/{type}/{id}]
  log   [10:12:31.335] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/saved_objects/_bulk_get]
  log   [10:12:31.337] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/saved_objects/_bulk_create]
  log   [10:12:31.340] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/saved_objects/_bulk_update]
  log   [10:12:31.344] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/saved_objects/_log_legacy_import]
  log   [10:12:31.347] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/saved_objects/_export]
  log   [10:12:31.349] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/saved_objects/_import]
  log   [10:12:31.352] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/saved_objects/_resolve_import_errors]
  log   [10:12:31.355] [debug][server][OpenSearchDashboards][http] registering route handler for [/internal/saved_objects/_migrate]
  log   [10:12:31.359] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/settings]
  log   [10:12:31.363] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/settings/{key}]
  log   [10:12:31.366] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/settings/{key}]
  log   [10:12:31.369] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/settings]
  log   [10:12:31.374] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/status]
  log   [10:12:31.377] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/stats]
  log   [10:12:31.380] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/alerts]
  log   [10:12:31.383] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations]
  log   [10:12:31.393] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/{destinationId}]
  log   [10:12:31.403] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations]
  log   [10:12:31.409] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/{destinationId}]
  log   [10:12:31.413] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/{destinationId}]
  log   [10:12:31.419] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/email_accounts]
  log   [10:12:31.425] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/email_accounts]
  log   [10:12:31.427] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/email_accounts/{id}]
  log   [10:12:31.432] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/email_accounts/{id}]
  log   [10:12:31.435] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/email_accounts/{id}]
  log   [10:12:31.438] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/email_groups]
  log   [10:12:31.442] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/email_groups]
  log   [10:12:31.449] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/email_groups/{id}]
  log   [10:12:31.453] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/email_groups/{id}]
  log   [10:12:31.461] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/destinations/email_groups/{id}]
  log   [10:12:31.464] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/_search]
  log   [10:12:31.469] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/_indices]
  log   [10:12:31.476] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/_aliases]
  log   [10:12:31.479] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/_mappings]
  log   [10:12:31.483] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/_plugins]
  log   [10:12:31.486] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/_settings]
  log   [10:12:31.490] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/monitors]
  log   [10:12:31.493] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/monitors/_search]
  log   [10:12:31.495] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/monitors]
  log   [10:12:31.497] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/monitors/_execute]
  log   [10:12:31.499] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/monitors/{id}]
  log   [10:12:31.508] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/monitors/{id}]
  log   [10:12:31.510] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/monitors/{id}]
  log   [10:12:31.512] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/monitors/{id}/_acknowledge/alerts]
  log   [10:12:31.514] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/detectors/{detectorId}]
  log   [10:12:31.517] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/detectors/_search]
  log   [10:12:31.520] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/alerting/detectors/{detectorId}/results]
  log   [10:12:31.524] [debug][server][OpenSearchDashboards][http] registering route handler for [/goto/{urlId}]
  log   [10:12:31.527] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/short_url/{urlId}]
  log   [10:12:31.530] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/shorten_url]
  log   [10:12:31.534] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/dashboards/export]
  log   [10:12:31.537] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/dashboards/import]
  log   [10:12:31.542] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/index_patterns/_fields_for_wildcard]
  log   [10:12:31.546] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/index_patterns/_fields_for_time_pattern]
  log   [10:12:31.549] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/scripts/languages]
  log   [10:12:31.553] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/suggestions/values/{index}]
  log   [10:12:31.556] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/dql_opt_in_stats]
  log   [10:12:31.561] [debug][server][OpenSearchDashboards][http] registering route handler for [/internal/search/{strategy}/{id?}]
  log   [10:12:31.563] [debug][server][OpenSearchDashboards][http] registering route handler for [/internal/search/{strategy}/{id}]
  log   [10:12:31.568] [debug][server][OpenSearchDashboards][http] registering route handler for [/internal/_msearch]
  log   [10:12:31.575] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/home/hits_status]
  log   [10:12:31.578] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/home/tutorials]
  log   [10:12:31.581] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/sample_data]
  log   [10:12:31.583] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/sample_data/{id}]
  log   [10:12:31.586] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/sample_data/{id}]
  log   [10:12:31.590] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/console/opensearch_config]
  log   [10:12:31.597] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/console/proxy]
  log   [10:12:31.600] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/console/api_server]
  log   [10:12:31.602] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/console/api_server]
  log   [10:12:31.606] [debug][server][OpenSearchDashboards][http] registering route handler for [/internal/index-pattern-management/preview_scripted_field]
  log   [10:12:31.609] [debug][server][OpenSearchDashboards][http] registering route handler for [/internal/index-pattern-management/resolve_index/{query}]
  log   [10:12:31.612] [debug][server][OpenSearchDashboards][http] registering route handler for [/app/login]
  log   [10:12:31.615] [debug][server][OpenSearchDashboards][http] registering route handler for [/auth/login]
  log   [10:12:31.617] [debug][server][OpenSearchDashboards][http] registering route handler for [/auth/logout]
  log   [10:12:31.619] [debug][server][OpenSearchDashboards][http] registering route handler for [/auth/anonymous]
  log   [10:12:31.623] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/configuration/{resourceName}]
  log   [10:12:31.626] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/configuration/{resourceName}/{id}]
  log   [10:12:31.628] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/configuration/{resourceName}/{id}]
  log   [10:12:31.630] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/configuration/{resourceName}]
  log   [10:12:31.635] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/configuration/{resourceName}/{id}]
  log   [10:12:31.639] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/auth/authinfo]
  log   [10:12:31.644] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/configuration/audit]
  log   [10:12:31.647] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/configuration/audit/config]
  log   [10:12:31.649] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/configuration/cache]
  log   [10:12:31.653] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/restapiinfo]
  log   [10:12:31.661] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/configuration/validatedls/{indexName}]
  log   [10:12:31.664] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/configuration/index_mappings]
  log   [10:12:31.666] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/v1/configuration/indices]
  log   [10:12:31.669] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/authtype]
  log   [10:12:31.674] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/timeline/functions]
  log   [10:12:31.678] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/timeline/run]
  log   [10:12:31.680] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/timeline/validate/opensearch]
  log   [10:12:31.692] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/input_control_vis/settings]
  log   [10:12:31.694] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/gantt_vis/query]
  log   [10:12:31.696] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting/generateReport]
  log   [10:12:31.698] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting/generateReport/{reportId}]
  log   [10:12:31.701] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting/generateReport/{reportDefinitionId}]
  log   [10:12:31.705] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting/reports]
  log   [10:12:31.709] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting/reports/{reportId}]
  log   [10:12:31.712] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting/reportDefinition]
  log   [10:12:31.714] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting/reportDefinitions/{reportDefinitionId}]
  log   [10:12:31.717] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting/reportDefinitions]
  log   [10:12:31.720] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting/reportDefinitions/{reportDefinitionId}]
  log   [10:12:31.726] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting/reportDefinitions/{reportDefinitionId}]
  log   [10:12:31.730] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting/getReportSource/{reportSourceType}]
  log   [10:12:31.736] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting/stats]
  log   [10:12:31.746] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting_notifications/get_configs]
  log   [10:12:31.749] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting_notifications/get_event/{eventId}]
  log   [10:12:31.754] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/reporting_notifications/test_message/{configId}]
  log   [10:12:31.759] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/_search]
  log   [10:12:31.762] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/_indices]
  log   [10:12:31.765] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/applyPolicy]
  log   [10:12:31.770] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/editRolloverAlias]
  log   [10:12:31.775] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/_data_streams]
  log   [10:12:31.778] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/policies]
  log   [10:12:31.782] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/policies/{id}]
  log   [10:12:31.790] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/policies/{id}]
  log   [10:12:31.795] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/policies/{id}]
  log   [10:12:31.798] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/managedIndices]
  log   [10:12:31.801] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/managedIndices/{id}]
  log   [10:12:31.805] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/retry]
  log   [10:12:31.810] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/changePolicy]
  log   [10:12:31.813] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/removePolicy]
  log   [10:12:31.815] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/rollups]
  log   [10:12:31.818] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/rollups/{id}]
  log   [10:12:31.824] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/rollups/{id}]
  log   [10:12:31.829] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/rollups/{id}]
  log   [10:12:31.832] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/rollups/{id}/_start]
  log   [10:12:31.835] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/rollups/{id}/_stop]
  log   [10:12:31.840] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/_mappings]
  log   [10:12:31.846] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/transforms]
  log   [10:12:31.850] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/transforms/{id}]
  log   [10:12:31.857] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/transforms/{id}/_stop]
  log   [10:12:31.861] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/transforms/{id}/_start]
  log   [10:12:31.866] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/transforms/{id}]
  log   [10:12:31.869] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/transforms/{id}]
  log   [10:12:31.877] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/_searchSampleData/{index}]
  log   [10:12:31.881] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/ism/transforms/_preview]
  log   [10:12:31.884] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/metrics/vis/data]
  log   [10:12:31.887] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/metrics/fields]
  log   [10:12:31.897] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/management/saved_objects/_find]
  log   [10:12:31.902] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/management/saved_objects/{type}/{id}]
  log   [10:12:31.908] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/management/saved_objects/scroll/counts]
  log   [10:12:31.910] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/management/saved_objects/scroll/export]
  log   [10:12:31.914] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/management/saved_objects/relationships/{type}/{id}]
  log   [10:12:31.918] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/opensearch-dashboards/management/saved_objects/_allowed_types]
  log   [10:12:31.925] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/check-stored-api]
  log   [10:12:31.928] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/check-api]
  log   [10:12:31.930] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/login]
  log   [10:12:31.933] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/request]
  log   [10:12:31.936] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/csv]
  log   [10:12:31.942] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/routes]
  log   [10:12:31.952] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/timestamp]
  log   [10:12:31.957] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/extensions]
  log   [10:12:31.961] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/extensions/{id}]
  log   [10:12:31.965] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/setup]
  log   [10:12:31.968] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/syscollector/{agent}]
  log   [10:12:31.970] [debug][server][OpenSearchDashboards][http] registering route handler for [/api/check-wazuh]
  log   [10:12:31.977] [debug][server][OpenSearchDashboards][http] registering route handler for [/elastic/security/current-platform]
  log   [10:12:31.980] [debug][server][OpenSearchDashboards][http] registering route handler for [/elastic/visualizations/{tab}/{pattern}]
  log   [10:12:31.983] [debug][server][OpenSearchDashboards][http] registering route handler for [/elastic/visualizations/{tab}/{pattern}]
  log   [10:12:31.987] [debug][server][OpenSearchDashboards][http] registering route handler for [/elastic/template/{pattern}]
  log   [10:12:31.993] [debug][server][OpenSearchDashboards][http] registering route handler for [/elastic/index-patterns/{pattern}]
  log   [10:12:31.997] [debug][server][OpenSearchDashboards][http] registering route handler for [/elastic/top/{mode}/{cluster}/{field}/{pattern}]
  log   [10:12:31.999] [debug][server][OpenSearchDashboards][http] registering route handler for [/elastic/samplealerts]
  log   [10:12:32.008] [debug][server][OpenSearchDashboards][http] registering route handler for [/elastic/samplealerts/{category}]
  log   [10:12:32.012] [debug][server][OpenSearchDashboards][http] registering route handler for [/elastic/samplealerts/{category}]
  log   [10:12:32.015] [debug][server][OpenSearchDashboards][http] registering route handler for [/elastic/samplealerts/{category}]
  log   [10:12:32.024] [debug][server][OpenSearchDashboards][http] registering route handler for [/elastic/alerts]
  log   [10:12:32.029] [debug][server][OpenSearchDashboards][http] registering route handler for [/elastic/statistics]
  log   [10:12:32.032] [debug][server][OpenSearchDashboards][http] registering route handler for [/hosts/apis]
  log   [10:12:32.035] [debug][server][OpenSearchDashboards][http] registering route handler for [/hosts/update-hostname/{id}]
  log   [10:12:32.038] [debug][server][OpenSearchDashboards][http] registering route handler for [/hosts/remove-orphan-entries]
  log   [10:12:32.044] [debug][server][OpenSearchDashboards][http] registering route handler for [/utils/configuration]
  log   [10:12:32.047] [debug][server][OpenSearchDashboards][http] registering route handler for [/utils/configuration]
  log   [10:12:32.050] [debug][server][OpenSearchDashboards][http] registering route handler for [/utils/logs]
  log   [10:12:32.055] [debug][server][OpenSearchDashboards][http] registering route handler for [/reports/modules/{moduleID}]
  log   [10:12:32.061] [debug][server][OpenSearchDashboards][http] registering route handler for [/reports/groups/{groupID}]
  log   [10:12:32.065] [debug][server][OpenSearchDashboards][http] registering route handler for [/reports/agents/{agentID}]
  log   [10:12:32.073] [debug][server][OpenSearchDashboards][http] registering route handler for [/reports/agents/{agentID}/inventory]
  log   [10:12:32.081] [debug][server][OpenSearchDashboards][http] registering route handler for [/reports/{name}]
  log   [10:12:32.086] [debug][server][OpenSearchDashboards][http] registering route handler for [/reports/{name}]
  log   [10:12:32.091] [debug][server][OpenSearchDashboards][http] registering route handler for [/reports]
  log   [10:12:32.094] [debug][server][OpenSearchDashboards][http] registering route handler for [/utils/logs/ui]
  log   [10:12:32.097] [debug][server][OpenSearchDashboards][http] registering route handler for [/utils/logs/ui]
  log   [10:12:32.115] [debug][server][OpenSearchDashboards][http] registering route handler for [/]
  log   [10:12:32.122] [debug][server][OpenSearchDashboards][http] registering route handler for [/core]
  log   [10:12:32.134] [debug][server][OpenSearchDashboards][http] registering route handler for [/status]
  log   [10:12:32.145] [info][server][OpenSearchDashboards][http] http server running at https://0.0.0.0:443
  log   [10:12:32.704] [debug][metrics] Refreshing metrics
  ops   [10:12:37.155]  memory: 100.2MB uptime: 0:00:24 load: [1.27 1.81 1.94] delay: 0.947
  log   [10:12:37.706] [debug][metrics] Refreshing metrics
  ops   [10:12:42.150]  memory: 100.5MB uptime: 0:00:29 load: [1.17 1.78 1.93] delay: 0.314
  log   [10:12:42.707] [debug][metrics] Refreshing metrics
  ops   [10:12:47.154]  memory: 100.8MB uptime: 0:00:34 load: [1.08 1.75 1.92] delay: 0.199
  log   [10:12:47.710] [debug][metrics] Refreshing metrics
  ops   [10:12:52.156]  memory: 101.1MB uptime: 0:00:39 load: [0.99 1.73 1.91] delay: 0.229
  log   [10:12:52.711] [debug][metrics] Refreshing metrics
  ops   [10:12:57.160]  memory: 101.4MB uptime: 0:00:44 load: [1.07 1.73 1.91] delay: 0.218
  log   [10:12:57.712] [debug][metrics] Refreshing metrics
  ops   [10:13:02.156]  memory: 101.8MB uptime: 0:00:49 load: [0.99 1.70 1.90] delay: 0.145
  log   [10:13:02.714] [debug][metrics] Refreshing metrics
  ops   [10:13:07.157]  memory: 102.1MB uptime: 0:00:54 load: [0.99 1.69 1.89] delay: 0.140
  log   [10:13:07.714] [debug][metrics] Refreshing metrics
  ops   [10:13:12.159]  memory: 102.4MB uptime: 0:00:59 load: [0.99 1.68 1.89] delay: 0.189
  log   [10:13:12.716] [debug][metrics] Refreshing metrics
  ops   [10:13:17.164]  memory: 102.7MB uptime: 0:01:04 load: [1.07 1.68 1.89] delay: 0.628
  log   [10:13:17.717] [debug][metrics] Refreshing metrics
  ops   [10:13:22.162]  memory: 103.0MB uptime: 0:01:09 load: [1.06 1.67 1.88] delay: 0.229
  log   [10:13:22.718] [debug][metrics] Refreshing metrics
  ops   [10:13:27.164]  memory: 103.3MB uptime: 0:01:14 load: [1.06 1.66 1.88] delay: 0.183
  log   [10:13:27.720] [debug][metrics] Refreshing metrics
  ops   [10:13:32.167]  memory: 103.6MB uptime: 0:01:19 load: [1.05 1.65 1.87] delay: 0.237
  log   [10:13:32.722] [debug][metrics] Refreshing metrics
  ops   [10:13:37.168]  memory: 103.9MB uptime: 0:01:24 load: [1.13 1.65 1.88] delay: 0.267
  log   [10:13:37.723] [debug][metrics] Refreshing metrics
  ops   [10:13:42.165]  memory: 104.2MB uptime: 0:01:29 load: [1.12 1.64 1.87] delay: 0.409
  log   [10:13:42.724] [debug][metrics] Refreshing metrics
  ops   [10:13:47.175]  memory: 104.4MB uptime: 0:01:34 load: [1.19 1.65 1.87] delay: 0.211
  log   [10:13:47.725] [debug][metrics] Refreshing metrics
  ops   [10:13:52.175]  memory: 104.7MB uptime: 0:01:39 load: [1.09 1.62 1.86] delay: 0.235
  log   [10:13:52.725] [debug][metrics] Refreshing metrics
  ops   [10:13:57.177]  memory: 105.0MB uptime: 0:01:44 load: [1.09 1.61 1.86] delay: 0.213
  log   [10:13:57.727] [debug][metrics] Refreshing metrics
  ops   [10:14:02.177]  memory: 105.3MB uptime: 0:01:49 load: [1.08 1.60 1.85] delay: 0.267
  log   [10:14:02.728] [debug][metrics] Refreshing metrics
  ops   [10:14:07.177]  memory: 105.6MB uptime: 0:01:54 load: [1.07 1.59 1.85] delay: 0.212
  log   [10:14:07.730] [debug][metrics] Refreshing metrics
  ops   [10:14:12.179]  memory: 93.4MB uptime: 0:01:59 load: [1.15 1.60 1.85] delay: 0.444
  log   [10:14:12.731] [debug][metrics] Refreshing metrics
  ops   [10:14:17.181]  memory: 93.8MB uptime: 0:02:04 load: [1.05 1.57 1.84] delay: 0.193
  log   [10:14:17.733] [debug][metrics] Refreshing metrics
  ops   [10:14:22.178]  memory: 94.1MB uptime: 0:02:09 load: [1.05 1.56 1.83] delay: 0.135
  log   [10:14:22.736] [debug][metrics] Refreshing metrics
  ops   [10:14:27.187]  memory: 93.6MB uptime: 0:02:14 load: [0.97 1.53 1.82] delay: 0.276
  log   [10:14:27.737] [debug][metrics] Refreshing metrics
  ops   [10:14:32.185]  memory: 93.1MB uptime: 0:02:19 load: [0.97 1.53 1.82] delay: 0.362
  log   [10:14:32.739] [debug][metrics] Refreshing metrics
  ops   [10:14:37.189]  memory: 93.5MB uptime: 0:02:24 load: [0.89 1.50 1.81] delay: 0.488
  log   [10:14:37.741] [debug][metrics] Refreshing metrics
  ops   [10:14:42.189]  memory: 93.8MB uptime: 0:02:29 load: [0.82 1.48 1.80] delay: 0.581
  log   [10:14:42.741] [debug][metrics] Refreshing metrics
  ops   [10:14:47.191]  memory: 94.1MB uptime: 0:02:34 load: [0.83 1.47 1.79] delay: 0.188
  log   [10:14:47.742] [debug][metrics] Refreshing metrics
  ops   [10:14:52.190]  memory: 93.5MB uptime: 0:02:39 load: [0.77 1.44 1.78] delay: 0.273
  log   [10:14:52.744] [debug][metrics] Refreshing metrics
  ops   [10:14:57.191]  memory: 93.8MB uptime: 0:02:44 load: [0.79 1.43 1.78] delay: 0.186
  log   [10:14:57.745] [debug][metrics] Refreshing metrics
  ops   [10:15:02.190]  memory: 94.5MB uptime: 0:02:49 load: [0.80 1.43 1.77] delay: 0.148
  log   [10:15:02.746] [debug][metrics] Refreshing metrics
  ops   [10:15:07.197]  memory: 94.1MB uptime: 0:02:54 load: [0.98 1.45 1.78] delay: 0.312
  log   [10:15:07.748] [debug][metrics] Refreshing metrics
  ops   [10:15:12.198]  memory: 94.4MB uptime: 0:02:59 load: [0.98 1.45 1.78] delay: 0.259
  log   [10:15:12.749] [debug][metrics] Refreshing metrics
  ops   [10:15:17.196]  memory: 94.6MB uptime: 0:03:04 load: [0.98 1.44 1.77] delay: 0.661
  log   [10:15:17.750] [debug][metrics] Refreshing metrics
  ops   [10:15:22.197]  memory: 94.1MB uptime: 0:03:09 load: [0.90 1.41 1.76] delay: 0.198
  log   [10:15:22.752] [debug][metrics] Refreshing metrics
  ops   [10:15:27.199]  memory: 94.4MB uptime: 0:03:14 load: [0.91 1.41 1.76] delay: 0.175
  log   [10:15:27.753] [debug][metrics] Refreshing metrics
  ops   [10:15:32.200]  memory: 94.7MB uptime: 0:03:19 load: [0.84 1.38 1.75] delay: 0.227
  log   [10:15:32.754] [debug][metrics] Refreshing metrics
  ops   [10:15:37.204]  memory: 94.1MB uptime: 0:03:24 load: [0.77 1.36 1.74] delay: 0.219
  log   [10:15:37.755] [debug][metrics] Refreshing metrics
  ops   [10:15:42.204]  memory: 94.4MB uptime: 0:03:29 load: [0.87 1.37 1.74] delay: 0.377
  log   [10:15:42.757] [debug][metrics] Refreshing metrics
  ops   [10:15:47.206]  memory: 94.7MB uptime: 0:03:34 load: [0.80 1.35 1.73] delay: 0.237
  log   [10:15:47.760] [debug][metrics] Refreshing metrics
  ops   [10:15:52.203]  memory: 94.1MB uptime: 0:03:39 load: [0.82 1.34 1.73] delay: 0.192
  log   [10:15:52.760] [debug][metrics] Refreshing metrics
  ops   [10:15:57.209]  memory: 94.4MB uptime: 0:03:44 load: [0.75 1.32 1.72] delay: 0.807
  log   [10:15:57.763] [debug][metrics] Refreshing metrics
  ops   [10:16:02.210]  memory: 94.7MB uptime: 0:03:49 load: [0.93 1.35 1.72] delay: 0.187
  log   [10:16:02.764] [debug][metrics] Refreshing metrics
  ops   [10:16:07.208]  memory: 94.1MB uptime: 0:03:54 load: [0.86 1.33 1.71] delay: 0.244
  log   [10:16:07.766] [debug][metrics] Refreshing metrics
  ops   [10:16:12.208]  memory: 94.4MB uptime: 0:03:59 load: [0.87 1.32 1.71] delay: 0.206
  log   [10:16:12.767] [debug][metrics] Refreshing metrics
  ops   [10:16:17.213]  memory: 94.6MB uptime: 0:04:04 load: [0.80 1.30 1.70] delay: 0.212
  log   [10:16:17.769] [debug][metrics] Refreshing metrics
  ops   [10:16:22.214]  memory: 94.0MB uptime: 0:04:09 load: [0.81 1.29 1.70] delay: 0.242
  log   [10:16:22.769] [debug][metrics] Refreshing metrics
  ops   [10:16:27.218]  memory: 94.3MB uptime: 0:04:14 load: [0.91 1.30 1.70] delay: 0.182
  log   [10:16:27.771] [debug][metrics] Refreshing metrics
  ops   [10:16:32.221]  memory: 94.6MB uptime: 0:04:19 load: [0.84 1.28 1.69] delay: 0.307
  log   [10:16:32.772] [debug][metrics] Refreshing metrics
  ops   [10:16:37.220]  memory: 94.9MB uptime: 0:04:24 load: [0.93 1.29 1.69] delay: 0.740
  log   [10:16:37.773] [debug][metrics] Refreshing metrics
  ops   [10:16:42.225]  memory: 94.3MB uptime: 0:04:29 load: [0.94 1.29 1.69] delay: 0.227
  log   [10:16:42.777] [debug][metrics] Refreshing metrics
  ops   [10:16:47.223]  memory: 94.6MB uptime: 0:04:34 load: [0.94 1.28 1.68] delay: 0.186
  log   [10:16:47.778] [debug][metrics] Refreshing metrics
  ops   [10:16:52.231]  memory: 94.9MB uptime: 0:04:39 load: [0.87 1.26 1.68] delay: 0.219
  log   [10:16:52.780] [debug][metrics] Refreshing metrics
  ops   [10:16:57.226]  memory: 94.3MB uptime: 0:04:44 load: [1.04 1.29 1.68] delay: 0.291
  log   [10:16:57.780] [debug][metrics] Refreshing metrics
  ops   [10:17:02.227]  memory: 94.6MB uptime: 0:04:49 load: [1.11 1.30 1.68] delay: 0.192
  log   [10:17:02.781] [debug][metrics] Refreshing metrics
  ops   [10:17:07.237]  memory: 94.9MB uptime: 0:04:54 load: [1.02 1.28 1.68] delay: 1.139
^C  log   [10:17:07.272] [debug][root] shutting root down
  log   [10:17:07.274] [debug][server] stopping server
  log   [10:17:07.277] [debug][legacy-service] stopping legacy service
  log   [10:17:07.285] [debug][plugins-service] Stopping plugins service
  log   [10:17:07.287] [info][plugins-system] Stopping all plugins.
  log   [10:17:07.289] [debug][plugins-system] Stopping plugin "bfetch"...
  log   [10:17:07.291] [debug][plugins-system] Stopping plugin "wazuh"...
  log   [10:17:07.295] [debug][plugins-system] Stopping plugin "savedObjectsManagement"...
  log   [10:17:07.298] [debug][plugins-system] Stopping plugin "discover"...
  log   [10:17:07.301] [debug][plugins-system] Stopping plugin "visTypeMetric"...
  log   [10:17:07.303] [debug][plugins-system] Stopping plugin "visTypeTagcloud"...
  log   [10:17:07.311] [debug][plugins-system] Stopping plugin "visTypeTimeseries"...
  log   [10:17:07.313] [debug][plugins-system] Stopping plugin "visTypeVislib"...
  log   [10:17:07.315] [debug][plugins-system] Stopping plugin "charts"...
  log   [10:17:07.318] [debug][plugins-system] Stopping plugin "indexManagementDashboards"...
  log   [10:17:07.319] [debug][plugins-system] Stopping plugin "reportsDashboards"...
  log   [10:17:07.321] [debug][plugins-system] Stopping plugin "ganttChartDashboards"...
  log   [10:17:07.323] [debug][plugins-system] Stopping plugin "visualize"...
  log   [10:17:07.324] [debug][plugins-system] Stopping plugin "inputControlVis"...
  log   [10:17:07.328] [debug][plugins-system] Stopping plugin "regionMap"...
  log   [10:17:07.330] [debug][plugins-system] Stopping plugin "tileMap"...
  log   [10:17:07.334] [debug][plugins-system] Stopping plugin "visTypeMarkdown"...
  log   [10:17:07.336] [debug][plugins-system] Stopping plugin "visTypeVega"...
  log   [10:17:07.338] [debug][plugins-system] Stopping plugin "visTypeTable"...
  log   [10:17:07.341] [debug][plugins-system] Stopping plugin "timeline"...
  log   [10:17:07.345] [debug][plugins-system] Stopping plugin "visTypeTimeline"...
  log   [10:17:07.349] [debug][plugins][visTypeTimeline] Stopping plugin
  log   [10:17:07.351] [debug][plugins-system] Stopping plugin "visualizations"...
  log   [10:17:07.354] [debug][plugins-system] Stopping plugin "dashboard"...
  log   [10:17:07.357] [debug][plugins-system] Stopping plugin "securityDashboards"...
  log   [10:17:07.361] [debug][plugins-system] Stopping plugin "savedObjects"...
  log   [10:17:07.365] [debug][plugins-system] Stopping plugin "advancedSettings"...
  log   [10:17:07.368] [debug][plugins-system] Stopping plugin "indexPatternManagement"...
  log   [10:17:07.370] [debug][plugins-system] Stopping plugin "management"...
  log   [10:17:07.372] [debug][plugins-system] Stopping plugin "console"...
  log   [10:17:07.375] [debug][plugins-system] Stopping plugin "apmOss"...
  log   [10:17:07.379] [debug][plugins-system] Stopping plugin "home"...
  log   [10:17:07.387] [debug][plugins-system] Stopping plugin "data"...
  log   [10:17:07.390] [debug][plugins-system] Stopping plugin "expressions"...
  log   [10:17:07.394] [debug][plugins-system] Stopping plugin "embeddable"...
  log   [10:17:07.397] [debug][plugins-system] Stopping plugin "legacyExport"...
  log   [10:17:07.399] [debug][plugins-system] Stopping plugin "opensearchUiShared"...
  log   [10:17:07.401] [debug][plugins-system] Stopping plugin "share"...
  log   [10:17:07.405] [debug][plugins][share] Stopping plugin
  log   [10:17:07.411] [debug][plugins-system] Stopping plugin "alertingDashboards"...
  log   [10:17:07.415] [debug][plugins-system] Stopping plugin "mapsLegacy"...
  log   [10:17:07.418] [debug][plugins-system] Stopping plugin "opensearchDashboardsLegacy"...
  log   [10:17:07.421] [debug][plugins-system] Stopping plugin "opensearchDashboardsUsageCollection"...
  log   [10:17:07.423] [debug][plugins-system] Stopping plugin "usageCollection"...
  log   [10:17:07.427] [debug][plugins][usageCollection] Stopping plugin
  log   [10:17:07.430] [debug][opensearch-service] Stopping opensearch service
  log   [10:17:07.440] [debug][server][OpenSearchDashboards][http] stopping http server

On Monday, 8 August 2022 at 14:20:04 UTC+8 elw...@wazuh.com wrote:
Reply all
Reply to author
Forward
0 new messages