Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit e80fd9a

Browse files
author
Chris Wiechmann
committed
Traffic-Details - Custom-Properties template mapping enabled
1 parent 3b24b7b commit e80fd9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apibuilder4elastic/elasticsearch_config/index_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"template": {
1919
"config": "elasticsearch_config/traffic-details/index_template.json",
2020
"name": "traffic-details",
21-
"mergeCustomProperties": false
21+
"mergeCustomProperties": true
2222
},
2323
"ilm" : {
2424
"config": "elasticsearch_config/traffic-details/ilm_policy.json",

apibuilder4elastic/elasticsearch_config/traffic-details/index_template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 1,
2+
"version": 2,
33
"index_patterns": [
44
"apigw-traffic-details-*"
55
],

0 commit comments

Comments
 (0)