mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Elastic: Remove experimental tag from v8.0+ (#61359)
* docs: remove experimental tag from v8.0+ * feat: remove experimental description from es version config
This commit is contained in:
parent
62633ba4a7
commit
51c30ba22d
@ -31,7 +31,7 @@ Once you've added the Elasticsearch data source, you can [configure it]({{< relr
|
||||
This data source supports these versions of Elasticsearch:
|
||||
|
||||
- v7.10+
|
||||
- v8.0+ (experimental)
|
||||
- v8.0+
|
||||
|
||||
## Configure the data source
|
||||
|
||||
|
@ -17,11 +17,7 @@ const indexPatternTypes: Array<SelectableValue<'none' | Interval>> = [
|
||||
|
||||
const esVersions: SelectableValue[] = [
|
||||
{ label: '7.10+', value: '7.10.0' },
|
||||
{
|
||||
label: '8.0+',
|
||||
value: '8.0.0',
|
||||
description: 'support for Elasticsearch 8 is currently experimental',
|
||||
},
|
||||
{ label: '8.0+', value: '8.0.0' },
|
||||
];
|
||||
|
||||
type Props = {
|
||||
|
Loading…
Reference in New Issue
Block a user