Skip to content

Commit f62058c

Browse files
Fixed typos and modified READMEs version
1 parent 266ea60 commit f62058c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
4646
* __quiet__ : Only sends the response time, bytes, and other metrics
4747
* __error__ : Only sends the failing samplers to the ElasticSearch engine (Along with their headers and body information).
4848
* Use either Kibana or Grafana to vizualize your results!
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 de data source!
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!
5050
* Continuous Integration support - [Build comparison!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/Continuous-Integration---Build-Comparison)
5151
* Send JMeter variables to ElasticSearch! [Refer to this for more info!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/Sending-JMeter-variables)
5252
* New AWS ES parameters introducted in 2.6.0 version which leverage Role based authentication to access Elastic Search managed hosting on AWS
@@ -56,7 +56,8 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
5656
<dependency>
5757
<groupId>io.github.delirius325</groupId>
5858
<artifactId>jmeter.backendlistener.elasticsearch</artifactId>
59-
<version>2.6.7</version>
59+
<version>2.6.8</version>
60+
</dependency>
6061
```
6162

6263
## Contributing

0 commit comments

Comments
 (0)