aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/GET_collapse_expand.txt
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-08-24 13:42:30 -0700
committerBryan Newbold <bnewbold@archive.org>2020-08-24 13:42:30 -0700
commit95fca87e9f5fae3283ade00363bfd2d094dd0689 (patch)
tree3c1392544000d6b39da9d7637898f7ab5418c7b1 /tests/files/GET_collapse_expand.txt
parentbb552c9d0060cf49e187d1b06460a838ef19828d (diff)
downloades-public-proxy-95fca87e9f5fae3283ade00363bfd2d094dd0689.tar.gz
es-public-proxy-95fca87e9f5fae3283ade00363bfd2d094dd0689.zip
more test queries
Diffstat (limited to 'tests/files/GET_collapse_expand.txt')
-rw-r--r--tests/files/GET_collapse_expand.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/files/GET_collapse_expand.txt b/tests/files/GET_collapse_expand.txt
new file mode 100644
index 0000000..dc6b1a8
--- /dev/null
+++ b/tests/files/GET_collapse_expand.txt
@@ -0,0 +1,24 @@
+GET /my-index-000001/_search
+{
+ "query": {
+ "match": {
+ "message": "GET /search"
+ }
+ },
+ "collapse": {
+ "field": "user.id",
+ "inner_hits": [
+ {
+ "name": "largest_responses",
+ "size": 3,
+ "sort": [ "http.response.bytes" ]
+ },
+ {
+ "name": "most_recent",
+ "size": 3,
+ "sort": [ { "@timestamp": "asc" } ]
+ }
+ ]
+ },
+ "sort": [ "http.response.bytes" ]
+}