Elastic search query language documentation
-
equal operator is
:➜client_ip:xxx.xxx.xxx.xxx AND http_verb:POST -
comparation operators should be placed after the
:➜client_ip:xxx.xxx.xxx.xxx AND http_status_code:>=400
Elastic search query language documentation
equal operator is : ➜ client_ip:xxx.xxx.xxx.xxx AND http_verb:POST
comparation operators should be placed after the : ➜ client_ip:xxx.xxx.xxx.xxx AND http_status_code:>=400