Team: SecuritySolutionTeam:Detection EngineTeam:Detection Engineeringbuggood first issue
倉庫指標
- Star
- (19,065 star)
- PR 合併指標
- (平均合併 1天 16小時) (30 天內合併 999 個 PR)
描述
Describe the bug:
Currently, the EQL search strategy adds "ignore": [400] to the params sent to the elasticsearch-js client which causes the client to treat 400 errors as expected:
As a result, the response back may indeed be a 400 error but it is returned as a normal 200 response.
This may have been necessary at some point but now ES properly sends a message back indicating syntax errors: