Skip to content

Instantly share code, notes, and snippets.

@daverigby
Created June 28, 2017 13:32
Show Gist options
  • Save daverigby/944d72709f68b5f232e7a430707d18a7 to your computer and use it in GitHub Desktop.
Save daverigby/944d72709f68b5f232e7a430707d18a7 to your computer and use it in GitHub Desktop.
cat master_events.log |jq -c '.|select(.bucket=="default" and (.type=="vbucketMoveDone" or .type=="vbucketMoveStart"))' | jq -c -s 'group_by(.vbucket) | .[] | select(length % 2 == 1) | sort_by(.ts)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment