Skip to content

Commit 27e8c86

Browse files
committed
Update readme with details of changes
1 parent 5d381b3 commit 27e8c86

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
### Description
66
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.
77

8+
### Build Custom code
9+
Clone the repository and execute below mvn command. Make sure JAVA_HOME is set properly
10+
```
11+
mvn package
12+
```
13+
814
### Features
915

1016
* ElasticSearch low-level REST client
@@ -24,12 +30,14 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
2430
* [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!
2531
* Continuous Integration support - [Build comparison!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/Continuous-Integration---Build-Comparison)
2632
* Send JMeter variables to ElasticSearch! [Refer to this for more info!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/Sending-JMeter-variables)
33+
* New AWS ES parameters introducted in 2.6.0 version which leverage Role based authentication to access Elastic Search managed hosting on AWS
34+
2735
### Maven
2836
```xml
2937
<dependency>
3038
<groupId>io.github.delirius325</groupId>
3139
<artifactId>jmeter.backendlistener.elasticsearch</artifactId>
32-
<version>2.5.4</version>
40+
<version>2.6.0</version>
3341
</dependency>
3442
```
3543

0 commit comments

Comments
 (0)