mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[6.7] Deprecated field [template] used, replaced by [index_patterns] (#32879)
This commit is contained in:
parent
db9b734fe2
commit
a073fcb10c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export function createSavedObjectsService(server, schema, serializer, migrator)
|
|||
name: `kibana_index_template:${index}`,
|
||||
include_type_name: true,
|
||||
body: {
|
||||
template: index,
|
||||
index_patterns: [index],
|
||||
settings: {
|
||||
number_of_shards: 1,
|
||||
auto_expand_replicas: '0-1',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue