Fix: ES 7 compatibility.
Issue #14 <#14>.
Code linting and fixing import and pip3 errors.
Thanks to @palisadoes (Peter Harrison) <https://github.com/palisadoes> for these fixes.
Fix: ES 6.2 compatibility.
Issue #9 <#9>.
New: CSV output support.
The
InputFormat
option in the plugin configuration file can be used to instruct pmacct-to-elasticsearch to parse CSV output from pmacct.New: Multithreading support.
The
ReaderThreads
option in the plugin configuration file sets the number of threads used to process pmacct's output.New: More command line arguments.
The command line arguments under the Configuration options group can be used to override settings done on the plugin configuration file.
Fix issue with index creation on ElasticSearch 5.x.
Thanks to Kristoffer Olsson and Daniel Lindberg for reporting this and for their extensive support.
Improved template for index creation.
Fix an issue with transformations.
- New feature: HTTP Authentication support for ES API.
First release.