Hi Team,
I have a timestamp field which is coming from my log data source, the format is like:
"batchDate": "2019-05-30 09:11:08"
But in visualization, I wanted to make the chart on each day basis from the same field as I do not have any other filed in my log data.
Currently, I have tried the same, on index pattern I changed the format from above to "DD MMM YY", in discovery I can see the expected format, but when I use the same batchDate in Kibana for x-axis I have multiple entries in x-axis for the same date.
I am thinking still, aggregation is happening at old format instead of just date one.
Please help on this, any kind of guidelines is welcome.