Hello everyone
I have an NRQL query policy for alerts, like this:
SELECT count(*) FROM Log WHERE hostname
= ‘myapplication.com’ AND message
LIKE ‘%error%’
when I click the details of the event to go to Insights, it will give the query like this:
SELECT count(*) FROM Log WHERE hostname
= ‘myapplication.com’ AND message
LIKE ‘%error%’ TIMESERIES 1 minute SINCE ‘2020-12-28 16:07:10’ UNTIL ‘2020-12-28 22:06:10’
I do not want the count, I want it to be changed automatically to something like this with the Timestamp
SELECT message FROM Log WHERE hostname
= ‘myapplication.com’ AND message
LIKE ‘%error%’ SINCE ‘2020-12-28 16:07:10’ UNTIL ‘2020-12-28 22:06:10’
New Relic edit
- I want this, too
- I have more info to share (reply below)
- I have a solution for this
0 voters
We take feature ideas seriously and our product managers review every one when plotting their roadmaps. However, there is no guarantee this feature will be implemented. This post ensures the idea is put on the table and discussed though. So please vote and share your extra details with our team.