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.
I want to create tile with day -1 or previous date but at the same time I want to use common dashboard timeframe. Mean if I set 4 hours in dashboard time duration tile show yesterday's 4 hours data ...
Good afternoon, how can I extract the entries from this column and convert each entry into rows? I need to extract the information from each entry and create a row for each of those entries. th...
...lanning on using a DQL query similar to the following:
timeseries {
requests = sum(dt.kubernetes.container.requests_cpu, rollup: avg), from: -3h, to: now()
}, by:{dt.entity...
...onthly from the 1st to the last day of the month for the current month and the last three months.
I started working on the DQL query but got stuck. Can someone help me complete it?
fetch dt.davis...
I have a dashboard that lists task durations based on log timestamps. My DQL looks something like.
fetch logs | parse content, "LD JSON:audit" | fields timestamp, audit | fieldsAdd uuid = a...
Hi, I am trying to parse this log content and get the response time, Can anyone please help with the DQL? Thanks in advance. 2025-01-29 19:32:07 ebafc69c-9f9b-4984-bd9e-9d22e5ef2246 -1...
Hello community, I'm in the process of transferring dashboards from Splunk Cloud to Dynatrace (I'm getting the same data into a dedicated bucket). I try to count the number of events per hour and p...
I am trying to parse this log content and get the data from the JSON. I need event type, and event_timestamp. Can anyone help with the DQL? Thanks in advance. 2025-01-29 09:37:46,297 app-name [m...
...nly the last state). I searched everywhere in the doc but I did not find a solution. Do you have any idea how we can go about it, if it is feasible? Here is the DQL that I am currently using, it is n...