Add so-elasticsearch-query tool

This commit is contained in:
Jason Ertel
2021-06-07 17:26:07 -04:00
parent e53f2217ec
commit 343c47d67a

View File

@@ -26,7 +26,7 @@ if [[ $# -lt 1 ]]; then
echo " ARGS is used to specify additional, optional curl parameters."
echo ""
echo "Examples:"
echo " $0 / | jq"
echo " $0 /"
echo " $0 '*:so-*/_search' -d '{\"query\": {\"match_all\": {}},\"size\": 1}' | jq"
exit 1
fi