The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 8.6

  • Change: 69b286e396cc816a60053c94df43713ea390d24a Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2023-07-20 08:53:17 +0000
    • 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

Documentation

Multi-level aggregations in Elasticsearch
Allow easy alias management for daily indexes
Run to apply a JSON list of settings to indexes matching a pattern
Get or apply settings to the cluster
Copy an index from one cluster to another
Run to prune old indexes and optimize existing
Dynamically gather metrics and send to graphite
Report and manage index blocks
Show information on the fields storage usage
Scan indexes for potential issues
Listing the nodes in a cluster with some details
Open any closed indices matching your paramters.
Provides a CLI for quick searches of data in ElasticSearch daily indexes
Simple ElaticSearch Status Checks
Index Storage Overview by Index Name without Dates

Modules

Utilities for Monitoring ElasticSearch
Code to simplify creating and working with Elasticsearch aggregations
Abstract the connection element
Allow for strange content elements for Elasticsearch APIs
Fetches performance metrics about the node
Object representing ES Queries
Provides a prefix of '=' to use the term filter
Mostly fixing case and tracking dangling words
Build a terms query from unique values in a column of a file
Expand IP CIDR Notation to ES ranges
Implement the proposed Elasticsearch nested query syntax
Moo::Role for implementing QueryString Plugins
Implement parsing comparison operators to Equivalent Lucene syntax
Fix version issues to support all the things
Types for working with ElasticSearch