You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced the 'query' Command for Elasticsearch Queries:
New 'query' command in esctl allowing users to search by index, term, and ID.
Implemented the SearchDocuments function supporting multiple terms and IDs.
Documented the usage, flags, and examples of the 'query' command in the README.
Introduced timeout flag for the 'group by' command. This flag allows users to customize the timeout for potentially long-running queries. The default timeout is set to 1s.