You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I know this is a bit late, but I was having a similar issue and created a pull request to fix it: #106
It looks like this maintainer may not be accepting pull requests, I am not sure. Either way you would be welcome to use my fork in the meantime. Available: https://github.com/nescohen/mongodb-grafana
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
The text was updated successfully, but these errors were encountered: