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

New problems app: Download data limit

AntonPineiro
DynaMight Guru
DynaMight Guru

Hi,

I was trying to download some problems but data is limited to 1000:

AntonPineiro_0-1756907001913.png

Any way to bypass this? If you need to download more than 1000 rows, do you need to use DQL or API?

Thank you!

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl
2 REPLIES 2

p_devulapalli
Leader

@AntonPineiro 1000 seems to be the default limit for problems app , DQL would be the next best option.

https://docs.dynatrace.com/docs/shortlink/davis-ai-problems-app

p_devulapalli_0-1756939939741.png

 

Phani Devulapalli

Hi,

Thank you! I was trying to find that in the documentation but I was not able.

I have just used DQL then:

fetch dt.davis.problems
| filter matchesPhrase(labels.alerting_profile, "XXXXX")
| fieldsKeep event.name
| summarize count = count(), by:{event.name}
| sort count desc

AntonPineiro_0-1756969403167.png

Best regards

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

Featured Posts