From b53f49f8cbd3b7666c9267f0e2d88fce28ae6c1a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 10 May 2017 23:13:11 +0200 Subject: new protocol version with streamlined names for variables --- src/es5/es-query.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/es5/es-query.json') 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": { -- cgit v1.2.3