The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 7.5

  • Change: eef552859755c3b446755232ef5cdab4fe39713f Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2019-11-21 13:39:18 +0000
    • Version 7.5 Release
  • Change: fdccadaf74838e2876b5d370978ba780a8bbb819 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2019-11-21 13:33:31 +0000
    • Include count in the --by ordering
    • The default sort order for --by does not take into account the count of the sub buckets. This adds a secondary sort descending on the count of objects in each bucket.
  • Change: a27a8b23f9bfd25259539dbae83a54ffc5a40cc7 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2019-11-21 13:10:17 +0000
    • Make ::Query objects able to execute
    • This was an oversight on my part. The `::Query` object now supports `->execute( $list_of_indexes )` directly. This makes working with the library easier as folks don't need to read docs on the `es_request()` function to figure out how to construct a search.
    • Additionally, `scroll_id`'s are automatically extracted from the result set. Calls to `->scroll_results()` will allow scrolling without having to understand the mechanics of the scroll.

Documentation

Allow easy alias management for daily indexes
Run to apply a JSON list of settings to indexes matching a pattern
Copy an index from one cluster to another
Run to prune old indexes and optimize existing
Dynamically gather metrics and send to graphite
ElasticSearch Nagios Checks
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
Abstract the connection element
Allow for strange content elements for Elasticsearch APIs
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