| { |
| "mappings": { |
| "message": { |
| "properties": { |
| "event_type": { |
| "index": "not_analyzed", |
| "type": "string" |
| }, |
| "Payload": { |
| "type": "string" |
| }, |
| "Logger": { |
| "index": "not_analyzed", |
| "type": "string" |
| }, |
| "Hostname": { |
| "index": "not_analyzed", |
| "type": "string" |
| }, |
| "hostname": { |
| "index": "not_analyzed", |
| "type": "string" |
| }, |
| "Pid": { |
| "index": "not_analyzed", |
| "type": "long" |
| }, |
| "Severity": { |
| "index": "not_analyzed", |
| "type": "long" |
| }, |
| "Type": { |
| "index": "not_analyzed", |
| "type": "string" |
| }, |
| "severity_label": { |
| "index": "not_analyzed", |
| "type": "string" |
| }, |
| "environment_label": { |
| "index": "not_analyzed", |
| "type": "string" |
| }, |
| "region": { |
| "index": "not_analyzed", |
| "type": "string" |
| }, |
| "request_id": { |
| "index": "not_analyzed", |
| "type": "string" |
| }, |
| "tenant_id": { |
| "index": "not_analyzed", |
| "type": "string" |
| }, |
| "user_id": { |
| "index": "not_analyzed", |
| "type": "string" |
| }, |
| "launched_at": { |
| "type": "date", |
| "format": "dateOptionalTime" |
| }, |
| "created_at": { |
| "type": "date", |
| "format": "dateOptionalTime" |
| }, |
| "publisher": { |
| "index": "not_analyzed", |
| "type": "string" |
| } |
| } |
| } |
| }, |
| "template": "notification-*" |
| } |