Skip to content

Instantly share code, notes, and snippets.

@scattered-code
Created May 24, 2020 18:43
Show Gist options
  • Save scattered-code/89b293149746940ce43f46aa5477dc5d to your computer and use it in GitHub Desktop.
Save scattered-code/89b293149746940ce43f46aa5477dc5d to your computer and use it in GitHub Desktop.
call apoc.es.postRaw("localhost", "filebeat-*/_search?rest_total_hits_as_int=true&ignore_unavailable=true&ignore_throttled=true", "{\"aggs\":{\"hosts\":{\"terms\":{\"field\":\"agent.hostname\"},\"aggs\":{\"cloud\":{\"terms\":{\"field\":\"cloud.provider\"}}}}},\"size\":0,\"query\":{\"bool\":{\"filter\":[{\"range\":{\"@timestamp\":{\"format\":\"strict_date_optional_time\",\"gte\":\"2019-11-20T13:40:45.890Z\",\"lte\":\"2019-12-05T13:40:45.890Z\"}}}]}}}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment