Skip to content

Commit b10a53e

Browse files
committed
ref(docs): correct typos in README for clarity
Signed-off-by: Johnny Hujol <itudoben@users.noreply.github.com>
1 parent 4736ead commit b10a53e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8a2f2a06171248acb6411a2d870558c8)](https://app.codacy.com/app/antho325/jmeter-elasticsearch-backend-listener?utm_source=github.com&utm_medium=referral&utm_content=delirius325/jmeter-elasticsearch-backend-listener&utm_campaign=Badge_Grade_Dashboard)
22
[![Build Status](https://travis-ci.org/delirius325/jmeter-elasticsearch-backend-listener.svg?branch=master)](https://travis-ci.org/delirius325/jmeter-elasticsearch-backend-listener)
33

4-
54
# Overview
65
### Description
76
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
1110
* ElasticSearch low-level REST client
1211
* Using the low-level client makes the plugin compatible with any ElasticSearch version
1312
* X-Pack Authentication!
14-
* Just supply your crendentials in the specified fields!
13+
* Just supply your credentials in the specified fields!
1514
* Bulk requests
1615
* By making bulk requests, there are practically no impacts on the performance of the tests themselves.
1716
* Filters
@@ -46,7 +45,7 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
4645
* __info__ : Sends all samplers to the ElasticSearch engine, but only sends the headers, body info for the failed samplers.
4746
* __quiet__ : Only sends the response time, bytes, and other metrics
4847
* __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!
5049
* [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!
5150
* Continuous Integration support - [Build comparison!](https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki/Continuous-Integration---Build-Comparison)
5251
* 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

Comments
 (0)