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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
7
7
* The plugin uses the ElasticSearch low-level REST client meaning that it works with any version of ElasticSearch.
8
8
* The plugin makes use of ElasticSearch's ability to make bulk requests.
9
9
By doing this, we limit the amount of HTTP calls made to the ES engine, therefore minimally impacting the tests performance.
10
-
* Only send the samples you want by using Filters! Simply type them as follows in the appropriate field : ``filter1;filter2;filter3``. *Leave it empty if you don't want any filter!
10
+
* Only send the samples you want by using Filters! Simply type them as follows in the appropriate field : ``filter1;filter2;filter3`` or ``sampleLabel_must_contain_this``. *Leave it empty if you don't want any filter!
11
11
* You can use either Kibana or Grafana to vizualize your results!
0 commit comments