JSON-Log Parsing With stern and jq

In many projects we use JSON as log format since it inheritly bears structure and thus is easy to process by log-aggregators (i.e. AWS CloudWatch autom. discovers fields from json just like fluentd). ...

May 7, 2020 · 2 min · schoeffm

jq by example

Inspired by a nice tutorial on Baeldung I’ve decided to write done some usual suspects when working with jq. Hence, this is more like a cheatsheet than a regular post. ...

January 29, 2020 · 3 min · schoeffm