Elastic Search Scripted Fields Not Showing Up

I have a time field in Unix epoch millis format which i had converted to Datetime using a scripted field in Elastic Search. But this field is not showing up in Dremio. I had worked around this with calculated fields in Dremio but would like to know if Dremio supports ES Scripted fields.

Are you referring to a scripted field in Kibana?

Yes that is what im referring to.

These fields are not stored in ElasticSearch, they are being calculated on the fly by the query Kibana executes. As such, they do not exist outside of Kibana and nobody else (including Dremio) cannot know they exist.
I believe using the calculated fields in Dremio is the correct approach.

1 Like

Great! Thanks for the reply.