-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |