I created a feature request to allow deleting indexer failures: https://github.com/Graylog2/graylog2-web-interface/issues/677
Thanks! On Thu, Feb 27, 2014 at 2:48 PM, Kay Röpke <[email protected]> wrote: > I stand corrected, as that is a capped collection and that does not support > remove() :( > > Sorry. > > > > On Thursday, February 27, 2014 2:33:28 PM UTC+1, Kay Röpke wrote: >> >> Very nice, thank you for sharing these findings! >> >> I don't think the web interface supports clearing the log yet, but you can >> do it from mongodb manually if you want to get rid of them. >> We should really improve the interface around this, too. >> >> In mongodb you can do: >> use graylog2 >> db.graylog2.index_failures.remove() >> >> that will immediately clear all failure logs. >> >> Best, >> Kay >> >> On Tuesday, February 25, 2014 7:17:28 PM UTC+1, Scotty H wrote: >>> >>> Now, how do I clear this indexer failure log? > > -- > You received this message because you are subscribed to the Google Groups > "graylog2" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "graylog2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
