diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-11-29 20:12:32 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-11-29 20:12:32 +0100 |
commit | 437b1dab5617ff3791dcf49dfbe57d3d57d32bb2 (patch) | |
tree | 09fdc26a4483d40394831b31e015ecdb32e7d35a /src | |
parent | hub: fix fwd-es (diff) |
es5: updated dataupdate mapping to include clients
Diffstat (limited to 'src')
-rw-r--r-- | src/es5/sfive-init.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" + } + } } } }, |