angle-grinder icon indicating copy to clipboard operation
angle-grinder copied to clipboard

Slice and dice logs on the command line

Results 36 angle-grinder issues
Sort by recently updated
recently updated
newest added

- Max string length before ellipsis - Number of decimal points - outputs per second

enhancement

Rather than taking into account an ever-increasing number of sampled data-points, e.g. "count of requests per API key since I started aggregating", I want to instead track the count of...

To my understanding there is no access to the original raw input text? I had a use case where I had the need to pick some values out of the...

enhancement

Hi, I have the following JSON format: {"dst_host": "159.65.224.130", "dst_port": 23, "honeycred": false, "local_time": "2019-01-23 11:57:11.834296", "logdata": {"PASSWORD": "1111", "USERNAME": "root"}, "logtype": 6001, "node_id": "opencanary-1", "src_host": "41.139.253.2", "src_port": 36653} How...

enhancement

```sh error: The argument '--file ' was provided more than once, but cannot be used multiple times USAGE: agrind --file For more information try --help ``` If you've got a...

enhancement
good first issue

Given that `agrind` supports live updating of tables (super cool!) it might be really nice to show that view while also directing the final output to a file; this would...

enhancement
help wanted
good first issue

Currently ANSI color codes present in source input are retained and printed in the output, even when redirecting to a file. If a split is made within a color group,...

bug

As a human, reading the table is very easy, and nice to use. However for scripting use, it's not. Currently, adding in certain filters like `sort` force a live table,...

eg. `sum(response_ms*2)`. Expressions can be used either inline or as an assignment: `let response_ms = response_ms * 2`

enhancement

Especially useful when parsing lines of different structures with `logfmt`, it's useful to say something like "only use lines where this variable exists", or something. This could be something where...