In Kibana logs, the xml feeds are printing line by line which makes it hard to check the logs. So i would want to search for the log entries having angle bracket to get the xml lines together.
I tried with the below query but its not working.
{
"query": {
"wildcard": {
"log": "<*"
}
}
}
Could you please help me with the query.
Thanks in advance.