Hi Steve, you can delete those messages directly from Elasticsearch using the Delete By Query API: https://www.elastic.co/guide/en/elasticsearch/reference/1.7/docs-delete-by-query.html
If you don't want to index those messages at all, it might make sense to filter them out on ingest, see http://docs.graylog.org/en/1.3/pages/blacklisting.html for details. Cheers, Jochen On Monday, 14 March 2016 10:00:42 UTC+1, Steve Miller wrote: > > Hello > > Is it possible to delete all message from Graylog/Elasticsearch with > syslog level 7? Purhaps with a cron job. > We have many debug messages in our Graylog, and so i'm looking for a way > how can remove all this debug messages. > > regards > Steve > -- 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/dc86c4c8-6feb-43ba-9ace-7ab500f8012d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
