Skip to content

Commit adbbdb4

Browse files
Expose additional meta-data for queries (elastic#77)
With this commit we expose two additional meta-data fields (`dashboard` and `window_length`) for the `index-and-query-logs-fixed-daily-volume` challenge. Meta-data are also propagated to Rally's results index and can be thus used for creating more useful charts.
1 parent 622d76f commit adbbdb4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

eventdata/challenges/daily-log-volume-index-and-query.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@
9898
"meta": {
9999
"querying": "yes",
100100
"query_type": "relative",
101-
"utilization": {{ utilization }}
101+
"utilization": {{ utilization }},
102+
"dashboard": "traffic",
103+
"window_length": "25%"
102104
},
103105
"schedule": "poisson"
104106
},
@@ -119,7 +121,9 @@
119121
"meta": {
120122
"querying": "yes",
121123
"query_type": "relative",
122-
"utilization": {{ utilization }}
124+
"utilization": {{ utilization }},
125+
"dashboard": "discover",
126+
"window_length": "30m"
123127
},
124128
"schedule": "poisson"
125129
},
@@ -141,7 +145,9 @@
141145
"meta": {
142146
"querying": "yes",
143147
"query_type": "relative",
144-
"utilization": {{ utilization }}
148+
"utilization": {{ utilization }},
149+
"dashboard": "content_issues",
150+
"window_length": "25%"
145151
},
146152
"schedule": "poisson"
147153
}

0 commit comments

Comments
 (0)