Skip to content

Commit

Permalink
Fixed overrides and tested them.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Dorlus committed Jul 31, 2020
1 parent 019b2ca commit 2ca8d67
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"indices.put_index_template": {
"data_autocomplete_rules": {
"index_patterns": [],
"version": 0,
"template": {
"mappings": { "__scope_link": "put_mapping" },
"settings": { "__scope_link": "put_settings" },
"aliases": {
"__template": {
"NAME": {}
}
}
},
"composed_of": [],
"priority": 0,
"_meta": {}
},
"patterns": [
"_index_template/{template}"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"mappings": { "__scope_link": "put_mapping" },
"settings": { "__scope_link": "put_settings" },
"version": 0,
"template": {},
"composed_of": [],
"priority": 0,
"order": 0,
"aliases": {
"__template": {
"NAME": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@
"indices.simulate_index_template": {
"data_autocomplete_rules": {
"index_patterns": [],
"mappings": { "__scope_link": "put_mapping" },
"settings": { "__scope_link": "put_settings" },
"version": 0,
"template": {},
"template": {
"mappings": { "__scope_link": "put_mapping" },
"settings": { "__scope_link": "put_settings" },
"aliases": {
"__template": {
"NAME": {}
}
}
},
"composed_of": [],
"priority": 0
"priority": 0,
"_meta": {}
},
"patterns": [
"_index_template/_simulate/{template}"
"_index_template/_simulate_index/{indices}"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@
"indices.simulate_template": {
"data_autocomplete_rules": {
"index_patterns": [],
"mappings": { "__scope_link": "put_mapping" },
"settings": { "__scope_link": "put_settings" },
"version": 0,
"template": {},
"template": {
"mappings": { "__scope_link": "put_mapping" },
"settings": { "__scope_link": "put_settings" },
"aliases": {
"__template": {
"NAME": {}
}
}
},
"composed_of": [],
"priority": 0
"priority": 0,
"_meta": {}
},
"patterns": [
"_index_template/_simulate/{template}"
Expand Down

0 comments on commit 2ca8d67

Please sign in to comment.