Skip to content

Cant use double quotes at /.* inside $match #82

@DiegoSLutckmeier

Description

@DiegoSLutckmeier

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions