From a766b378d0a26881cbb1d7e67f083d39aa967365 Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Fri, 4 Oct 2024 11:15:29 +0200 Subject: [PATCH] Explore Logs: Preinstall for onprem Grafana instances (#94221) --- conf/defaults.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index 8baa6296110..cb3965cc554 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -1740,7 +1740,7 @@ hide_angular_deprecation = # Comma separated list of plugin ids for which environment variables should be forwarded. Used only when feature flag pluginsSkipHostEnvVars is enabled. forward_host_env_vars = # Comma separated list of plugin ids to install as part of the startup process. -preinstall = +preinstall = grafana-lokiexplore-app # Controls whether preinstall plugins asynchronously (in the background) or synchronously (blocking). Useful when preinstalled plugins are used with provisioning. preinstall_async = true # Disables preinstall feature. It has the same effect as setting preinstall to an empty list.