I am having trouble to create propper drilldown action between two Custom ITSI Entity Dashboards. They both work fine, when called by clicking the Entity Name in the Service Analyzer.
The two Entity Dashboards show data from two custom entity types with some relation to each other. I want to create a navigation between the two Dashboards.
I did create a normal drilldown action to call the related Dashboard. This works somehow, but the Token is not handled correctly.
for example I defined Token Parameters:
host = $click.value2$ and in the target dashboard I see
|search host=$click.value2$
instead of the real value that should have been handed over in the token.
When I use the Dashboards outside of ITSI, the drilldown action works fine.
Looks to me that in ITSI some scripts are used and the handover is not directly to the other Entity Dashboard, but somehow through the Entity (_key) and the defined entity type.
Great if somebody could shed some insights on that!
Hi there,
It seems the issue lies in token handling within ITSI scripts, causing values to get replaced by entity keys/types instead of actual values. Here's what you can try:
Remember, sometimes it's not about reinventing the wheel, but finding the right community to help navigate its quirks. Good luck!
~ If the reply helps, a Karma upvote would be appreciated