Skip to content

Instantly share code, notes, and snippets.

@a5ync
a5ync / README.md
Created August 1, 2021 02:19 — forked from ps-przemekaugustyn/README.md
Elasticsearch cheatsheet
GET _search
{
  "query": {
    "match_all": {}
  }
}

GET /_template
GET /_template/template_1
@a5ync
a5ync / env
Created July 31, 2021 06:20 — forked from paugustyn-cbsi/env
Configure iterm2 to switch profiles for ssh connections (badge and profile)
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]