Open 0x9090 opened 7 years ago
I'm having a similar issue with a less complex query.
Running ES 5
You can add --es_debug_trace queries.log
to see the exact query being made. It will output them as curl commands. Run it manually and you can see the full error.
I copied the CURL command, and ran it on the ElasticSearch node, and it gave me
curl: (52) Empty reply from server
Putting the query string into Kibana seems to work fine.
We have alerts which look for unexpected machine logons from certain users. This one rule we have keeps throwing a "search_phase_execution_exception" and I can't seem to figure out why.
The error,
The alert,
Strange thing - this alert appears to be firing as expected, despite this error. But I'd like to understand why we're seeing this