summaryrefslogtreecommitdiff
path: root/src/es5/sfive-init.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/es5/sfive-init.json')
-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"
+ }
+ }
}
}
},