Open
Description
I just tried to use with plugin with Kibana 6.2.2 (and Elasticsearch 6.2.2), but it does not allow to save Markdown Templates. The "Save Template" operation fails with the following error:
Markdown Template Editor: mapping set to strict, dynamic introduction of [markdown_template] within [doc] is not allowed: [strict_dynamic_mapping_exception] mapping set to strict, dynamic introduction of [markdown_template] within [doc] is not allowed
I verified that the Elasticsearch mapping for the .kibana
index is set as follows:
{
".kibana": {
"mappings": {
"doc": {
"dynamic": "strict",
"properties": { ... }
}
}
}
}
I think the "dynamic": "strict"
is the problem here: you cannot add the new property "markdown_template" in the index.
Metadata
Metadata
Assignees
Labels
No labels