diff --git a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue index f8d57ebe1..d65b6fd97 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/exploreItem.vue @@ -378,11 +378,11 @@ instance_cpu_time_ns{app="fox", proc="widget", rev="4d3a513", env="prod", job="c

{instance=~"kafka-[23]",name="kafka"} != "kafka.server:type=ReplicaManager"

  • -

    Keep log lines that contain a substring that starts with tsdb-ops and ends with io:2003. A complete query with a regular expression:

    +

    Keep log lines that contain a substring that starts with tsdb-ops and ends with io:2003. A complete query with a regular expression:

    {name="kafka"} |~ "tsdb-ops.*io:2003"

  • -

    Keep log lines that contain a substring that starts with error=, and is followed by 1 or more word characters. A complete query with a regular expression:

    +

    Keep log lines that contain a substring that starts with error=, and is followed by 1 or more word characters. A complete query with a regular expression:

    {name="cassandra"} |~ `error=\w+`