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

Cherry-pick #4870 to 6.0: Fix missing MongoDB config from the modules.d folder #4925

Merged
merged 4 commits into from
Aug 16, 2017

Conversation

exekias
Copy link
Contributor

@exekias exekias commented Aug 16, 2017

Cherry-pick of PR #4870 to 6.0 branch. Original message:

The command that collected the configurations, used something like
this to list the modules:

ls module | grep -v .go

Problem was, mongodb matched the .go grep, so it was excluded :)

This PR uses find to list the directories.

The command that collected the configurations, used something like
this to list the modules:

   ls module | grep -v .go

Problem was, `mongodb` matched the `.go` grep, so it was excluded :)

This PR uses `find` to list the directories.
(cherry picked from commit 5adf7e1)
@andrewkroh andrewkroh merged commit c46428d into elastic:6.0 Aug 16, 2017
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…`modules.d` folder (elastic#4925)

* Fix missing MongoDB config from the `modules.d` folder (elastic#4870)

The command that collected the configurations, used something like
this to list the modules:

   ls module | grep -v .go

Problem was, `mongodb` matched the `.go` grep, so it was excluded :)

This PR uses `find` to list the directories.

(cherry picked from commit 437273d)
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