I have two timestamp fields: submit_date("MM/dd/YYYY HH:mm") and completed date("MM/dd/YYYY HH:mm").
I want to calculate time difference between these two fields and wanted to add it as a new field while ingesting data in Elasticsearch.
any help will be appreciated.
Thank you.