update mapping
This commit is contained in:
parent
8ee8d871bf
commit
318c76e339
@ -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"
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user