Skip to content

Commit 1d6ceae

Browse files
committed
Fixing feature version
1 parent 854671e commit 1d6ceae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metricbeat/module/elasticsearch/elasticsearch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ var (
7272

7373
//ExpandWildcardsHiddenAvailableVersion is the version since when the "expand_wildcards" query parameter to
7474
// the Indices Stats API can accept "hidden" as a value.
75-
ExpandWildcardsHiddenAvailableVersion = common.MustNewVersion("7.9.0")
75+
ExpandWildcardsHiddenAvailableVersion = common.MustNewVersion("7.7.0")
7676

7777
// Global clusterIdCache. Assumption is that the same node id never can belong to a different cluster id.
7878
clusterIDCache = map[string]string{}

0 commit comments

Comments
 (0)