mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* [Task Manager] Provide "include_type_name: true" in put template (#30261) * [Task Manager] Provide "include_type_name: true" in put template * fix for 7.0+ * fix for 6.7
This commit is contained in:
parent
a2576c1598
commit
a2dff171b8
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ export class TaskStore {
|
|||
|
||||
const templateResult = await this.callCluster('indices.putTemplate', {
|
||||
name: templateName,
|
||||
include_type_name: true,
|
||||
body: {
|
||||
index_patterns: [this.index],
|
||||
mappings: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue