blob: 59824a71e0d3c8cfb1cc9244682d1fc04f6ad55b [file] [log] [blame]
{
"template" : "testing-v2",
"order" : 1,
"settings" : {
"number_of_shards" : 1,
"number_of_replicas" : 0,
"index.refresh_interval" : "60s"
},
"mappings" : {
"xdata_v2" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "dateOptionalTime"
},
"@version" : {
"type" : "string"
},
"apiVersion" : {
"type" : "string"
},
"client" : {
"type" : "string"
},
"component" : {
"properties" : {
"name" : {
"index" : "not_analyzed",
"type" : "string"
},
"version" : {
"type" : "string"
}
}
},
"host" : {
"type" : "string"
},
"impLanguage" : {
"type" : "string"
},
"major_ver" : {
"type" : "long"
},
"minor_ver" : {
"type" : "long"
},
"parms" : {
"properties" : {
"activity" : {
"index" : "not_analyzed",
"type" : "string"
},
"desc" : {
"type" : "string"
},
"wf_state" : {
"type" : "long"
},
"wf_version" : {
"type" : "string"
}
}
},
"patch_ver" : {
"type" : "long"
},
"path" : {
"type" : "string"
},
"sessionID" : {
"type" : "string"
},
"tags" : {
"type" : "string"
},
"timestamp" : {
"type" : "date",
"format" : "dateOptionalTime"
},
"type" : {
"type" : "string"
},
"wf_state_longname" : {
"type" : "string"
}
}
}
}
}