update mapping

This commit is contained in:
Dave Pedu 2016-01-28 22:33:51 -08:00
parent 8ee8d871bf
commit 318c76e339
1 changed files with 16 additions and 1 deletions

View File

@ -47,7 +47,22 @@ mapping = {
"fs.raw": {
"type" : "string",
"index" : "not_analyzed"
}
},
"inodesmax": {
"type": "long"
},
"inodesfree": {
"type": "long"
},
"inodesused": {
"type": "long"
},
"inodesused_pct": {
"type": "double"
},
"inodesfree_pct": {
"type": "double"
},
}
}
}