Skip to content

Commit 6035ee1

Browse files
added fields
1 parent 1aca436 commit 6035ee1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,30 @@ JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send te
1616
* By making bulk requests, there are practically no impacts on the performance of the tests themselves.
1717
* Filters
1818
* 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
1943
* Verbose, semi-verbose, error only, and quiet mode
2044
* __debug__ : Send request/response information of all samplers (headers, body, etc.)
2145
* __info__ : Sends all samplers to the ElasticSearch engine, but only sends the headers, body info for the failed samplers.

0 commit comments

Comments
 (0)