-
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
-d "*" does not include the "publish" selector #339
Labels
Comments
the '*' option should work as it sets a bool being checked before any selectors. Can you provide some console output for comparison? |
I think the cause is that https://github.com/elastic/libbeat/blob/master/publisher/preprocess.go#L61 |
@andrewkroh you are right. And it's not the only selector being affected. |
Fixed by elastic/libbeat#226. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
./packetbeat -e -c etc/packetbeat.yml -d "*"
no output from publisher is logged.When running
./packetbeat -e -c etc/packetbeat.yml -d "*,publish"
the output from publisher is logged.I would expect that
-d "*"
enables debug logging for publisher.The text was updated successfully, but these errors were encountered: