Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Monitoring] Updating test assertion #34040

Conversation

ycombinator
Copy link
Contributor

Follow up to #33860.

This test assertion was failing when I tried to backport #33860 in #34023. So I'm fixing it in master and will backport it as part of #34023.

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@ycombinator ycombinator merged commit 3eed873 into elastic:master Oct 2, 2018
@ycombinator ycombinator deleted the follow-up/x-pack/monitoring/collect-cluster-metadata branch October 2, 2018 10:19
ycombinator added a commit to ycombinator/elasticsearch that referenced this pull request Oct 2, 2018
kcm pushed a commit that referenced this pull request Oct 30, 2018
ycombinator added a commit that referenced this pull request Nov 5, 2018
)

Backport of #33860 and #34040.

This PR teaches Monitoring to collect cluster metadata, if any is set, and index it into `cluster_stats` docs in `.monitoring-es-*`.

After this PR, `cluster_stats` docs in `.monitoring-es-*` will contain an additional top-level `cluster_settings` field like so:

```
{
   ...
   "cluster_settings": {
     "cluster": {
       "metadata": {
         ...
       }
     }
   }
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants