<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Visits on Map is not showing any data in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321105#M38384</link>
    <description>&lt;P&gt;Hi , &lt;/P&gt;

&lt;P&gt;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.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2017 07:23:42 GMT</pubDate>
    <dc:creator>SuganyaSSF</dc:creator>
    <dc:date>2017-04-10T07:23:42Z</dc:date>
    <item>
      <title>Visits on Map is not showing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321103#M38382</link>
      <description>&lt;P&gt;Hi All , &lt;/P&gt;

&lt;P&gt;I have recently installed and configured the splunk dynatrace APM app , i could see the country and the visits.&lt;BR /&gt;
But the map is not highlighting the visited countries.&lt;/P&gt;

&lt;P&gt;I could see the events are failing with this part of query geostats latfield=lat longfield=lon count&lt;/P&gt;

&lt;P&gt;Do we have any fix for this ?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 10:13:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321103#M38382</guid>
      <dc:creator>SuganyaSSF</dc:creator>
      <dc:date>2017-04-07T10:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Visits on Map is not showing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321104#M38383</link>
      <description>&lt;P&gt;@SuganyaSSF: If you load the report via "Searches and Reports" -&amp;gt; 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. &lt;/P&gt;

&lt;P&gt;The search should be:&lt;BR /&gt;
index="dynatrace" sourcetype="visit" | rename dimensions."Client IP Address of Visit" as clientip | iplocation clientip | geostats latfield=lat longfield=lon count&lt;/P&gt;

&lt;P&gt;If you do not export any visit based Business Transactions from Dynatrace you will not have any data to populate the search. &lt;/P&gt;

&lt;P&gt;hope this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 13:50:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321104#M38383</guid>
      <dc:creator>Dynatrace</dc:creator>
      <dc:date>2017-04-07T13:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Visits on Map is not showing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321105#M38384</link>
      <description>&lt;P&gt;Hi , &lt;/P&gt;

&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 07:23:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321105#M38384</guid>
      <dc:creator>SuganyaSSF</dc:creator>
      <dc:date>2017-04-10T07:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Visits on Map is not showing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321106#M38385</link>
      <description>&lt;P&gt;@SuganyaSSF&lt;/P&gt;

&lt;P&gt;Do you see any data if you run a new search:&lt;BR /&gt;
index="dynatrace" sourcetype="visit"&lt;BR /&gt;
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:&lt;BR /&gt;
&lt;A href="https://community.dynatrace.com/community/display/DL/Splunk+Application"&gt;https://community.dynatrace.com/community/display/DL/Splunk+Application&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;There is some additional documentation there on getting things setup as well.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 12:31:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321106#M38385</guid>
      <dc:creator>Dynatrace</dc:creator>
      <dc:date>2017-04-10T12:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Visits on Map is not showing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321107#M38386</link>
      <description>&lt;P&gt;Yes, i was able to see the data on giving sourcetype as visit .&lt;BR /&gt;
index="dynatrace" sourcetype="visit" | rename dimensions."Client IP Address of Visit" as clientip&lt;/P&gt;

&lt;P&gt;was able to get the data till the above part of the query and fails if i add ip location clientID&lt;/P&gt;

&lt;P&gt;| iplocation clientip | geostats latfield=lat longfield=lon count&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 12:58:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321107#M38386</guid>
      <dc:creator>SuganyaSSF</dc:creator>
      <dc:date>2017-04-10T12:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Visits on Map is not showing any data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321108#M38387</link>
      <description>&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 13:03:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Visits-on-Map-is-not-showing-any-data/m-p/321108#M38387</guid>
      <dc:creator>Dynatrace</dc:creator>
      <dc:date>2017-04-10T13:03:12Z</dc:date>
    </item>
  </channel>
</rss>

