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

Changes for version 0.015

  • Change: 6364d6748a4f5451a7724981f26171b74732b070 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2022-06-01 02:49:23 +0000
    • Update to Support TLS and Basic Auth
    • Adds `Protocol` parameter to support HTTPS * Adds `POE::Component::SSLify` as a dependency * Adds `AuthUsername` for HTTP Basic Auth, defaults to `$ENV{USER}` * Adds `AuthPassword` which, if set, enables HTTP Basic Authorization * Fix argspec in `file-to-elasticsearch.pl`
  • Change: f9e75de3442037557df899c997ab6f2d68228716 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2021-12-17 15:16:34 +0000
    • Add version check to startup
    • As Elastic is deprecating the `_type` element in the `bulk` API, add a version check to the start so we know whether or not to include the `_type` element.
  • Plus 13 releases after 2020-06-01 00:00:00 +0000.

Documentation

A simple utility to tail a file and index each line as a document in ElasticSearch

Modules

POE session to index data to ElasticSearch