Changes for version 8.8
- Change: 4ac157a60a392cbccf14ecc24582c521089a7162 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2024-03-12 20:33:30 +0000
- Prepping 8.8 Release
 
 - Change: de34aa8ce3a0a0398c39a4a388686c7cf3ded224 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2024-03-12 20:08:02 +0000
- Add ::QueryString::Text to replace ::AutoEscape
 - Replace `::QueryString::AutoEscape` with `::QueryString::Text` * Deprecate `::QueryString::AutoEscape` to prevent it from loading * Move `=field:value` for `term` queries to `::QueryString::Text` * Add `*field:value` for `wildcard` queries * Add `~field:value` for `fuzzy` queries * Add `/field:value` for `regexp` queries * Add `+field:value` for `match_phrase` queries * Automatically promote queries against `text` fields to `match` queries
 - unless otherwise specified * Add tests for the behavior
 
 - Change: 90abda3a445f97e935d6a6ffe6aca37add9b9c87 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2024-03-12 20:08:02 +0000
- Allow --jq/--json with --tail
 
 
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    
  
CLI query string fixer    
  
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    
  
Provides a better interface for text and keyword queries    
  
Extend some type_ queries    
  
Fix version issues to support all the things    
  
Types for working with ElasticSearch