<?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: Cannot find any featureID in Geospatial Visualization. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-any-featureID-in-Geospatial-Visualization/m-p/278995#M190440</link>
    <description>&lt;P&gt;The tutorial was very helpful. Can you explain why /Placemark/name wont work for the xpath?&lt;/P&gt;

&lt;P&gt;I am assuming because it wont return a unique number, but it seems to be consistent among the census kml files I have been using. &lt;/P&gt;</description>
    <pubDate>Wed, 22 Mar 2017 15:31:22 GMT</pubDate>
    <dc:creator>jzapantis</dc:creator>
    <dc:date>2017-03-22T15:31:22Z</dc:date>
    <item>
      <title>Cannot find any featureID in Geospatial Visualization.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-any-featureID-in-Geospatial-Visualization/m-p/278992#M190437</link>
      <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;

&lt;P&gt;I tried the new feature, Geospatial Visualization in Splunk V6.3 as "Option 1" posted on splunk blog.&lt;BR /&gt;
&lt;A href="http://blogs.splunk.com/2015/10/01/use-custom-polygons-in-your-choropleth-maps/" target="_blank"&gt;http://blogs.splunk.com/2015/10/01/use-custom-polygons-in-your-choropleth-maps/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But I cannot find any featureID after I put tutorial data to splunk and configured Xpath as posted on blog.&lt;BR /&gt;
KML file "cb_2014_us_cd114_500k.zip" is the same as posted in blog and splund.log said nothing about this.&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/66176-captured.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;Can anyone try tutorial data and get a featureID ?&lt;BR /&gt;
Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:36:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-any-featureID-in-Geospatial-Visualization/m-p/278992#M190437</guid>
      <dc:creator>sunrise</dc:creator>
      <dc:date>2020-09-29T07:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find any featureID in Geospatial Visualization.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-any-featureID-in-Geospatial-Visualization/m-p/278993#M190438</link>
      <description>&lt;P&gt;It looks like there was a typo in the blog post. &lt;CODE&gt;AFFGEOID&lt;/CODE&gt; needs to be in single quotes. So instead of &lt;BR /&gt;
&lt;CODE&gt;/Placemark/ExtendedData/SchemaData/SimpleData[@name=AFFGEOID]&lt;/CODE&gt;&lt;BR /&gt;
it should be&lt;BR /&gt;&lt;BR /&gt;
&lt;CODE&gt;/Placemark/ExtendedData/SchemaData/SimpleData[@name='AFFGEOID']&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;You might have to remove the &lt;CODE&gt;my_lookup&lt;/CODE&gt; folder from the &lt;CODE&gt;lookups&lt;/CODE&gt; directory where your KMZ sits so that the index is properly rebuilt.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 19:17:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-any-featureID-in-Geospatial-Visualization/m-p/278993#M190438</guid>
      <dc:creator>mporath_splunk</dc:creator>
      <dc:date>2015-10-13T19:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find any featureID in Geospatial Visualization.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-any-featureID-in-Geospatial-Visualization/m-p/278994#M190439</link>
      <description>&lt;P&gt;Thank you very much, Michael. &lt;BR /&gt;
I can get featureIds as values and the polygon as the following search.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="/opt/tutorial/www1/*"  index="www"
| iplocation clientip | search Country="United States" | search City!=""
| lookup my_lookup longitude as lon, latitude as lat
| stats count by featureId
| geom my_lookup
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Oct 2015 01:34:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-any-featureID-in-Geospatial-Visualization/m-p/278994#M190439</guid>
      <dc:creator>sunrise</dc:creator>
      <dc:date>2015-10-14T01:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find any featureID in Geospatial Visualization.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-any-featureID-in-Geospatial-Visualization/m-p/278995#M190440</link>
      <description>&lt;P&gt;The tutorial was very helpful. Can you explain why /Placemark/name wont work for the xpath?&lt;/P&gt;

&lt;P&gt;I am assuming because it wont return a unique number, but it seems to be consistent among the census kml files I have been using. &lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 15:31:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-any-featureID-in-Geospatial-Visualization/m-p/278995#M190440</guid>
      <dc:creator>jzapantis</dc:creator>
      <dc:date>2017-03-22T15:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find any featureID in Geospatial Visualization.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-any-featureID-in-Geospatial-Visualization/m-p/278996#M190441</link>
      <description>&lt;P&gt;Hi jzapantis,&lt;/P&gt;

&lt;P&gt;We've added some more information concerning XPath in the geospatial documentation here: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.0/Knowledge/Configuregeospatiallookups#Xpath_and_feature__id__element_example" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.0/Knowledge/Configuregeospatiallookups#Xpath_and_feature__id__element_example&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In the example, it won't work because the KML path is different from the default feature_id_element.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:56:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-any-featureID-in-Geospatial-Visualization/m-p/278996#M190441</guid>
      <dc:creator>myu_splunk</dc:creator>
      <dc:date>2020-09-29T13:56:09Z</dc:date>
    </item>
  </channel>
</rss>

