I have an Elasticsearch data set with 20 million rows spread over 365 daily indexes in Elasticsearch. If I query the data as follows:
my_src_data-2018=7..
I get an error 400.
If however, I query like the following:
my_src_data-2018=7.01.*
then it works fine.
As a temporary workaround I a saved query for each month and in my client tool (Tableau) I union all 12 months together. But this is a laborious solution for many data sets.
I saw in another thread other people had hit this as well. Is there any fix in the works?