-
Notifications
You must be signed in to change notification settings - Fork 920
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
program_output does not work for any command other than "mail" #422
Comments
BTW forgot to mention this is similar to issue #127 |
The problem is that you currently can only have one of each output type (program, file, etc).
I’ll put this on our roadmap of things to look at fixing, and we should update documentation as well.
… On Sep 22, 2018, at 2:57 PM, Mir Islam ***@***.***> wrote:
BTW forgot to mention this is similar to issue #127
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Thanks. I tried and when there is only one program_output, it worked. Having multiple program_output will be a very useful feature. I guess I can always wrap multiple commands in a bash script |
The docs have been updated. I filed a new issue #458 to track the feature request. Closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So here is an odd problem. Looks like the program_output does not work for any binary other than mail. I am suspecting that there is a whitelist of binary which can be used in program_output but not documented. To validate that theory, I replaced my "mail" binary and put a shell script called "mail" which calls the binary I want (in this case curl to post to elasticsearch). Sure enough that worked.
Is this a bug or a feature? If it is a feature where is the documentation for the allowed programs?
The text was updated successfully, but these errors were encountered: