diff options
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" + } + } } } }, |