From 268bccaf038a6dec0ab141178f241d037a1d6f49 Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:41:11 -0700 Subject: [PATCH] KB Diag | Data views space aware --- src/main/resources/kibana-rest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/kibana-rest.yml b/src/main/resources/kibana-rest.yml index 2e244dfc..71fdbe5e 100644 --- a/src/main/resources/kibana-rest.yml +++ b/src/main/resources/kibana-rest.yml @@ -39,7 +39,9 @@ kibana_alerts_health: kibana_data_views: versions: - ">= 8.0.0": "/api/data_views" + ">= 8.0.0": + url: "/api/data_views" + spaceaware: true # Calculates health of Detection Engine and returns a health snapshot. # Scope: the whole cluster = all detection rules in all Kibana spaces.