Hi,
In ES I have a date field without a timezone.
I see , Kibana assumes it as GMT if timezone is not present . How can i set the timezone for a field in ES using painless ?
I want to set the timezone for that existing date field as part of reindex script using painless. Please suggest.