EDQL
Usage
Use with EDQL Intellij GUI Client
Please find more on: EDQL Wiki or Install EDQL
Use with EDQL file:
eql -Deql.file=test.edql
test.edql:
HOST http://localhost:9200
Authorization ""
POST myindex/_search
{
"query": {
"match_all": {}
}
}