Skip to content

Instantly share code, notes, and snippets.

@nmarukovich
Created April 21, 2019 15:48
Show Gist options
  • Save nmarukovich/8ca487d084ac12ffaf51a1c123b562eb to your computer and use it in GitHub Desktop.
Save nmarukovich/8ca487d084ac12ffaf51a1c123b562eb to your computer and use it in GitHub Desktop.
curl -s -XGET 'localhost:9200/_cat/recovery?v' | grep -v done | awk '{ print $1, $2, $3, $5, $14, $18, $22 }' | column -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment