From ed1ae83770a20a97dff789ee7f51bca018394af6 Mon Sep 17 00:00:00 2001 From: Daniel Maya Date: Mon, 30 Oct 2023 15:15:53 +0100 Subject: [PATCH 01/11] #12344 Fixed log source --- .../extras/delete_files/delete_files.txt | 2 + .../operation/agentes/log_sources_status.php | 76 +++++++++++++------ 2 files changed, 55 insertions(+), 23 deletions(-) diff --git a/pandora_console/extras/delete_files/delete_files.txt b/pandora_console/extras/delete_files/delete_files.txt index 8a9c50f605..234ec4e997 100644 --- a/pandora_console/extras/delete_files/delete_files.txt +++ b/pandora_console/extras/delete_files/delete_files.txt @@ -1718,3 +1718,5 @@ operation/incidents/list_integriaims_incidents.php include/functions_incidents.php include/functions_integriaims.php include/ajax/integria_incidents.ajax.php +enterprise/operation/log/log_source.php +enterprise/include/class/LogSource.class.php diff --git a/pandora_console/operation/agentes/log_sources_status.php b/pandora_console/operation/agentes/log_sources_status.php index 32d017c480..d66ae65118 100644 --- a/pandora_console/operation/agentes/log_sources_status.php +++ b/pandora_console/operation/agentes/log_sources_status.php @@ -16,6 +16,8 @@ global $config; // Login check. check_login(); +enterprise_include('include/functions_elasticsearch.php'); + ?>