Skip to content

Commit

Permalink
Fix filter path
Browse files Browse the repository at this point in the history
  • Loading branch information
3kt committed Nov 22, 2024
1 parent 5417abb commit ba6cc57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metricbeat/module/elasticsearch/index/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ func eventsMapping(r mb.ReporterV2, httpClient *helper.HTTP, info elasticsearch.
clusterStateMetrics := []string{"routing_table", "metadata"}
filterPaths := []string{
"routing_table",
"**.settings.index.**._tier_preference",
"**.settings.index.**.creation_date",
"metadata.indices.**.settings.index.**._tier_preference",
"metadata.indices.**.settings.index.creation_date",
}
clusterState, err := elasticsearch.GetClusterState(
httpClient,
Expand Down

0 comments on commit ba6cc57

Please sign in to comment.