Explore Logs: Preinstall for onprem Grafana instances (#94221)

This commit is contained in:
Sven Grossmann 2024-10-04 11:15:29 +02:00 committed by GitHub
parent 788ef7fec3
commit a766b378d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.