Query Parsing Exception With Querying Large Amounts of Data

I am trying to query Elasticsearch for the data coming from a csv file with 2078 lines but am having trouble doing so because of a Query Parsing Exception. This only happens when I select the “All” value for both the DNCC and SerialNumber templates. There are 1610 different serial numbers in my data. Here are my template settings:

Also, for certain combinations of DNCC and SerialNumber selections I get a Timeseries Data Request Error. Any idea on what might be going wrong?

Can you see the exact error message you are getting by looking at the response in the Chrome Developer Tools under the network tab?

I was able to look at the response query and determine that my max clause size in Elasticsearch was set too low. I raised the number of clauses it can handle and now everything is working fine.

1 Like