I need to use /.* inside the match function to find values that contains("LIKE") a certain string.
This is the error I get if I pass the code below: Query failure, Status=500, Internal Server Error
$match: {
"urlReferer": /.erp.sirras.net./
}
Is there a way to pass it into grafana? I can't do "/.erp.sirros.net./" because it would search for the exact /.erp.sirras.net./ value, nor /."erp.sirras.net".*/ because ir returns error.
Thanks