From 8f36d2ec007877fa8b70c40f422bd621085ed169 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Tue, 9 Sep 2025 15:38:50 -0500 Subject: [PATCH] update log file name --- .../integrations/grid-nodes_general/elastic-agent-monitor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/elasticfleet/files/integrations/grid-nodes_general/elastic-agent-monitor.json b/salt/elasticfleet/files/integrations/grid-nodes_general/elastic-agent-monitor.json index a7d425b39..31b004a91 100644 --- a/salt/elasticfleet/files/integrations/grid-nodes_general/elastic-agent-monitor.json +++ b/salt/elasticfleet/files/integrations/grid-nodes_general/elastic-agent-monitor.json @@ -19,7 +19,7 @@ "enabled": true, "vars": { "paths": [ - "/opt/so/log/agents/agent-monitor-*.log" + "/opt/so/log/agents/agent-monitor.log" ], "data_stream.dataset": "agent-monitor", "pipeline": "elasticagent.monitor",