JMeter plugin that lets you send sample results to an ElasticSearch engine to enable live monitoring of load tests.
101
stars
238
commits
Java
primary language
Mar 11, 2024
updated
JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send test results to an ElasticSearch engine. It is meant as an alternative live-monitoring tool to the built-in "InfluxDB" backend listener of JMeter.
es.sample.filter : filter1;filter2;filter3 or sampleLabel_must_contain_this.!!exclude_this;filter1;filter2es.ssl.verificationMode to none to skip the hostname verification and cluster certificate validation.<dependency>
<groupId>io.github.delirius325</groupId>
<artifactId>jmeter.backendlistener.elasticsearch</artifactId>
<version>2.6.10-SNAPSHOT</version>
</dependency>
Feel free to contribute by branching and making pull requests, or simply by suggesting ideas through the "Issues" tab.
Execute below mvn command. Make sure JAVA_HOME is set properly
mvn package
Move the resulting JAR to your JMETER_HOME/lib/ext.


For more information, here's a little documentation.
Java
100.0%
JMeter plugin that lets you send sample results to an ElasticSearch engine to enable live monitoring of load tests.
101
stars
238
commits
Java
primary language
Mar 11, 2024
updated
JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send test results to an ElasticSearch engine. It is meant as an alternative live-monitoring tool to the built-in "InfluxDB" backend listener of JMeter.
es.sample.filter : filter1;filter2;filter3 or sampleLabel_must_contain_this.!!exclude_this;filter1;filter2es.ssl.verificationMode to none to skip the hostname verification and cluster certificate validation.<dependency>
<groupId>io.github.delirius325</groupId>
<artifactId>jmeter.backendlistener.elasticsearch</artifactId>
<version>2.6.10-SNAPSHOT</version>
</dependency>
Feel free to contribute by branching and making pull requests, or simply by suggesting ideas through the "Issues" tab.
Execute below mvn command. Make sure JAVA_HOME is set properly
mvn package
Move the resulting JAR to your JMETER_HOME/lib/ext.


For more information, here's a little documentation.
Java
100.0%