-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Provide a fuller example in modules.d/elasticsearch.yml.disabled #11548
Comments
Pinging @elastic/stack-monitoring |
Related: #9118 |
For X-Pack Monitoring, the |
@ppf2 @cachedout @ruflin I'm curious to hear your thoughts on this request. I see two possible options here:
OR
I'd prefer option 2 as I think it's a better user experience. But we've already had a lot of discussion around naming and such on #9118 which made be a bit weary TBH. So I'd prefer to revive it only if we all agree that it's the right direction to go in. Thoughts? |
Ah that's good to know, thx! Yah I think it will be good to abstract this out so that end users will not have to figure out the minimum metricsets they will have to add for stack monitoring to work. Maybe we can update https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-metricset-elasticsearch-node.html to indicate that this is not necessary for xpack monitoring? (and remove that from the modules.d/elasticsearch.yml.disabled commented example) |
@ycombinator I'm a strong +1 on the second option. From a quick glance through that issue, it mostly seems like the last remaining concerns were from @ruflin. Maybe we can just sync up to work through them? |
Great, thanks for weighing in @ppf2 and @cachedout. I'll revive #9118 now. |
@ppf2 Update: #9118 was merged yesterday and I'm working on doc updates in elastic/elasticsearch#40879 and elastic/kibana#34599. |
Nicely done, @ycombinator ! I've left reviews on the two PRs you link above. |
@ycombinator All the PRs you link are now merged. Close this? |
Currently, the out of the box modules.d/elasticsearch.yml.disabled file shows just the following:
Will be nice if we improve the above to the following:
The above will be consistent with the documentation. Some of the above flags are important (such as xpack.enabled; if missed the monitoring UI will not show any data because the ES module metrics would be indexed to metricbeat* indices instead of .monitoring* by default).
Speaking of documentation, Step 3c is missing
- node
btw.The text was updated successfully, but these errors were encountered: