Chris LaPointe

Results 11 comments of Chris LaPointe

No reason other than it was an easy way to start, and is logically compatible with most tools it's trying to work with (grep, ag, etc). If there's a strong...

For ease, I'd definitely be open to some sort of preprocessing of regex like vjeantet/grok. I think it'd add a little of accessibility/ease (Which is really what `rare` aims for...

To circle back on this: I did end up writing a proof of concept on a local branch to test out grok expressions, borrowing the specs from logstash's legacy library....

I'll try to formalize something soon, but for now here's some comments: I ran pprof on 800 MB of nginx log files with the same match as the cpu-time tests...

Thanks for raising this. Sshsysmon hasn't been maintained in a while. If you're able to fill a PR and test that everything works as expected, I will happily merge. Best

Hey, thanks for the feedback! Normally, I'd accept a diff like this very quickly. I'm currently working on display-sorting with #79 which completely overhauls sorting across all aggregators, and implements...

Glad it works for you! I'll definitely include definitions in the docs.. I haven't landed on the exact naming yet, so it might change once I merge.

I'd have to double-check, but it seems like `bucket` only supports int (generally working with int's can be faster). A quick hack for you would be to round/floor/ceil the number...

Great callout. I did look at the library I use for docker integration, and it looks like it does automagically support that environment variable and the code is set up...

After more testing, I don't think this leads to gains significant enough to counter the down-side, so closing