Hello all,
I am trying to use dynamic templates for all my string fields with an exception of my Time field so that I can set that one as type 'date'.
I need to use these fields("TransactTime_Tag_60" and "ExpireDate_Tag_432") as "Time Filter field" in Kibana while configuring the index pattern.
Mappings I have tried:
- defining properties and dynamic template for all string values
- Defining two dynamic templates to resolve this issue:
Both these versions , still take "TransactTime_Tag_60" and "ExpireDate_Tag_432" as string fields and not as date.
Am I missing something here?
thanks,
Pavithra