Skip to content

v0.4.0

Compare
Choose a tag to compare
@fehmicansaglam fehmicansaglam released this 03 Jul 20:43
· 20 commits to main since this release
cf304ee
  1. Revised Elasticsearch environment variables: The environment variables for Esctl have been updated for a more consistent experience.
  2. Added 'describe index' command: This new command prints the mappings of the given index.
  3. Introduced '--output' flag supporting YAML and JSON: Output format can now be selected using the '--output' flag.
  4. 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.
  5. 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.
  6. 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.