You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@@ -11,7 +10,7 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
11
10
* ElasticSearch low-level REST client
12
11
* Using the low-level client makes the plugin compatible with any ElasticSearch version
13
12
* X-Pack Authentication!
14
-
* Just supply your crendentials in the specified fields!
13
+
* Just supply your credentials in the specified fields!
15
14
* Bulk requests
16
15
* By making bulk requests, there are practically no impacts on the performance of the tests themselves.
17
16
* Filters
@@ -46,7 +45,7 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
46
45
*__info__ : Sends all samplers to the ElasticSearch engine, but only sends the headers, body info for the failed samplers.
47
46
*__quiet__ : Only sends the response time, bytes, and other metrics
48
47
*__error__ : Only sends the failing samplers to the ElasticSearch engine (Along with their headers and body information).
49
-
* Use either Kibana or Grafana to vizualize your results!
48
+
* Use either Kibana or Grafana to visualize your results!
50
49
*[Click here to get a sample Grafana dashboard!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/JMeter-Generic-Dashboard) - All you need to do is import it into Grafana and change the data source!
51
50
* Continuous Integration support - [Build comparison!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/Continuous-Integration---Build-Comparison)
52
51
* Send JMeter variables to ElasticSearch! [Refer to this for more info!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/Sending-JMeter-variables)
0 commit comments