It's really *not* that big of a deal - especially since now that I know it's circular. I was mistaken when I first looked at it, didn't look into it's storage mechanism. it just takes care of it self and I don't think being able to delete adds any value.
I'd much rather have documentation flushed out more so it's less complicated for new users to pick up graylog2 and start using it for their production systems - though I do realize it's a balance between verbose documentation and support contracts :) You all are great, thank you. On Thursday, February 27, 2014 8:57:37 AM UTC-5, lennart wrote: > > 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] <javascript:>> > 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] <javascript:>. > > 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.
