Hi Anant, On Wednesday, 19 October 2016 14:43:39 UTC+2, Anant Sawant wrote: > > I would like delete logs of system A for a particular date. > > So is it possible to know in which indices the logs from System A are > stored and remove those particular indices/logs on a particular date? >
That's not possible with Graylog directly but you can remove these messages from Elasticsearch using the delete-by-query API: https://www.elastic.co/guide/en/elasticsearch/plugins/2.4/plugins-delete-by-query.html Cheers, Jochen -- 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/e5866af7-ae7b-473f-87e3-b4a80e252193%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
