GET _search
{
"query": {
"match_all": {}
}
}
GET /_template
GET /_template/template_1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws-dev=ssh -i ~/.ssh/aws-dev [email protected] | |
aws-ent=ssh -i ~/.ssh/aws-ent [email protected] | |
aws-prod=ssh -i ~/.ssh/aws-prod [email protected] |