You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been playing around with it with kubernetes logs which are json output and one feature which would be awesome would be nested json objects as part of the map
pq 'json | map { .msg, .time, .res.statusCode as statusCode, .req.url as url } | select url'
Hi @johndagostino! Thanks for the feedback! Indeed, that would be a great addition to the current mapper's capabilities. I'll definitely add it once I'm back from vacation!
hey @iximiuz - great project
I've been playing around with it with kubernetes logs which are json output and one feature which would be awesome would be nested json objects as part of the map
pq 'json | map { .msg, .time, .res.statusCode as statusCode, .req.url as url } | select url'
where log entry is
The text was updated successfully, but these errors were encountered: