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 from 2018-09-17 00:00:00 +0000 to present.
==================================================

----------------------------------------
version 7.8 at 2020-09-16 18:12:43 +0000
----------------------------------------

  Change: 7dbb50ff27914898417120f617def09279f8adc0
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2020-09-16 11:12:23 +0000

    Better handling of percentages

    For `--top` queries, be consistent about handling of the number of decimal
    places. Default to showing 3 digits to the right of the decimal, but allow
    a user to override it with `--precision`.

    Show the percentages in the summary when using `--days` greater than 1.

    Update the documentation. 

  Change: e55ca5e32f64bc10c1def43c4766b93fe1430679
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2020-09-04 13:00:37 +0000

    Add percentages to es-search.pl aggs

    Whenever an aggregation is used, output the percentage from 0-1 with the
    doc count. Additionally, in sub aggs, calculate the percentage of the
    parent bucket. 

  Change: 27a31a79da70aef08ec04586b9496160f2127007
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2020-06-08 09:52:42 +0000

    Remove the HOME paths from the lookup

    In the previous release, I added a check for the HOME environment variable,
    but I neglected to remove the originals from the search path. 

----------------------------------------
version 7.7 at 2020-06-08 15:34:40 +0000
----------------------------------------

  Change: 5cbe34afdc85b490d2938aa9e37a39f9b34ae6d6
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2020-06-08 08:34:40 +0000

    Bugfix release

    * Sending "0" value query parameters did not work previously * Only add the
    ~/.es-utils.* to the config search path if HOME is set * Fix typo in the
    documentation 

----------------------------------------
version 7.6 at 2020-03-27 22:43:58 +0000
----------------------------------------

  Change: 6cb7406e8cf4b112efe4fffd0a0138089d841597
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2020-03-27 15:43:58 +0000

    Release Version 7.6

    * In `::Query`, the `fields` element was deprecated a long time ago, so

    overload it as a source filter. * `es-search.pl`

    * Ensure `--missing` and `--exists` can be specified more than once

    * Enable source filtering when the user specifies `--show`

    * Honor `--max-batch-size` when `--all` is specified 

  Change: 8ef098984362da46348bec5bbb66de15f57c07a7
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2020-03-09 17:20:26 +0000

    Added es-index-blocks.pl to manage index blocks 

  Change: 7804940e5562e5edc9e4472c7e9dcb3c9eeeb97e
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-12-31 11:05:36 +0000

    Ensure error message isn't blank 

  Change: 6743298fac9c15c55ea719e61eb63d5397e2f60e
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-12-31 11:00:24 +0000

    Change aggregation ID and make debug output more useful.

    The debug output is now in a better format to paste to a Kibana instance
    for debugging. 

  Change: cc0f7b846e85d6a8397dea24ff4102083990cd3e
  Author: Vitaly Shupak <vitaly.shupak@deshaw.com>
  Date : 2019-12-09 18:03:10 +0000

    use LWP::UserAgent request instead of simple_request

    simple_request does not handle authentication responses, which breaks in
    environments where ElasticSearch requires Kerberos authentication. 

----------------------------------------
version 7.5 at 2019-11-21 21:39:18 +0000
----------------------------------------

  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. 

----------------------------------------
version 7.4 at 2019-10-20 13:24:50 +0000
----------------------------------------

  Change: be1145db74f2394ae9c4f2747332cc03d3f7ca07
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-10-20 09:24:50 +0000

    Ready v7.4 Release

    * Docs updated * Update tests to handle the new IP range query 

  Change: feca6053d575b523277743a937a51cb226781d66
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-10-20 09:03:07 +0000

    Add Support for --or and IPv6

    * Added support to change the default token joiner to OR to es-search.pl *
    Added support for IPv6 to the ::QueryString::IP expander * Converted
    ::QueryString::IP to use a range query 

  Change: 17e80653b2a90e665e59c545eda7776b2fae7c90
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-10-19 10:46:48 +0000

    Update the examples/es-utils.yml file for new options

    This file had gotten outdated. 

  Change: 31c3caf10224615723e8036eae28ac7789a1824d
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-10-09 20:23:57 +0000

    Use a better name for fields metadata 

  Change: f6369b88f311751908dec2addad33d999a452c75
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-10-09 20:19:38 +0000

    Some code cleanup for es-search.pl 

  Change: 29bbf1415b2be39cf79d0281608832ade50565a9
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-10-09 20:18:57 +0000

    Allow field metadata sharing with ::Query

    This will enable automatic detection of and working with nested fields in
    the near term. Possibly other features in the long term. 

----------------------------------------
version 7.3 at 2019-09-08 18:32:53 +0000
----------------------------------------

  Change: 56b99467e968c2a4dcb6eeb5e49f62ff55213ca2
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-09-08 11:32:53 +0000

    Release 7.3 ready to go 

  Change: cb5e39b38c73c19f02def6851daecb257b228759
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-09-08 11:27:57 +0000

    Fix search API for ES < 6.x

    The `track_total_hits` was added in ES 6.0.0. Remove that parameter for
    versions before 6.0.0. 

  Change: 5a681c12f47a607293148b44be469a54dd490597
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-09-05 15:42:16 +0000

    Add documentation for the new parameters and allow scroll to be undef

    When working with aggregations, we need to disable the scroll, so allow
    scroll to be undef. 

  Change: 37fb74c14732e998163a2b46c8960717e69514b7
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-09-04 18:25:02 +0000

    Fixes for ::Query to handle parameters better

    Drop all the `Maybe` from `::Query`. Make handling non-array parameters in
    the `bool` section of the query work. Added the following parameters:

    * `search_type` - Set to an `Enum` consistent with viable ES options *
    `track_scores` - Can be 'true' or 'false' * `track_total_hits` - Defaults
    'true' * `rest_total_hits_as_int` - Defaults 'true' *
    `minimum_should_match` - Allow users to control the minimum should

    match parameter.

    `es-search.pl` remove redundant parameters. Set `--tail` batch size to
    `max-batch-size` and check if `size` is less than `max-batch-size` and just
    return `size` docs instead of `max-batch-size` docs. 

  Change: 350c919e7b7128c306bc4b5ef8237a9d2caf7910
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-09-04 17:24:28 +0000

    Make ::Query->add_bool() more flexible

    Now `add_bool()` supports adding multiple conditions at once. Allow users
    to set `search_type` and `track_scores`. 

----------------------------------------
version 7.2 at 2019-08-28 22:38:01 +0000
----------------------------------------

  Change: 1c04c77be9fd7c0366ce28e2b8abe694babe468f
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-08-28 15:38:01 +0000

    Documentation update for 7.2 release 

  Change: 7469f0aab1a9f93a2ebf4fbe8848a25689ff5cf5
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-08-28 15:35:07 +0000

    Enhance es-apply-settings.pl

    * New `es_flatten_hash()` function to perform compatible list flattening

    to that found in Elastic's documentation. * Replace all instances of
    `Hash::Flatten::flatten` with a call to

    `es_flatten_hash()` for consistency * Use the `es_flatten_hash()` function
    with `Test::Deep`'s

    `cmp_details()` and `subhashof()` to check if an index requires a

    settings change. * Configure `es-apply-settings.pl` to ignore indices with
    protected

    aliases. * Allow protected indices to have settings applied with
    `--no-skip` * Skip checking the existing index settings with `--no-diff` 

  Change: bc5ce3686a5d7542fea53d70352f618bd1676a15
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-08-23 15:04:28 +0000

    Tweaks for working with ElasticSearch 6.x and 7.x

    * Field metadata extraction works on both versions * Filter out invalid
    parameters to `_search` when using an older ES

    version * Set `es-search.pl` to use the new parameters to track the total
    hits 

  Change: 84142a2fa49ad8e819be1cc189b17a246783c762
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-08-05 11:40:16 +0000

    Make skipped aliases in maintenance more visible.

    Moving the skipped message from `verbose` to `output` to ensure proper
    reporting of these indexes. 

  Change: 75e684c51aa125e6d8590bf95c3a7c0e3c43933f
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-08-01 17:10:46 +0000

    Adapt es-search.pl --bases to use _all

    If the user sets a default base in their `~/.es-utils.yaml`, then they'd
    only see that base in via `--bases`. This ensures users can see all of the
    indices available. 

----------------------------------------
version 7.1 at 2019-08-01 19:25:21 +0000
----------------------------------------

  Change: eaf5f3ca17bfa2abd653715cc69de098283a2ffc
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-08-01 12:25:21 +0000

    Fixes to allow index aliases to inform the maintenance scripts 

  Change: 3c04257f11032df5e0b10694b77da17d4bd02ab0
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-07-31 20:27:52 +0000

    Fixes to allow tagging indexes with special aliases

    These aliases can be used to inform other processes, or simply as ways to
    indicate they have special value.

    * `es-alias-manager.pl` now ignores any alias applied to an index that

    starts with an '_' or '.' and allows a user to specify an ignored

    alias using a YAML null element: `ignored_alias: ~` *
    `es-daily-index-maintenance.pl` now allows `--skip-alias pickle` to

    skip any index aliased `pickle` from it's activities. Additionally,

    any indexes tagged with `_hold` or `_do_not_erase` (in honor of every

    whiteboard in the world) will be spared from maintenance. 

----------------------------------------
version 7.0 at 2019-06-27 03:41:36 +0000
----------------------------------------

  Change: e5dd9b3aac45bdb0f8caeddb012adbd319f18746
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-06-26 20:41:36 +0000

    Release 7.0 documentation 

  Change: 4e160f42e8d678df4986da43c12399451a1aebcb
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-06-26 20:29:40 +0000

    Fixes for better handling of fields

    * `es_index_fields()` can now handle aliases or wildcards gracefully *
    `es-search.pl` add --limit as an alias for --size 

  Change: fd91aaa84e608b0a25cce79df238d4a8d0351057
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-06-19 21:43:12 +0000

    Documentation updated for v6.9 

----------------------------------------
version 6.9 at 2019-06-20 03:29:27 +0000
----------------------------------------

  Change: 3e0c7429bcb83f9ae1613025ddd524d26229d258
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-06-19 20:29:27 +0000

    Fix --with argument parsing, add --no-implications

    * Handle the third parameter of the --with gracefully * Statistical facets
    will be impacted by the presence or absence of a

    field in a document, so imply an _exists_:<field> for any field

    statistically aggregated. 

----------------------------------------
version 6.8 at 2019-06-18 23:41:33 +0000
----------------------------------------

  Change: 691d833f341d0104b770c34b588d016ce65539a1
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-06-18 16:41:33 +0000

    Docs for 6.8 release 

  Change: 9e49a7ea375770a013a0a3c0eccf46bc545e6125
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-06-18 16:25:37 +0000

    Added histogram support to --with

    Allows for the ability to use the histogram aggregation appropriately. 

----------------------------------------
version 6.7 at 2019-05-30 05:01:39 +0000
----------------------------------------

  Change: b223877862510dac87c842505b5e4624503fffc7
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-29 22:01:39 +0000

    Docs updated for the 6.7 release 

  Change: 4c6fb9711924541da25bffb2c606bf0fbc49d3ed
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-29 21:46:29 +0000

    Make handling of pretty printing consistent and less insane 

  Change: fde91b31d2f38ea3447cb35cb0513b02d540ab9d
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-29 21:46:29 +0000

    Short-hand --json or --jq to enable JSON output 

  Change: 21ba6625d90306ed6c01897bb0f944baab362370
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-29 21:46:29 +0000

    Fix the "Displaying X of Y" for aggregations

    This outputs the cardinality of the field in the `--top` option. Care is
    taken for stepped data, and multi day requests to represent the max
    displayed and the max available. 

  Change: 2898b207bf4f83845ca887d8bd79718c2db1d71f
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-29 21:22:10 +0000

    Fix delimiters for .dat/.txt files

    The documentation was incorrect and the logic wasn't great either. Split
    .txt and .dat lines only by tabs or null characters. Attempting to split on
    spaces meant fields were not able to contain spaces and the column count
    could vary between lines. 

  Change: 5ee650b8ee015c3d7a8f5d8388c0024041070117
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-28 20:11:47 +0000

    TravisCI Integration Updated via App::CISetup 

----------------------------------------
version 6.6 at 2019-05-26 21:12:14 +0000
----------------------------------------

  Change: 762f7e14e368ade8b947f92563023a5a416ae152
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-26 14:12:14 +0000

    Dccoumentation regenerated for 6.6 release 

  Change: d9d69b0e228ee5d07c7a8b18ee6051044192e6d5
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-26 13:29:52 +0000

    Fix documentation of es_index_fields() 

  Change: 9b032b8ee358990d929f7c120a8edc160151df19
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-26 13:26:50 +0000

    Use field metadata to automatically set timestamp

    Since we have the field metadata, we can use that metadata to autodiscover
    the date field for sorting. 

  Change: 63e56193f8eef5f8176843be49709004cec10eaa
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-26 13:24:37 +0000

    es_index_fields() patched to return field metadata

    Instead of just flagging the presence of a field, the field types are
    returned along with other meta-data including if the field is nested.

    `es-search.pl` now displays field data types and whether a field is
    contained within a nested path. 

  Change: 8202a0722d7a29e5fc6dc701806e8ced5dafcc14
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-21 20:24:47 +0000

    Fix formatting 

  Change: 38aad622f61630b8da086364c7aea778e10081f1
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-21 20:20:13 +0000

    Regenerate .mkdown prepping for the 6.6 release 

  Change: 2770f819958265a79677c0c0d200ebbf9c5fc7b5
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-21 20:16:43 +0000

    Fix the defined or so 0 isn't translated to -1 

  Change: ccbcb6c100f218b1c60e619a90d2cd57ac63f49e
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-21 20:13:41 +0000

    Add .json support to the ::QueryString::FileExpansion plugin 

  Change: 69a1b7dc9d4e4bed31bf0ed103e3ff2e98c78a38
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-21 08:38:41 +0000

    Documentation Update and set default --days to 1

    Reviewing the documentation found some spelling errors and incorrect
    wording. Fixed that up. Also changed the default --days a query runs
    against to 1 as that's a better default setting. 

  Change: d91a9c6a8815a326eafc26f497dc282e9f27c46a
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-19 12:26:56 +0000

    Documentation consistency patches 

  Change: 06b670f490597d78951fdd5b784f8168f6c98cc7
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-19 12:12:08 +0000

    Patch documentation for INSTALL to be secure 

----------------------------------------
version 6.5 at 2019-05-08 02:42:02 +0000
----------------------------------------

  Change: 0db6a92889a94daf54f17432b53f26a91153e4f7
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-07 19:42:02 +0000

    Docs ready for the 6.5 release 

  Change: b0ae2e1c9a859b37c8345f1cd24152f6c74c14ef
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-05-07 19:41:07 +0000

    Fix priority for ::QueryString::AutoEscape

    Since this plugin is keyed to '=<field>:<value>', I want to make sure it
    fires before the nested plugin and before any other expansion plugins to
    avoid issues. 

  Change: 044643c4fcb1183b1ffa46a3575bd01ab028e048
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-03-25 21:45:24 +0000

    Collect node local shard dimensions and safe guard some calls to be
    compatible with ES 5.x and 6.x 

  Change: b13c4a5eb6861898d3b35d567da19838372fadcc
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-03-25 17:30:36 +0000

    Report number of indexes with a block set to true. 

  Change: b037da82daf1f23f4940cbb0955e8beaecb69e1b
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2019-01-30 21:29:48 +0000

    Fix the es-copy-index.pl to migrate indices from other clusters. 

----------------------------------------
version 6.4 at 2019-01-02 22:20:36 +0000
----------------------------------------

  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. 

----------------------------------------
version 6.3 at 2019-01-01 01:00:09 +0000
----------------------------------------

  Change: 0a032698e44212328cb3bef1acae61812db12353
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2018-12-31 17:00:09 +0000

    Fixes for the 6.x version of ElasticSearch

    * Ensure we set a Content-Type header for requests sending JSON * Handle
    special casing for index creation in ::Connection * Ensure all _bulk
    requests end with a "\n" * Fix missing Ref::Util import in es-copy-index.pl
    * es-copy-index.pl: only send _mappings if defined 

  Change: 4683229bdb8811d7d1122f4a9bd665c61d84f23d
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2018-12-31 16:49:20 +0000

    Fix authordeps 

  Change: 75b43dee4c8313e16891e2bb7bfe8e44b99593a9
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2018-12-31 16:45:25 +0000

    Reset author/copyright_holder because my git settings trip up the
    auto-discovery. 

  Change: 510aa532e05a9c2cb44af384145c2beaa06c65e2
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2018-12-27 22:37:01 +0000

    Fix up the AutoEscape plugin to run at the correct priority 

  Change: 90d61d84d2c2ece75b7bc5d13690ca1b282c7ad7
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2018-12-27 22:20:31 +0000

    Added an AutoEscape Query String Parser

    While searching for UserAgents or file paths, you need to know the secret
    Lucene handshakes to match as you expect. This plugin automatically
    converts common characters users may not expect to cause special behavior. 

----------------------------------------
version 6.2 at 2018-12-21 02:53:52 +0000
----------------------------------------

  Change: 81bae677ac93da9eba1c2a3b4859eded645782f9
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2018-12-20 18:53:52 +0000

    Documentation and release fixes

    * Removed Test::Coverage::TrustPod and Test::Critic from requires and

    moved them to the authordeps sections * Fixed Running of Extra Tests on
    Release * Added a perlcritic.rc 

  Change: 0eab9bf3babfb37064e4af13c579e42013a45057
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2018-12-20 18:37:13 +0000

    Add 'jsonpretty' as a format

    When using `--format 'json'`, default to setting `--no-decorators` since
    we'll mostly use this with `jq`. 

  Change: 1f6a51a1cca972d441fc9aca2dfd3169c815a87f
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2018-12-20 18:21:56 +0000

    Output tweaks for better usability

    * Added `--no-decorators` option as an override for `--no-header` * When
    using `--no-decorators`, disable outputting the footers as well * Only
    display summary information when we're dealing with multi-day output * When
    an agg is `terms` or `significant_terms` and no other collision

    exists, suppress the `$type` prefix to be prettier 

  Change: 1a8a5394e2c99f4cf59d670d36705ce06b41ae92
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2018-09-26 17:28:02 +0000

    Allow the user to change the max-batch-size/scroll size 

  Change: 298902bf52642fcc081059f9f85853ba7449d865
  Author: Mohammad S Anwar <mohammad.anwar@yahoo.com>
  Date : 2018-07-21 10:00:45 +0000

    Autogenerate META.yml as suggested by CPANTS. 

----------------------------------------
version 6.1 at 2018-09-18 03:10:27 +0000
----------------------------------------

  Change: 020fddc36e35230b1a275c87c8edddae2fbb7c7b
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2018-09-17 20:10:27 +0000

    Updates for the documentation for 6.1 release 

  Change: 263e77f276c95dbf1f90bba6b77264547e4b7390
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2018-09-17 20:09:05 +0000

    Add --bg-filter option for es-search.pl

    If significant_terms is used for the --top aggregation, this option is able
    to inject a background_filter into the significant_terms aggregation. 

  Change: e76897d8eefee23d70b9fd5b3e6bd26bd7494b95
  Author: Brad Lhotsky <brad@divisionbyzero.net>
  Date : 2018-09-17 20:08:24 +0000

    Update to using GitHub::Meta and rearrange Pod::Weaver configs 

=================================================
Plus 67 releases after 2018-09-17 00:00:00 +0000.
=================================================