From 4e11cbebad58fa466741d4b4090c6abc3ce6bf10 Mon Sep 17 00:00:00 2001 From: jaymode Date: Mon, 22 Jun 2015 14:54:37 -0400 Subject: [PATCH] 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@399d835d1f9861eaac6dca0d55eed7d6934a34ec --- src/main/resources/shield_audit_log.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/resources/shield_audit_log.json b/src/main/resources/shield_audit_log.json index 57c9b5ab016..3baa96c8822 100644 --- a/src/main/resources/shield_audit_log.json +++ b/src/main/resources/shield_audit_log.json @@ -10,10 +10,6 @@ "_all" : { "enabled" : false }, - "_timestamp" : { - "enabled" : true, - "path" : "@timestamp" - }, "properties": { "@timestamp": { "type": "date",