I have a stream called auditd using index set auditd.
Pipeline processor is after Message Filter chain in the configuration
I have a pipeline rule with
route_to_stream(name: “auditd”, remove_from_default: true);
Message says it was routed to stream auditd but the message is stored in the default index so it is not searchable in the stream.
Stored in index
graylog2_511
Routed into streams
I would use not the name of the stream (as this can be used multiple times) but the UUID instead. That just as first.
Second I’m not sure if the function in 2.5.1 already had the option “remove from default” so it would be save to use the remove_from_stream function in addition and remove the 000000000000000000000001 stream