Releases: anthonygauthier/jmeter-elasticsearch-backend-listener
Releases · anthonygauthier/jmeter-elasticsearch-backend-listener
Version 2.5.1-SNAPSHOT
- Added feature to parse all headers as ElasticSearch index properties.
Version 2.5.0
- Uses the ElasticSearch low-level REST Client v6.4
- Removed deprecated functions
- #31 - You can now send custom variables to your ElasticSearch engine!
Version 2.4.3
- Hotfixed problem of class loader with JavaFX StringConverter
Version 2.4.2
- Added conversion of custom parameter to numbers in ElasticSearch - Thanks #32
Version 2.4.1
- Added support for X-Pack Basic authentication
- Removed any notion of "es.include.all.vars"
Version 2.4.1-SNAPSHOT
- Added support for X-Pack Basic authentication
Version 2.4.0
- Splitting of the main class in three different classes
- ElasticSearchBackendClient
- Main class
- ElasticSearchMetric
- Class containing all the methods to build an ElasticSearch metric
- ElasticSearchMetricSender
- Class containing all the methods to send the metrics to the ES engine
- ElasticSearchBackendClient
By doing this, we allow for easier maintaining of the plugin. It's also a hell of a lot more fun for the eyes to read the code.
- Lots of refactoring done as well
- The logging in regards to the test modes is checked once in setUp and shouldn't spam the log anymore
- Every method has been documented
- The tests variables and names have been changed to something more generic (Jenkins -> CI/No-CI)
Version 2.3.3
- Added the injector hostname as a value in the ElasticSearch base index
Version 2.3.2
- Added the possibility to send custom fields to ElasticSearch
- Added missing date conversion for the ElapsedTime & ElapsedTimeComparison property
Version 2.3.1
- Fixed bug where error mode wouldn't work properly with filters