summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/trex_elk.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/regression/trex_elk.py')
-rw-r--r--scripts/automation/regression/trex_elk.py12
1 files changed, 7 insertions, 5 deletions
diff --git a/scripts/automation/regression/trex_elk.py b/scripts/automation/regression/trex_elk.py
index ddca474e..a5ef7a88 100644
--- a/scripts/automation/regression/trex_elk.py
+++ b/scripts/automation/regression/trex_elk.py
@@ -291,11 +291,13 @@ class TRexEs(object):
"test" : {
"properties": {
- "name" : { "type": "text" }, # name of the test
- "type" : { "type": "keyword" }, # stateless,stateful, other
- "duration_sec" : { "type": "double" }, # sec
- "result" : { "type": "keyword" }, # PASS,FAIL,SKIP
- "stdout" : { "type": "text" }, # output in case of faliue
+ "name" : { "type" : "text" }, # name of the test
+ "name_key" : { "type" : "keyword" }, # name of the test
+ "name_full" : { "type" : "keyword" }, # full name of the test
+ "type" : { "type" : "keyword" }, # stateless,stateful, other
+ "duration_sec" : { "type": "double" }, # sec
+ "result" : { "type" : "keyword" }, # PASS,FAIL,SKIP
+ "stdout" : { "type" : "text" }, # output in case of faliue
}
}
}