All Apps and Add-ons

Visits on Map is not showing any data

SuganyaSSF
Explorer

Hi All ,

I have recently installed and configured the splunk dynatrace APM app , i could see the country and the visits.
But the map is not highlighting the visited countries.

I could see the events are failing with this part of query geostats latfield=lat longfield=lon count

Do we have any fix for this ?

0 Karma

SuganyaSSF
Explorer

Hi ,

Thanks for the information , there is no data in the search and reporting and i could see the iplocation doesnt return the country , lat , lon and other details for any client ID.

0 Karma

Dynatrace
Path Finder

@SuganyaSSF

Do you see any data if you run a new search:
index="dynatrace" sourcetype="visit"
If not, you might not be sending any visits from Dynatrace to Splunk. Make sure you have added the catch-all business transactions from the system profile located on this Dynatrace community page as a good starting point:
https://community.dynatrace.com/community/display/DL/Splunk+Application

There is some additional documentation there on getting things setup as well.

0 Karma

SuganyaSSF
Explorer

Yes, i was able to see the data on giving sourcetype as visit .
index="dynatrace" sourcetype="visit" | rename dimensions."Client IP Address of Visit" as clientip

was able to get the data till the above part of the query and fails if i add ip location clientID

| iplocation clientip | geostats latfield=lat longfield=lon count

0 Karma

Dynatrace
Path Finder

The iplocation functionality is native to Splunk, the only piece I think could fail here would be if the IPs that are coming in are not in Splunk's IP Location lookup table. This could happen if the IPs are LAN ips and not public IPs. Are these visits coming in from an external facing application?

0 Karma

Dynatrace
Path Finder

@SuganyaSSF: If you load the report via "Searches and Reports" -> User Analytics: Visit by Client IP do you see any results? That particular dashboard and the underlying report has been refactored in version 2.3.0 of Dynatrace Splunk app. It no longer has external dependencies to other plugins and utilizes out of the box Splunk functionality for geolocating IPs and for visualizing the data.

The search should be:
index="dynatrace" sourcetype="visit" | rename dimensions."Client IP Address of Visit" as clientip | iplocation clientip | geostats latfield=lat longfield=lon count

If you do not export any visit based Business Transactions from Dynatrace you will not have any data to populate the search.

hope this helps!

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...