Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pierky committed May 15, 2017
1 parent 21dd661 commit 1f6db55
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
38 changes: 18 additions & 20 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,37 +1,35 @@
Changelog
=========

0.3.0a5
-------
0.3.0
-----

- Fix issue with index creation on ElasticSearch 5.x.
- New: **CSV** output support.

Thanks to Kristoffer Olsson and Daniel Lindberg for reporting this and for their extensive support.
The ``InputFormat`` option in the plugin configuration file can be used to instruct pmacct-to-elasticsearch to parse CSV output from pmacct.

- Improved template for index creation.
- New: **Multithreading** support.

0.3.0a4
-------
The ``ReaderThreads`` option in the plugin configuration file sets the number of threads used to process pmacct's output.

- Fix an issue with transformations.
- New: More command line arguments.

0.3.0a3
-------
The command line arguments under the *Configuration options* group can be used to override settings done on the plugin configuration file.

- More command line arguments.
- Fix issue with index creation on ElasticSearch 5.x.

The command line arguments under the *Configuration options* group can be used to override settings done on the plugin configuration file.
Thanks to Kristoffer Olsson and Daniel Lindberg for reporting this and for their extensive support.

0.3.0a2
-------
- Improved template for index creation.

- CSV output support.
- Fix an issue with transformations.

The ``InputFormat`` option in the plugin configuration file can be used to instruct pmacct-to-elasticsearch to parse CSV output from pmacct.
0.2.0
-----

0.3.0a1
-------
- New feature: HTTP Authentication support for ES API.

- Multithreading support.
0.1.0
-----

The ``ReaderThreads`` option in the plugin configuration file sets the number of threads used to process pmacct's output.
First release.
2 changes: 1 addition & 1 deletion pierky/p2es/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This code is Copyright 2014-2017 by Pier Carlo Chiodi.
# See full license in LICENSE file.

__version__ = "0.3.0a5"
__version__ = "0.3.0"

0 comments on commit 1f6db55

Please sign in to comment.