Why do you need to convert start_rxdate and start_rxtime to Time object instances?
They will be converted back to strings when serialising to ES - except they will have the missing component (time or date) added.
e.g.
if start_rxdate is "18-01-03", you get "2018-01-02T23:00:00.000Z" when serialized.
if start_rxtime is "11:12:13" (today being the 4th of Jan), you get "2018-01-04T12:12:13.000Z" when serialized.
I think you want to join start_rxdate and start_rxtime to a new field called say start_rxts and then use the date filter on that.
thank you actually it worked the way i did it it needed time to make the changes, i need the two field separated because i need to sketch on kibana start_rxtime (y axis) and start_rxdate (x axis)
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.