Kibana two csv date

Hi, I have two csv files containing both date field.
the first file csv data field contains numerous dates belonging to the same day, the second file csv contains in the date field a single day having further information on its line.
Here I would like to combine the two dates to return the filtered information for a single date also in the second csv file that has additional information.
I imported the csv files into machine learning and imported the files by changing the date format in both csv files from the advanced settings.
con:

"Data": { 
"type": "date",
"format": "DD/MM/YYYY"
    },

but I can't filter them as a single date !

Thanks!

See: Data Visualizer - CSV Import - Date Mapping issue with Empty Sting/NULL values

The CSV upload feature of ML doesn't support that date format.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.