Forum Discussion

dkrishna2020's avatar
dkrishna2020
Copper Contributor
Jan 24, 2021

How to create dash boads with Transaction search records.

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 
No RepliesBe the first to reply