Releases: nexcess/esgrep
Releases · nexcess/esgrep
esgrep v1.7
esgrep v1.6
- [ENG-2315] apply timeout when initiating global elasticsearch object
- [ENG-2315] set timeout to float for SQL queries
esgrep v1.5
- update Requires from python to python3
- remove rpm dependency for python-elasticsearch
- set timeout value to int
- use %config(noreplace) for /etc/esgrep/esgrep.yml
- include release version in setup macro (defaults to %{name}-%{version})
esgrep v1.4
- use request_timeout field instead of timeout when performation aggregation searches
- don't show program field by default
esgrep v1.3
adds a -t/--timeout flag (defaults to 30 seconds)
esgrep v1.2
changes:
if query argument is a file, parse given file as json and use contents as query (allows use of full Elasticsearch DSL)
adds a number of flags to esgrep:
add -a/--agg flag to only return aggregations associated with a query
add -j/--json flag to return raw json of _source
add -f/--fields flag to specify which fields will be searched
add -s/--sort flag to specify which fields to sort by
add -ts/--timestart, -te/--timeend, and --timefield flags to filter by
timeranges on a given field.