From 3761e9efa869586241e3a18e5ab3adabe8691ae5 Mon Sep 17 00:00:00 2001 From: Joey Tawadrous <90795735+joey-grafana@users.noreply.github.com> Date: Tue, 12 Jul 2022 09:16:27 +0100 Subject: [PATCH] Add Splunk to annotations legacy runner (#52025) --- public/app/features/annotations/standardAnnotationSupport.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/annotations/standardAnnotationSupport.ts b/public/app/features/annotations/standardAnnotationSupport.ts index 8f4904abc7a..01d88a803f3 100644 --- a/public/app/features/annotations/standardAnnotationSupport.ts +++ b/public/app/features/annotations/standardAnnotationSupport.ts @@ -236,6 +236,7 @@ const legacyRunner = [ 'loki', 'elasticsearch', 'grafana-opensearch-datasource', // external + 'grafana-splunk-datasource', // external ]; /**