Skip to content

Index pattern with nested time field #90

@IdanWo

Description

@IdanWo

Issue:
When creating an index pattern, a time field must be chosen. When choosing a nested time field - no matching results can be discovered or aggregated.

Workaround:
A hack is possible by adding a non-nested LastModified field in the mapping (a regular date datatype field), and each time nested document is added, an update operation is made for this field to the current timestamp (now). This way I was managed to filter all my dashboard.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions