mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Elastic: Change elastic version 8.0+ to be more accurate (#61379)
fix: change elastic version 8.0+ to be more accurate
This commit is contained in:
parent
4454d5eb49
commit
8ae4b9060b
@ -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+
|
||||
- v8.x
|
||||
|
||||
## Configure the data source
|
||||
|
||||
|
@ -17,7 +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' },
|
||||
{ label: '8.x', value: '8.0.0' },
|
||||
];
|
||||
|
||||
type Props = {
|
||||
|
Loading…
Reference in New Issue
Block a user