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

Changes for version 6.4

  • Change: 470feb7d6e00998906849cbfb49d1904eb79cf6b Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2019-01-02 14:20:36 +0000
    • Updated Documentation for the 6.4 release
  • Change: 095da97cc9e9fb29ebcea13851d548e20c6166d6 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2019-01-02 13:40:05 +0000
    • Add in the new QueryString Extensions to the documentation
  • Change: 714c9856d382bcc1ee95fc2ecd8ee7257e13aaec Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2019-01-02 12:12:56 +0000
    • Scroll search corrected to use the correct API
    • Finally migrated off the 0.x version of the scrolled search API which is no longer supported in 6.5.
  • Change: 4a9e798426a21f2ab3543317bea5a56937536b56 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2019-01-02 11:18:28 +0000
    • Convert ::QueryString::AutoEscape to use terms filter
    • Rather than attempting to escape characters, use the Elastic `terms` filter to perform the lookup if the user specifies `=field:value`.
    • This will convert to:
    • { terms: { field: 'value' } }
    • And that will perform an exact match to the documents in a more predictable and future-proof manner.

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