How to create dash boads with Transaction search records.

Copper Contributor

Hello,

 

Is to possible to create dashboard with transaction search records using custom queries ?

i want to show error transaction records in dashboard by preparing custom query like below

Please suggest if it possible.

 

union isfuzzy=true traces
where timestamp > datetime("2021-01-23T11:40:45.063Z"and timestamp < datetime("2021-01-24T11:40:45.063Z"
where severityLevel > 2
order by timestamp desc
take 100
 
Thanks,
Krishna 
0 Replies