Skip to content

Instantly share code, notes, and snippets.

@drusellers
Created March 15, 2019 15:39
Show Gist options
  • Select an option

  • Save drusellers/5155b927b03fa0b555f7e6dd7e558392 to your computer and use it in GitHub Desktop.

Select an option

Save drusellers/5155b927b03fa0b555f7e6dd7e558392 to your computer and use it in GitHub Desktop.

Revisions

  1. drusellers created this gist Mar 15, 2019.
    8 changes: 8 additions & 0 deletions query.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    POST hackers/_search
    {
    "query":{
    "term": {
    "name": "da"
    }
    }
    }