Skip to content
Snippets Groups Projects
Commit 90a079b8 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Update String type for Monasca ES template"

parents 38a20979 d3e87a2e
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,9 @@
"fielddata": {
"format": "disabled"
},
"index": "analyzed",
"index": true,
"omit_norms": true,
"type": "string"
"type": "text"
},
"match": "message",
"match_mapping_type": "string"
......@@ -24,8 +24,8 @@
{
"other_fields": {
"mapping": {
"index": "not_analyzed",
"type": "string"
"index": true,
"type": "keyword"
},
"match": "*",
"match_mapping_type": "string"
......@@ -37,8 +37,8 @@
"type": "date"
},
"@version": {
"index": "not_analyzed",
"type": "string"
"index": true,
"type": "keyword"
},
"creation_time": {
"type": "date"
......
---
fixes:
- |
Fixes `LP#1892376
<https://bugs.launchpad.net/kolla-ansible/+bug/1892376>`__ by updating
deprecated syntax in the Monasca Elasticsearch template.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment