summaryrefslogtreecommitdiff
path: root/src/es5/es-query.json
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-05-10 23:13:11 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-05-10 23:15:47 +0200
commitb53f49f8cbd3b7666c9267f0e2d88fce28ae6c1a (patch)
tree5da51d292af7c5ad16a7198552f785f8cdf872f6 /src/es5/es-query.json
parentand one more variable refactoring (diff)
new protocol version with streamlined names for variables
Diffstat (limited to 'src/es5/es-query.json')
-rw-r--r--src/es5/es-query.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/es5/es-query.json b/src/es5/es-query.json
index b51f3f7..226a379 100644
--- a/src/es5/es-query.json
+++ b/src/es5/es-query.json
@@ -17,7 +17,7 @@
"aggregations": {
"by_source": {
"terms": {
- "script": "[ doc['hostname'].value, doc['streamer-id.content-id'].value, doc['streamer-id.format'].value, doc['streamer-id.quality'].value ].join('/') ",
+ "script": "[ doc['hostname'].value, doc['stream.content'].value, doc['stream.format'].value, doc['stream.quality'].value ].join('/') ",
"size": 0
},
"aggregations": {