I am looking to group events by transaction. Will the stats command do this for me?
I have a lot of events. By doing user=*, I narrow it to login events since they have a user field. I end up with duplicate events, and I go through dedup. Finally i am left with events, some of which group together (i.e. password accepted and session opened). This is why I want to group as transactions: want to preserve individual events, but want to know the number of independent transactions.
It would be nice to know if there is a way to re-use the results of previous searches. Is there a way to do this?
... View more