To migrate my all MySQL data to elasticsearch I used the bulk indexing. After I migrate all my older data. I started to sync my current data flow to the elasticsearch.
when I use kibana to discover the new data, it shows "No result Found". But when I try to discover the older data I can get the results.
The problem got deeper when I try to sort my data by date_field it is working perfectly. But when I try to use data_histogram to aggregate the result, newly indexed data is not showing.
Please, someone, suggest me what I did wrong. Thanks, Advance.