Using /events-v0-2016-08-29/systemlog/_validate/query?explain I see
"explanations": [
{
"index": "events-v0-2016-08-29",
"valid": true,
"explanation": "filtered(+(field1:*abc* | field3:*abc*) +(field1:*def* | field3:*def*))->cache(_type:systemlog)"
}
I am trying to parse the significance of the | but I could not find it documented anywhere. Does anyone know what that is?