http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/b2e46f57/metron-deployment/roles/metron_elasticsearch_templates/files/es_templates/error_index.template
----------------------------------------------------------------------
diff --git
a/metron-deployment/roles/metron_elasticsearch_templates/files/es_templates/error_index.template
b/metron-deployment/roles/metron_elasticsearch_templates/files/es_templates/error_index.template
index 070c90f..3bb4633 100644
---
a/metron-deployment/roles/metron_elasticsearch_templates/files/es_templates/error_index.template
+++
b/metron-deployment/roles/metron_elasticsearch_templates/files/es_templates/error_index.template
@@ -18,7 +18,7 @@
"type": "string",
"index": "not_analyzed"
},
- "time": {
+ "timestamp": {
"type": "date",
"format": "epoch_millis"
},
@@ -35,11 +35,15 @@
"type": "binary",
"index": "no"
},
- "raw_message_hash": {
+ "error_fields": {
"type": "string",
"index": "not_analyzed"
},
- "source_type": {
+ "error_hash": {
+ "type": "string",
+ "index": "not_analyzed"
+ },
+ "failed_sensor_type": {
"type": "string",
"index": "not_analyzed"
},