Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing 8.6 Release #37

Merged
merged 1 commit into from
Jul 20, 2023
Merged

Preparing 8.6 Release #37

merged 1 commit into from
Jul 20, 2023

Commits on Jul 20, 2023

  1. Preparing 8.6 Release

    * Add `App::ElasticSearch::Utilities::Metrics`
        * Convert es-graphite-dynamic.pl to use App::ElasticSearch::Utilities::Metrics
    * Updates for `App::ElasticSearch::Utilities::Aggregations`:
        * Adding tests for the `es_flatten_aggs()` function
        * For aggs with `key_as_string`, don't lose data by adding `$field.raw` as the `key` value
    * New Utilities:
        * `es-index-fields.pl` shows storage details about the fields in indexes
        * `es-index-scan.pl` scans indexes for potential issues
    * Updates for `App::ElasticSearch::Utilities`
        * `es_index_strip_date()` - Add a fall back parser for date patterns in index names
        * **(new)** `es_human_count()` to transform 10_000 into "10 thousand"
        * **(new)** `es_human_size()` to transform 10_000 into "10 Kb"
    * Require Perl 5.16+, and test on 5.38
    reyjrar committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f77b194 View commit details
    Browse the repository at this point in the history