Andre Sencioles
Results
2
issues of
Andre Sencioles
Send output to stdout if output file is "-" (`-outfile '-'`). Useful to avoid intermediary temporary files if post-processing is required. e.g.: ```shell es-query-export -start="2019-04-04T12:15:00" -q "RequestUri:*export*" -outfile - |...
This PR flattens the search result so the nested objects are accessible via "obj.nestedField" on the fields list. The original object is retained in the original key for backwards compatibility...