Skip to content

Check status and notification search box suggested queries don't work. #20784

Open
@philomory

Description

@philomory

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. Create a check named "my check"
  2. Let it run so that check statuses are recorded.
  3. Observe that results for that check are stored in the _monitoring bucket's statuses measurement.
  4. Observe that results for that check show up on the check status history page, as long as you don't run any searches.
  5. Click the search box and type the suggested query, "check" == "my check"

Expected behavior:
I expect the history of my check to show up.

Actual behavior:
Nothing shows up when running the suggested queries. The actual, correct syntax (discerned from watching the HTTP requests sent by the search) is "checkName" == "my check".

Note also that the same sort of issue occurs for notification history; the suggested query is "notification rule" == "my rule", but the correct query is "notificationRuleName" == "my rule".

Environment info:

  • InfluxDB version: InfluxDB Cloud 2.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions