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

Conversation

reyjrar
Copy link
Owner

@reyjrar reyjrar commented Jul 20, 2023

  • 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

* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant