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
Revised Elasticsearch environment variables: The environment variables for Esctl have been updated for a more consistent experience.
Added 'describe index' command: This new command prints the mappings of the given index.
Introduced '--output' flag supporting YAML and JSON: Output format can now be selected using the '--output' flag.
Refactored 'get' command arguments and enhanced node filtering: Entity naming in commands has been harmonized, preferring plural forms. A function to validate flags for all entities has been implemented, and specific node data can now be fetched when a node name is provided.
Added the 'group-by' feature to the 'count' command: Users can now retrieve counts of documents grouped by a specific field in Elasticsearch indices using the '--group-by' flag.
Added 'size' flag to the 'count' command: Users can now set a limit on the number of results returned per group in Elasticsearch responses with the 'size' flag. The default limit is 50 if no 'size' flag is specified.