aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/POST_search_start_scroll.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/POST_search_start_scroll.txt')
-rw-r--r--tests/files/POST_search_start_scroll.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/files/POST_search_start_scroll.txt b/tests/files/POST_search_start_scroll.txt
new file mode 100644
index 0000000..8c8fd00
--- /dev/null
+++ b/tests/files/POST_search_start_scroll.txt
@@ -0,0 +1,9 @@
+POST /my-index-000001/_search?scroll=1m
+{
+ "size": 100,
+ "query": {
+ "match": {
+ "message": "foo"
+ }
+ }
+}