Elasticsearch: Put new log details filters behavior behind a feature flag (#70703)

* Elasticsearch: create elasticFiltersToggle feature flag

* Elasticsearch: add new filter behavior behind a feature flag

* Rename feature flag
This commit is contained in:
Matias Chomicki
2023-06-27 10:38:20 +02:00
committed by GitHub
parent a9b9b96c61
commit c1ce24c90f
7 changed files with 64 additions and 18 deletions

View File

@@ -117,6 +117,7 @@ Experimental features might be changed or removed without prior notice.
| `pluginsDynamicAngularDetectionPatterns` | Enables fetching Angular detection patterns for plugins from GCOM and fallback to hardcoded ones |
| `alertingLokiRangeToInstant` | Rewrites eligible loki range queries to instant queries |
| `flameGraphV2` | New version of flame graph with new features |
| `elasticToggleableFilters` | Enable support to toggle filters off from the query through the Logs Details component |
## Development feature toggles