From 5af579b1eb1727eade4f1b3c98773c77894a5f9e Mon Sep 17 00:00:00 2001 From: jetansi <155544842+jetansi@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:00:36 +0300 Subject: [PATCH] Update index.asciidoc Issue: The size parameter in template.json should be updated to result_size. Using size in Elasticsearch filter plugin v3.16.1 causes a configuration error stating that the size field is unrecognized. --- docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 00f5b16..01f29d6 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -83,7 +83,7 @@ template.json: [source,json] -------------------------------------------------- { - "size": 1, + "result_size": 1, "sort" : [ { "@timestamp" : "desc" } ], "query": { "query_string": {