Skip to content

Not working with Kibana 6.2.2 #5

Open
@telune

Description

@telune

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions