23 Dec 2023
	
		
		08:21 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		02 Jan 2024
	
		
		08:51 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 MaciejNeumann
		
			MaciejNeumann
		
		
		
		
		
		
		
		
	
			
		
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
Solved! Go to Solution.
24 Dec 2023 01:00 AM - edited 24 Dec 2023 01:53 AM
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")