In some dashboard regex searches in influxql queries, the start of string ^ and end of string $ regex metacharacters are not present when they should be, unlike other regex searches. For example, /${fi_id}/ should be /^${fi_id}$/. Please add start of string and end of string metacharacters for consistency and clarity, where appropriate.
In some dashboard regex searches in influxql queries, the start of string
^
and end of string$
regex metacharacters are not present when they should be, unlike other regex searches. For example,/${fi_id}/
should be/^${fi_id}$/
. Please add start of string and end of string metacharacters for consistency and clarity, where appropriate.