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

Set status as default metricset in Apache module #6673

Merged
merged 2 commits into from
Mar 28, 2018

Conversation

ruflin
Copy link
Member

@ruflin ruflin commented Mar 27, 2018

The metricset config was removed from the short config as there is only 1 metricset anyway. No need for the user to configure this.

@@ -6,7 +6,7 @@ This file is generated! See scripts/docs_collector.py
== Apache module

This module periodically fetches metrics from https://httpd.apache.org/[Apache
HTTPD] servers.
HTTPD] servers. The default metricset is `namespace`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Defalt metricset is status :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy/paste :-( Fixed.

@@ -1,5 +1,4 @@
- module: apache
metricsets: ["status"]
period: 10s

# Apache hosts
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could drop the "Apache hosts" comment. It really doesn't any new info IMO.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

host comment removed and also period removed.

@ruflin ruflin force-pushed the apache-default branch 2 times, most recently from f238a4b to e8076c9 Compare March 28, 2018 09:22
The metricset config was removed from the short config as there is only 1 metricset anyway. No need for the user to configure this.
@jsoriano jsoriano merged commit 150c3a4 into elastic:master Mar 28, 2018
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.

3 participants