elastic / elastic/support-diagnostics

Monitoring data export excludes system indices which is not documented

Open
#465 0 comments 1 reaction 0 assignees View on GitHub
diagnostic
Dominant language
Java
Stars
304
Forks
175
PR merge metrics
No merged PRs in 30d

Description

Due to https://github.com/elastic/support-diagnostics/blob/8.1.2/src/main/resources/monitoring-extract/index_stats.json#L5-L11 export of system indices is excluded which is not documented and might be confusing.

The workaround is to remove this section from the query template:
```
"must_not": [
{"wildcard": {
"index_stats.index": {
"value": ".*"
}
}}
],
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.