We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I use execbeat to execute my shellscript, which accept multiple arguments. I have my execbeat configuration like;
execbeat: execs: - cron: "@every 5s" command: "/shellscripts/test.sh" args: "arga argb argc" document_type: execbeat fields: host: 192.168.0.1 beatname: "beat1" output.console: enabled: true pretty: true
my scellscript is very simple, its like;
#!/bin/sh echo $1
but my ecexbeat always outputs;
arga argb argc
I am expecting only one output arga, how can I do this?
arga
Thank you.
The text was updated successfully, but these errors were encountered:
Hi I just tested it and I think you found a bug. Need to look into it how to fix it.
Sorry, something went wrong.
I have found the issue and will provide a release tomorrow.
Fix for #7
15be5ec
Multiple arguments are not properly passed to command
Release 3.0.1 is now available.
No branches or pull requests
Hi,
I use execbeat to execute my shellscript, which accept multiple arguments. I have my execbeat configuration like;
my scellscript is very simple, its like;
but my ecexbeat always outputs;
I am expecting only one output
arga
, how can I do this?Thank you.
The text was updated successfully, but these errors were encountered: