From f68b3709ff68fb40abbcb0fc1aa97498b2bbafff Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Thu, 11 Apr 2024 12:30:55 +0530 Subject: [PATCH] Update splunkhec-detect.yaml --- http/technologies/splunkhec-detect.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/technologies/splunkhec-detect.yaml b/http/technologies/splunkhec-detect.yaml index 4952850e05..02f11485b9 100644 --- a/http/technologies/splunkhec-detect.yaml +++ b/http/technologies/splunkhec-detect.yaml @@ -24,4 +24,5 @@ http: dsl: - 'status_code == 200' - 'contains_any(body, "text\":\"HEC is healthy\",\"code")' + - 'contains(header, "application/json")' condition: and