Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Console Definitions From Elasticsearch to Kibana for 7.9 #72556

Merged
merged 8 commits into from
Jul 31, 2020
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"mappings": { "__scope_link": "put_mapping" },
"settings": { "__scope_link": "put_settings" },
"version": 0,
"order": 0,
"template": {},
cuff-links marked this conversation as resolved.
Show resolved Hide resolved
"composed_of": [],
"priority": 0,
"aliases": {
"__template": {
"NAME": {}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"indices.simulate_index_template": {
cuff-links marked this conversation as resolved.
Show resolved Hide resolved
"data_autocomplete_rules": {
"index_patterns": [],
"mappings": { "__scope_link": "put_mapping" },
"settings": { "__scope_link": "put_settings" },
"version": 0,
"template": {},
"composed_of": [],
"priority": 0
},
"patterns": [
"_index_template/_simulate/{template}"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"indices.simulate_template": {
cuff-links marked this conversation as resolved.
Show resolved Hide resolved
"data_autocomplete_rules": {
"index_patterns": [],
"mappings": { "__scope_link": "put_mapping" },
"settings": { "__scope_link": "put_settings" },
"version": 0,
"template": {},
"composed_of": [],
"priority": 0
},
"patterns": [
"_index_template/_simulate/{template}"
]
}
}