Hello Splunkers,
I am developing a XML code, and I want create a drilldown link in the my map.
Follows the xml part:
Now, I want when click in the map, I need create a table with destination_address. I tried with
My search to create a table is:
sourcetype=srx_traffic cliente=ABC| iplocation destination_address NOT destination_address=10.0.0.0/23 | search lat>=33.75000 lat<45.00000 lon>=-90.00000 lon<-67.50000 | stats values(destination_address) as "Endereços Ips"
I saw in "Simple XML Reference" located at http://docs.splunk.com/Documentation/Splunk/6.0.1/Viz/PanelreferenceforSimplifiedXML, but I did not found anything about create it.
Any ideas?
Tks.
Hello @somesoni2, I want to create a new form. My values in the geomap are IP destination. When I click in the map I want to redirect to a news form with new informations such as:
Tks.
Splunk 6 does not yet support dynamic drilldown for maps as it presently does for table and chart. Thus, you are not currently able to configure drilldown from a map to another dashboard, passing through click arguments.
This is something that we are considering for a future release.
+1 for requesting this feature. It seems odd that maps don't support this feature while others do.
This feature would be very nice to have. If we could tap into the power of the Google API, that would be great.
Did you find the documentation about drilldown in the Dashboards and Visualizations manual?
Yes I did,
but the "Dashboards and Visualizations Manual" don't explains using
[...]
tks.
You want the table in the same form or new form? What all values your table search is using from geomap result?