summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-11-29 20:12:32 +0100
committerChristian Pointner <equinox@spreadspace.org>2014-11-29 20:12:32 +0100
commit437b1dab5617ff3791dcf49dfbe57d3d57d32bb2 (patch)
tree09fdc26a4483d40394831b31e015ecdb32e7d35a /src
parenthub: fix fwd-es (diff)
es5: updated dataupdate mapping to include clients
Diffstat (limited to 'src')
-rw-r--r--src/es5/sfive-init.json15
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"
+ }
+ }
}
}
},