remove _timestamp from audit index mapping

we're not using the _timestamp field and the path option is no longer supported
in elasticsearch 2.0 so this commit removes the field from the mapping.

Original commit: elastic/x-pack-elasticsearch@399d835d1f
This commit is contained in:
jaymode 2015-06-22 14:54:37 -04:00
parent b4342d6bd4
commit 4e11cbebad
1 changed files with 0 additions and 4 deletions

View File

@ -10,10 +10,6 @@
"_all" : {
"enabled" : false
},
"_timestamp" : {
"enabled" : true,
"path" : "@timestamp"
},
"properties": {
"@timestamp": {
"type": "date",