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.
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
LastModifiedfield 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.