I have a link that is used to access a report in HTML format through the dynaTrace 5.5 REST interface. A filter is applied to only show data from certain agents. If a user changes the timeframe from the drop down menu without clicking the "Go" button all filters are maintained. If the user clicks the "Go" button the Agent filter is removed. Below is an example of what the URL looks like before and after the "Go" button is clicked. Has anyone else noticed this behavior?
Before:
http://<dynaTrace server>:8020/rest/management/reports/create/Server%20Performance?value=true&filter=ag:AgentsByPattern?@contains:<agent server>@matches&filter=tf:Last30Min&type=HTML&filter=tf:Last30Min
After:
http://<dynaTrace server>:8020/rest/management/reports/create/Server%20Performance?filter=tf%3ALast1h&type=HTML&go=Go
Thanks,
Brian Perrault
Answer by Stefan M. ·
Okay, thanks for the feedback, I will reopen the issue. If you need a fix for 6.2, please open a support ticket in our Support JIRA (https://support.dynatrace.com).
Answer by Stefan M. ·
Hello brian.perrault@sentry.com,
which version are you using? According to our issue tracking system, the bug should be fixed since version 5.6.
Kind regards,
Stefan
Answer by Dominik S. ·
Hi,
we will fix this in the next release, however usually the javascript will kick in anyway when you select one of the timeframes without the need to even click the "Go" button, so as long as your Browser supports Javascript, it should work by just selecting the new timeframe and should keep filters this way.
Thanks... Dominik.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET