Hello, we prefer structured logs as it helps us perform filtered searches in ES, however there are oftentimes conflicts for certain fields, for example ts, timestamp or time depending on the app may be of type date or of type float.
I would still like to have all these logs live together in the same indices and play nice. What are the options? I presume some sort of log processor prior to arriving at elasticsearch should standardize any time values, are there any examples of this?