Skip to content

Commit 24bfbd0

Browse files
Update README.md
1 parent 90bc989 commit 24bfbd0

File tree

1 file changed

+3
-112
lines changed

1 file changed

+3
-112
lines changed

README.md

Lines changed: 3 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -32,118 +32,9 @@ Feel free to contribute by branching and making pull requests, or simply by sugg
3232
## Screenshots
3333
### Configuration
3434
![screnshot1](https://cdn-images-1.medium.com/max/2000/1*iVb7mIp2dPg7zE4Ph3PrGQ.png "Screenshot of configuration")
35+
3536
### Sample Grafana dashboard
3637
![screnshot1](https://image.ibb.co/jW6LNx/Screen_Shot_2018_03_21_at_10_21_18_AM.png "Sample Grafana Dashboard")
3738

38-
## Sample ElasticSearch Index
39-
40-
```javascript
41-
{
42-
"template": "jmeter",
43-
"mappings": {
44-
"SampleResult": {
45-
"properties": {
46-
"AllThreads": {
47-
"type": "long"
48-
},
49-
"Assertions": {
50-
"properties": {
51-
"Failure": {
52-
"type": "boolean"
53-
},
54-
"FailureMessage": {
55-
"type": "text",
56-
"index": false
57-
},
58-
"Name": {
59-
"type": "text",
60-
"index": false
61-
}
62-
}
63-
},
64-
"BodySize": {
65-
"type": "long"
66-
},
67-
"Bytes": {
68-
"type": "long"
69-
},
70-
"ConnectTime": {
71-
"type": "long",
72-
"index": false
73-
},
74-
"ContentType": {
75-
"type": "text",
76-
"index": false
77-
},
78-
"DataType": {
79-
"type": "text",
80-
"index": false
81-
},
82-
"EndTime": {
83-
"type": "date",
84-
"format": "dateOptionalTime"
85-
},
86-
"ErrorCount": {
87-
"type": "long"
88-
},
89-
"GrpThreads": {
90-
"type": "long",
91-
"index": false
92-
},
93-
"IdleTime": {
94-
"type": "long"
95-
},
96-
"Latency": {
97-
"type": "long"
98-
},
99-
"ResponseCode": {
100-
"type": "text"
101-
},
102-
"ResponseMessage": {
103-
"type": "text",
104-
"index": false
105-
},
106-
"ResponseTime": {
107-
"type": "long"
108-
},
109-
"SampleCount": {
110-
"type": "long"
111-
},
112-
"SampleLabel": {
113-
"type": "keyword"
114-
},
115-
"StartTime": {
116-
"type": "date",
117-
"format": "dateOptionalTime"
118-
},
119-
"Success": {
120-
"type": "text",
121-
"index": false
122-
},
123-
"ThreadName": {
124-
"type": "keyword",
125-
"index": false
126-
},
127-
"URL": {
128-
"type": "keyword"
129-
},
130-
"Timestamp": {
131-
"type": "date",
132-
"format": "dateOptionalTime"
133-
},
134-
"NormalizedTimestamp": {
135-
"type": "date",
136-
"format": "dateOptionalTime",
137-
"index": false
138-
},
139-
"BuildNumber": {
140-
"type": "long"
141-
},
142-
"ElapsedTime": {
143-
"type": "date"
144-
}
145-
}
146-
}
147-
}
148-
}
149-
```
39+
### For more info
40+
For more information, here's a little (https://github.com/delirius325/jmeter-elasticsearch-backend-listener/wiki)[documentation].

0 commit comments

Comments
 (0)