Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
1.11.4
-
None
-
Patch
Description
The query used in this processor is malformed when using the Fields section, as it writes _source_include=xxx instead of _source_includes=xxx. The missing 's' at the end makes the query fail.
E.g.:
"request":"GET /files-metadata-2020/_search?q=state%3A%22started%22&size=200&from=0&_source_include=ip%2Cpath%2Csize HTTP/1.1"
and it should be:
"request":"GET /files-metadata-2020/_search?q=state%3A%22started%22&size=200&from=0&_source_includes=ip%2Cpath%2Csize HTTP/1.1"
Attachments
Issue Links
- links to