Plugins: Enable managedPluginsInstall by default (#84721)

Plugins: enable managedPluginsInstall by default
This commit is contained in:
Hugo Kiyodi Oshiro
2024-03-19 16:34:46 +01:00
committed by GitHub
parent 107dd15e12
commit b1c4ebe6e8
4 changed files with 10 additions and 6 deletions

View File

@@ -51,6 +51,7 @@ Some features are enabled by default. You can disable these feature by setting t
| `panelMonitoring` | Enables panel monitoring through logs and measurements | Yes |
| `recoveryThreshold` | Enables feature recovery threshold (aka hysteresis) for threshold server-side expression | Yes |
| `lokiStructuredMetadata` | Enables the loki data source to request structured metadata from the Loki server | Yes |
| `managedPluginsInstall` | Install managed plugins directly from plugins catalog | Yes |
| `logRowsPopoverMenu` | Enable filtering menu displayed when text of a log line is selected | Yes |
| `lokiQueryHints` | Enables query hints for Loki | Yes |
| `alertingQueryOptimization` | Optimizes eligible queries in order to reduce load on datasources | |
@@ -88,7 +89,6 @@ Some features are enabled by default. You can disable these feature by setting t
| `cloudWatchBatchQueries` | Runs CloudWatch metrics queries as separate batches |
| `teamHttpHeaders` | Enables Team LBAC for datasources to apply team headers to the client requests |
| `awsDatasourcesNewFormStyling` | Applies new form styling for configuration and query editors in AWS plugins |
| `managedPluginsInstall` | Install managed plugins directly from plugins catalog |
| `addFieldFromCalculationStatFunctions` | Add cumulative and window functions to the add field from calculation transformation |
| `pdfTables` | Enables generating table data as PDF in reporting |
| `ssoSettingsApi` | Enables the SSO settings API and the OAuth configuration UIs in Grafana |