Open
Description
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
- Create a check named "my check"
- Let it run so that check statuses are recorded.
- Observe that results for that check are stored in the
_monitoring
bucket'sstatuses
measurement. - Observe that results for that check show up on the check status history page, as long as you don't run any searches.
- 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