From dbaaf0da39ae34a59b2699d568daa66f10c33723 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 10 Jan 2023 11:45:28 +0200 Subject: [PATCH] [v9.2.x] remove splunk plugin from legacyRunner check (#61180) remove splunk plugin from legacyRunner check (#60979) (cherry picked from commit 7db284cfcb9f8f3c10df07a30ad42833e8890b77) Co-authored-by: Taewoo K --- public/app/features/annotations/standardAnnotationSupport.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/app/features/annotations/standardAnnotationSupport.ts b/public/app/features/annotations/standardAnnotationSupport.ts index a3dac840695..dd8fb31b706 100644 --- a/public/app/features/annotations/standardAnnotationSupport.ts +++ b/public/app/features/annotations/standardAnnotationSupport.ts @@ -237,7 +237,6 @@ const legacyRunner = [ 'loki', 'elasticsearch', 'grafana-opensearch-datasource', // external - 'grafana-splunk-datasource', // external ]; /**