Hi all, I'm trying to add a dynamic (preferably interactive) table of contents to a dashboard for the PDF export function, because the exported report is over 20 pages long. So ideally I would be able to click on a panel title and it would automatically take me there. I can't find a standard Splunk feature to do this, so I tried to do this with <a> tags in html to redirect to a specific panel id, which works in the dashboard. However, the <a> tags and href are not generated in the PDF, which just shows the plain text. If an interactive table of contents is not possible, a dynamic one which just shows the page numbers for the corresponding panels would also be great. Does anyone have ideas on how to accomplish this? It would help me a lot!
... View more