cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Display a table of problems in a Notebook

dneimke
Frequent Guest

Is it possible to display a table of problems in a Notebook.

In my case, I want to display a table of problems for a given alerting profile for the past 30d

1 REPLY 1

dneimke
Frequent Guest

Update: I found that I needed to load data from davis using a filter on the kind of events:

fetch events, from:now()-30d, to:now()
| filter event.kind == "DAVIS_PROBLEM"
| filter startsWith(event.name, "MY_PROBLEM_NAME")

Featured Posts