rare
rare copied to clipboard
Realtime regex-extraction and aggregation into common CLI formats such as histograms, bar graphs, numerical summaries, tables, and more!
Hello, grok is a generally common log parsing language that allows for a clear combination of regular expressions. It is used in tools like [logstash](https://logz.io/blog/logstash-grok/) and [vector](https://vector.dev/docs/reference/transforms/grok_parser). I was just...
I'm curious the Readme could included the memory and CPU usage between standard unix tools ga and rare? Another take to benchmark on embedded device is useful.
First off, great work with the heatmaps feature! I've been using heatmaps for numerical data, in particular nginx response times. I usually convert them it integers in rare by matching...
I wanted to draw a histogram for float values but I got `BAD-TYPE` error. Are decimal values not supported at all or do we need to process them with a...