<?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: Geostats by phone number in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570520#M198835</link>
    <description>&lt;P&gt;This is not the full solution, but you could eval the longitude and latitude for each result.&lt;BR /&gt;Or use a lookup with all cities lon and lats.&lt;BR /&gt;&lt;BR /&gt;Basic example&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;| makeresults&lt;BR /&gt;| eval City = "Berlin" |eval lat="52.520008" | eval lon="13.404954"&lt;BR /&gt;| geostats latfield=lat longfield=lon count&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Oct 2021 20:32:26 GMT</pubDate>
    <dc:creator>Azeemering</dc:creator>
    <dc:date>2021-10-11T20:32:26Z</dc:date>
    <item>
      <title>Geostats by phone number</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570517#M198834</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have field in my log that call “MobileNumber” that need to show count of MobileNumber by location on map.&lt;/P&gt;&lt;P&gt;e.g: 00121234567&amp;nbsp;&lt;/P&gt;&lt;P&gt;Area code:0012&lt;/P&gt;&lt;P&gt;Number:1234567&lt;/P&gt;&lt;P&gt;if area code belong to Berlin&amp;nbsp;&lt;SPAN&gt;0151, 0157 or 0173.&lt;/SPAN&gt; show total count of area code that belong Berlin on map.&lt;/P&gt;&lt;P&gt;if area code belong to&amp;nbsp;&lt;SPAN&gt;Wolfsburg 0&lt;/SPAN&gt;&lt;SPAN&gt;361 &lt;/SPAN&gt;show total count of area code that belong&amp;nbsp;&lt;SPAN&gt;Wolfsburg&lt;/SPAN&gt;&amp;nbsp;on map&lt;/P&gt;&lt;P&gt;FYI:&amp;nbsp;&lt;SPAN&gt;Latitude, Longitude not exist in log file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 20:07:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570517#M198834</guid>
      <dc:creator>indeed_2000</dc:creator>
      <dc:date>2021-10-11T20:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats by phone number</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570520#M198835</link>
      <description>&lt;P&gt;This is not the full solution, but you could eval the longitude and latitude for each result.&lt;BR /&gt;Or use a lookup with all cities lon and lats.&lt;BR /&gt;&lt;BR /&gt;Basic example&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;| makeresults&lt;BR /&gt;| eval City = "Berlin" |eval lat="52.520008" | eval lon="13.404954"&lt;BR /&gt;| geostats latfield=lat longfield=lon count&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 20:32:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570520#M198835</guid>
      <dc:creator>Azeemering</dc:creator>
      <dc:date>2021-10-11T20:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats by phone number</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570522#M198837</link>
      <description>&lt;P&gt;And how bind it to area code?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 20:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570522#M198837</guid>
      <dc:creator>indeed_2000</dc:creator>
      <dc:date>2021-10-11T20:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats by phone number</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570523#M198838</link>
      <description>&lt;P&gt;I'd say create a lookup with area codes and their respective longitudes and latitudes.&lt;BR /&gt;Splunk can do magic, but you need to feed it some ingredients to do magic with.&lt;/P&gt;&lt;P&gt;I found this as a possible source:&lt;/P&gt;&lt;P&gt;&lt;A href="https://gist.github.com/iteufel/af379872bbc3bf5261e2fd09b681ff7e" target="_blank"&gt;https://gist.github.com/iteufel/af379872bbc3bf5261e2fd09b681ff7e&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 20:46:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570523#M198838</guid>
      <dc:creator>Azeemering</dc:creator>
      <dc:date>2021-10-11T20:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats by phone number</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570524#M198839</link>
      <description>&lt;P&gt;thank you for answer, but it's not only germany.&lt;/P&gt;&lt;P&gt;about lookup would please tell me example?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 20:54:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570524#M198839</guid>
      <dc:creator>indeed_2000</dc:creator>
      <dc:date>2021-10-11T20:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats by phone number</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570525#M198840</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.2/Knowledge/Aboutlookupsandfieldactions" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.2/Knowledge/Aboutlookupsandfieldactions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 20:56:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570525#M198840</guid>
      <dc:creator>Azeemering</dc:creator>
      <dc:date>2021-10-11T20:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Geostats by phone number</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570529#M198842</link>
      <description>&lt;P&gt;thank you, i work with lookup, and example map dasboard.&lt;/P&gt;&lt;P&gt;the main goal is how can i provide relation between these items.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 21:23:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Geostats-by-phone-number/m-p/570529#M198842</guid>
      <dc:creator>indeed_2000</dc:creator>
      <dc:date>2021-10-11T21:23:55Z</dc:date>
    </item>
  </channel>
</rss>

