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:
Gareth Dawson 2023-01-16 15:54:40 +00:00 committed by GitHub
parent 4454d5eb49
commit 8ae4b9060b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 = {