Ability to override event_return_whitelist per event_returner #67463
dkfsalt
started this conversation in
Feature Requests
Replies: 2 comments
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for updating this issue. It is no longer marked as stale. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description of Issue
The parameters "event_return_whitelist" and "event_return_blacklist" appear to be global parameters for all event_return'ers and it would be worthwhile to be able to have different filters for different returners.
For example, it would be great to be able to have the following config...
In the above example, the sseapi and mysql returners are exposed to all events while the rawfile_json returner is only exposed to the job events (and can be used for things like splunk data loading)
Versions Report
Beta Was this translation helpful? Give feedback.
All reactions