Hi Florent, as a matter of fact, there's a blacklisting feature in Graylog but currently there's no UI for it. That means that you'll have to use the Graylog REST API to create those filters.
Take a look at the API browser at http://127.0.0.1:12900/api-browser#!/Filters/create_post_0 (replace 127.0.0.1 with the actual IP address or hostname of your Graylog server) which will show the (interactive) reference for the blacklisting feature. A cautious note: The blacklisting feature is currently implemented using Drools which means that it might slow down processing in high-throughput environments. Cheers, Jochen On Wednesday, 23 September 2015 11:09:20 UTC+2, Florent B wrote: > > Hi everyone, > > I would like to know if it's possible with Graylog to NOT save some > messages. > > I would like to filter some messages with a pattern to discard them. > > Thank you a lot. > > Flo > -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/4726b260-57b6-4c84-aec1-95b1a664e66e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
