Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
/ OpsNotes-deprecated Public archive

Collection of notes and links relating to Ops

Notifications You must be signed in to change notification settings

bear/OpsNotes-deprecated

Repository files navigation

OpsNotes

Collection of notes, tools and links relating to Ops

Command Line

https://github.com/jlevy/the-art-of-command-line

logs.py

Usage:
    ./logs.py < ~/temp/bear.im.log | jq '. | {method, status}'
    ./logs.py ~/temp/bear.im.log   | jq '. | {method, status}'

Other jq queries

Filter by IP  | jq '. | select(.remote_host == "217.69.133.226") | {method, status, remote_host}'

About

Collection of notes and links relating to Ops

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages