From 437b1dab5617ff3791dcf49dfbe57d3d57d32bb2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 29 Nov 2014 20:12:32 +0100 Subject: es5: updated dataupdate mapping to include clients --- src/es5/sfive-init.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/es5/sfive-init.json b/src/es5/sfive-init.json index 823f75d..bc89227 100644 --- a/src/es5/sfive-init.json +++ b/src/es5/sfive-init.json @@ -21,6 +21,21 @@ }, "client-count" : { "type" : "long" + }, + "clients" : { + "properties" : { + "bytes-sent" : { + "type" : "long" + }, + "ip" : { + "type" : "string", + "index" : "not_analyzed" + }, + "user-agent" : { + "type" : "string", + "index" : "not_analyzed" + } + } } } }, -- cgit v1.2.3