X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=elasticsearch%2Ffiles%2Fes_template_notification.json;h=6754ffd2c1020d1753d4052ef3fd37c09eaecb54;hp=e19c9077899d946e4b2284980d6ccf660e5bb1c2;hb=daf1e51fbe9b9e58e294a4db985207a72f88588a;hpb=3cf2b20ac1ec20c3f6c78318d32d595cf294f7e4 diff --git a/elasticsearch/files/es_template_notification.json b/elasticsearch/files/es_template_notification.json index e19c907..6754ffd 100644 --- a/elasticsearch/files/es_template_notification.json +++ b/elasticsearch/files/es_template_notification.json @@ -13,10 +13,6 @@ "index": "not_analyzed", "type": "string" }, - "programname": { - "index": "not_analyzed", - "type": "string" - }, "Hostname": { "index": "not_analyzed", "type": "string" @@ -33,10 +29,6 @@ "index": "not_analyzed", "type": "long" }, - "syslogfacility": { - "index": "not_analyzed", - "type": "long" - }, "Type": { "index": "not_analyzed", "type": "string" @@ -49,22 +41,6 @@ "index": "not_analyzed", "type": "string" }, - "openstack_role": { - "type": "string", - "analyzer": "ost_roles" - }, - "openstack_region": { - "index": "not_analyzed", - "type": "string" - }, - "openstack_release": { - "index": "not_analyzed", - "type": "string" - }, - "deployment_id": { - "index": "not_analyzed", - "type": "string" - }, "request_id": { "index": "not_analyzed", "type": "string" @@ -84,26 +60,13 @@ "created_at": { "type": "date", "format": "dateOptionalTime" + }, + "publisher": { + "type": "not_analyzed", + "format": "string" } } } }, - "settings": { - "analysis": { - "tokenizer": { - "comma" : { - "type": "pattern", - "pattern": "," - } - }, - "analyzer": { - "ost_roles": { - "type": "custom", - "tokenizer": "comma", - "filter": ["lowercase"] - } - } - } - }, "template": "notification-*" }