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

cmd/scollector: Filter out elastic indices from monitoring via regexp #1243

Merged
merged 1 commit into from
Aug 7, 2015

Conversation

kylebrandt
Copy link
Member

No description provided.

@captncraig
Copy link
Contributor

lgtm

@@ -27,8 +27,18 @@ var (
"yellow": 1,
"red": 2,
}
esIndexFilters = make([]regexp.Regexp, 0)
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be []*regexp.Regexp.

kylebrandt added a commit that referenced this pull request Aug 7, 2015
cmd/scollector: Filter out elastic indices from monitoring via regexp
@kylebrandt kylebrandt merged commit d7743d5 into master Aug 7, 2015
@kylebrandt kylebrandt deleted the filterElasticIndices branch August 7, 2015 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants