jq
tools_command_line
Parse JSON with jq
Example: grab one key from each record
Example: use select() for conditional output
jq 'select(.server_name != null)'tail -100f ssl.log|jq 'select(.server_name != null)'Last updated