This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi, I'm trying to code a variable filter in the new generation dashboards to return multiple values if a user/me chooses. I have an example where I have tags applied to a number of hosts. In total,...
Hi All, I have created a timeseries DQL for a dashboard and I have got so far and I'm now stuck. It produces a line chart for me, but I need the CountofRecords to be one value per 30 min i...
Hello All,
I want to restrict my output to last 7 days everytime the dashboard refreshes. I have a tile which bring me all the failed job list. I want to restrict it programatically to get...
I want to create a line chart that displays the response time metric for a selected service. I need it to be dynamic, so I’ve set up a variable. Here’s the variable definition: fetch...
...ell me if it is possible via DQL? I was trying to execute a query in DQL, but the timeseries only returns the timeframe and not the collection timestamp. Can you tell me if it is possible, with t...
Using the below Data, I was attempting to extract the folder and the file from this example log entry. Here is what I started with and got no further. Any guidance would be greatly apprec...
Please tell me how to output the total "reqcount" value in the following DQL. timeseries reqcount=sum(dt.service.request.count, default:0), by:{http.response.status_code}, filter:{ dt.entity...
Within a DQL query, I am trying to filter processes based on the "Main Technology" of each process group, e.g. "Dynatrace" and "Elasticsearch". However, I can't seem to find the variable containing t...