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

-d "*" doesn't work over the /usr/bin shell script #5040

Closed
tsg opened this issue Aug 29, 2017 · 0 comments
Closed

-d "*" doesn't work over the /usr/bin shell script #5040

tsg opened this issue Aug 29, 2017 · 0 comments

Comments

@tsg
Copy link
Contributor

tsg commented Aug 29, 2017

  • Version: 6.0.0-beta2
  • Operating System: deb/rpm
  • Steps to Reproduce:

On a deb/rpm installation try:

packetbeat -e -d "*"

You will get errors because the wildcard is resolved by the shell before is passed to the program:

# packetbeat -e -d '*'
Error: unknown command "index.html.1" for "packetbeat"
Run 'packetbeat --help' for usage.

A workaround seems to be using: packetbeat -e -d ",*"

tsg pushed a commit to tsg/beats that referenced this issue Aug 29, 2017
Fixes elastic#5040.

Credit to @exekias for finding the solution.
exekias pushed a commit that referenced this issue Aug 29, 2017
Fixes #5040.

Credit to @exekias for finding the solution.
tsg added a commit to tsg/beats that referenced this issue Aug 29, 2017
Fixes elastic#5040.

Credit to @exekias for finding the solution.

(cherry picked from commit df0f7ff)
ruflin pushed a commit that referenced this issue Aug 29, 2017
Fixes #5040.

Credit to @exekias for finding the solution.

(cherry picked from commit df0f7ff)
leweafan pushed a commit to leweafan/beats that referenced this issue Apr 28, 2023
…#5046)

Fixes elastic#5040.

Credit to @exekias for finding the solution.

(cherry picked from commit 6749499)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant