You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the addition of an extra settings API call in PR in the Metricbeat Elasticsearch module, there is a possible misbehavior if one of the key isn't found (or its path for that matters).
This results in error like the one below:
5 errors: failure adding index settings: failed to get index settings for index .geoip_databases: key not found
[...]
We will want to do multiple things:
Ensure we have test coverage for this, as what should cover this is currently skipped.
Modify the code so that a missing path or leaf doesn't yield an error. As this is an "internal" field, the absence of the field shouldn't cascade into a frontend error.
The text was updated successfully, but these errors were encountered:
With the addition of an extra settings API call in PR in the Metricbeat Elasticsearch module, there is a possible misbehavior if one of the key isn't found (or its path for that matters).
This results in error like the one below:
We will want to do multiple things:
The text was updated successfully, but these errors were encountered: