Skip to content

Releases: anthonygauthier/jmeter-elasticsearch-backend-listener

Version 2.5.1-SNAPSHOT

14 Sep 16:34
Compare
Choose a tag to compare
Pre-release
  • Added feature to parse all headers as ElasticSearch index properties.

Version 2.5.0

11 Sep 19:20
Compare
Choose a tag to compare
  • 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

17 Aug 16:11
Compare
Choose a tag to compare
  • Hotfixed problem of class loader with JavaFX StringConverter

Version 2.4.2

16 Aug 14:20
Compare
Choose a tag to compare
  • Added conversion of custom parameter to numbers in ElasticSearch - Thanks #32

Version 2.4.1

20 Jul 13:57
Compare
Choose a tag to compare
  • Added support for X-Pack Basic authentication
  • Removed any notion of "es.include.all.vars"

Version 2.4.1-SNAPSHOT

19 Jul 13:06
d7cc43f
Compare
Choose a tag to compare
Pre-release
  • Added support for X-Pack Basic authentication

Version 2.4.0

17 Jul 13:08
Compare
Choose a tag to compare
  • 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

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

11 Jul 14:42
Compare
Choose a tag to compare
  • Added the injector hostname as a value in the ElasticSearch base index

Version 2.3.2

09 Jul 19:25
Compare
Choose a tag to compare
  • Added the possibility to send custom fields to ElasticSearch
  • Added missing date conversion for the ElapsedTime & ElapsedTimeComparison property

Version 2.3.1

04 Jun 19:14
Compare
Choose a tag to compare
Version 2.3.1 Pre-release
Pre-release
  • Fixed bug where error mode wouldn't work properly with filters