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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,30 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
16
16
* By making bulk requests, there are practically no impacts on the performance of the tests themselves.
17
17
* Filters
18
18
* 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``.
19
+
* Specific fields ```field1;field2;field3`
20
+
* Specify fields that you want to send to ElasticSearch (possible fields below)
21
+
* AllThreads
22
+
* BodySize
23
+
* Bytes
24
+
* SentBytes
25
+
* ConnectTime
26
+
* ContentType
27
+
* DataType
28
+
* ErrorCount
29
+
* GrpThreads
30
+
* IdleTime
31
+
* Latency
32
+
* ResponseTime
33
+
* SampleCount
34
+
* SampleLabel
35
+
* ThreadName
36
+
* URL
37
+
* ResponseCode
38
+
* TestStartTime
39
+
* SampleStartTime
40
+
* SampleEndTime
41
+
* Timestamp
42
+
* InjectorHostname
19
43
* Verbose, semi-verbose, error only, and quiet mode
20
44
*__debug__ : Send request/response information of all samplers (headers, body, etc.)
21
45
*__info__ : Sends all samplers to the ElasticSearch engine, but only sends the headers, body info for the failed samplers.
0 commit comments