{ "settings": { }, "mappings" : { "dataupdate" : { "properties" : { "SourceHubDataUpdateId" : { "type" : "long" }, "SourceHubUuid" : { "type" : "string", "index" : "not_analyzed" }, "data" : { "properties" : { "bytes-received" : { "type" : "long" }, "bytes-sent" : { "type" : "long" }, "client-count" : { "type" : "long" } } }, "duration-ms" : { "type" : "long" }, "hostname" : { "type" : "string", "index" : "not_analyzed" }, "start-time" : { "type" : "date", "format" : "dateOptionalTime" }, "streamer-id" : { "properties" : { "content-id" : { "type" : "string", "index" : "not_analyzed" }, "format" : { "type" : "string", "index" : "not_analyzed" }, "quality" : { "type" : "string", "index" : "not_analyzed" } } }, "version" : { "type" : "long" } } } } }