Graylog2 / graylog-plugin-pipeline-processor

[DEPRECATED] Graylog Pipeline Message Processor Plugins
https://www.graylog.org/
GNU General Public License v3.0
21 stars 15 forks source link

add remove_from_default boolean option to route_to_stream function #220

Closed kroepke closed 6 years ago

kroepke commented 6 years ago

this allows remove messages from the default stream like the stream router already does

with the remove_from_stream function any arbitrary stream can be removed. it always makes sure that the message is at least on the default stream. dropping messages this way is not supported, the user must use drop_message for that purpose.

fixes #117

joschi commented 6 years ago

@kroepke Please adapt the functions documentation in https://github.com/Graylog2/documentation/ accordingly.