<?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 Statistics to Choropleth map in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486174#M59772</link>
    <description>&lt;P&gt;I am trying to draw a map from coordinate data.&lt;BR /&gt;
Originally a geojson format file, so I did not create &lt;CODE&gt;lookup&lt;/CODE&gt; and imported it into Index.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;count   featureId   geom
1289    Yokohama    { "type": "Polygon", "coordinates": [ [ [ 139.67603133597743, 35.45629161326741 ], [ 139.67587019455391, 35.455984838329698 ], [ 139.67581192028399, 35.455874054444109 ], [ 139.67579549866343, 35.455865027049413 ], [ 139.6757730219075, 35.455862386639865 ], [ 139.67574019485414, 35.45586863962609 ], [ 139.6757145012233, 35.455885386801185 ], [ 139.67570430560932, 35.455912585897181 ], [ 139.67576016879684, 35.456023531660719 ], [ 139.67582211409933, 35.456004135082821 ], [ 139.67586997421995, 35.456092360374164 ], [ 139.67594143974566, 35.456223891619345 ], [ 139.67593316508362, 35.45623641377955 ], [ 139.67595422810518, 35.456285026632713 ], [ 139.67597513644341, 35.45629405402741 ], [ 139.675981284209, 35.456309107779134 ], [ 139.67603133597743, 35.45629161326741 ] ] ] }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is my &lt;EM&gt;Statistics&lt;/EM&gt; result.&lt;BR /&gt;
I want to visualization &lt;EM&gt;Choropleth map&lt;/EM&gt;. But I can't.&lt;BR /&gt;
I think  the information is enough , but what is missing?&lt;/P&gt;</description>
    <pubDate>Sun, 12 Jan 2020 00:28:44 GMT</pubDate>
    <dc:creator>to4kawa</dc:creator>
    <dc:date>2020-01-12T00:28:44Z</dc:date>
    <item>
      <title>Statistics to Choropleth map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486174#M59772</link>
      <description>&lt;P&gt;I am trying to draw a map from coordinate data.&lt;BR /&gt;
Originally a geojson format file, so I did not create &lt;CODE&gt;lookup&lt;/CODE&gt; and imported it into Index.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;count   featureId   geom
1289    Yokohama    { "type": "Polygon", "coordinates": [ [ [ 139.67603133597743, 35.45629161326741 ], [ 139.67587019455391, 35.455984838329698 ], [ 139.67581192028399, 35.455874054444109 ], [ 139.67579549866343, 35.455865027049413 ], [ 139.6757730219075, 35.455862386639865 ], [ 139.67574019485414, 35.45586863962609 ], [ 139.6757145012233, 35.455885386801185 ], [ 139.67570430560932, 35.455912585897181 ], [ 139.67576016879684, 35.456023531660719 ], [ 139.67582211409933, 35.456004135082821 ], [ 139.67586997421995, 35.456092360374164 ], [ 139.67594143974566, 35.456223891619345 ], [ 139.67593316508362, 35.45623641377955 ], [ 139.67595422810518, 35.456285026632713 ], [ 139.67597513644341, 35.45629405402741 ], [ 139.675981284209, 35.456309107779134 ], [ 139.67603133597743, 35.45629161326741 ] ] ] }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is my &lt;EM&gt;Statistics&lt;/EM&gt; result.&lt;BR /&gt;
I want to visualization &lt;EM&gt;Choropleth map&lt;/EM&gt;. But I can't.&lt;BR /&gt;
I think  the information is enough , but what is missing?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jan 2020 00:28:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486174#M59772</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-12T00:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics to Choropleth map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486175#M59773</link>
      <description>&lt;P&gt;What if you change your type from "Polygon" to "MultiPolygon"?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 17:04:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486175#M59773</guid>
      <dc:creator>rmmiller</dc:creator>
      <dc:date>2020-01-13T17:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics to Choropleth map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486176#M59774</link>
      <description>&lt;P&gt;I changed it like below, but it was no good.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| eval geom=replace(geom,"Polygon","MultiPolygon")&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 19:42:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486176#M59774</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-13T19:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics to Choropleth map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486177#M59775</link>
      <description>&lt;P&gt;I think it's because you're missing a field in your result named &lt;STRONG&gt;featureCollection&lt;/STRONG&gt;.  Without it, choropleth seems confused about what to do with your result.&lt;/P&gt;

&lt;P&gt;I was able to recreate this problem using generated data.  Your JSON is missing a set of brackets around the coordinates, but that didn't seem to make any difference in my tests.  I tried replacing the quad brackets with the triple that appear in your output -- no difference.  The same is true with differences in whitespace between your JSON and the output of geom.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults count=50
| eval raw=split("8.8.8.8,50.19.98.133,54.204.12.32,13.32.83.121",",")
| eval src_ip=mvindex(raw,random()%4)
| iplocation src_ip
| fields - raw
| stats count by Region
| rename Region as featureId
| geom geo_us_states
| eval geom=replace(geom,"\[\[\[\[","[ [ [ ")
| eval geom=replace(geom,"\]\]\]\]","] ] ] ")
| eval geom=replace(geom,"MultiPolygon","Polygon")
`comment("Uncomment the line immediately below to break choropleth")`
`comment("| fields - featureCollection")`
`comment("You will need to change the visualization to something")`
`comment("else and back to choropleth or you will see cache effects")`
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;IP addresses are for Google DNS, answers.splunk.com, and conf.splunk.com&lt;BR /&gt;
My guess is if you have a &lt;STRONG&gt;featureCollection&lt;/STRONG&gt; field, choropleth will start working as expected.&lt;/P&gt;

&lt;P&gt;Hope that helps!&lt;BR /&gt;
rmmiller&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 17:55:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486177#M59775</guid>
      <dc:creator>rmmiller</dc:creator>
      <dc:date>2020-01-15T17:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics to Choropleth map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486178#M59776</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;BR /&gt;
This works fine. I will try various things.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 18:48:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486178#M59776</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-15T18:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics to Choropleth map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486179#M59777</link>
      <description>&lt;P&gt;e.g. 1:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval featureCollection="geo_countries"
| eval count=1
| eval featureId="Afghanistan" 
| eval geom="{\"type\":\"MultiPolygon\",\"coordinates\":[[[[71.0498046875,38.40866470336914],[71.65302276611328,36.68701171875],[74.89230346679688,37.23111343383789],[71.22307586669922,36.12539291381836],[69.04010772705078,31.673107147216797],[65.03636932373047,29.5401611328125],[60.84437942504883,29.858179092407227],[61.269676208496094,35.618499755859375],[71.0498046875,38.40866470336914]]]]}"
| table count featureCollection featureId geom
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H2&gt;Result: Bad&lt;/H2&gt;

&lt;P&gt;e.g. 2:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval featureCollection="geo_countries"
| eval count=1
| eval featureId="Afghanistan" 
| eval geom="{\"type\":\"MultiPolygon\",\"coordinates\":[[[[71.0498046875,38.40866470336914],[71.65302276611328,36.68701171875],[74.89230346679688,37.23111343383789],[71.22307586669922,36.12539291381836],[69.04010772705078,31.673107147216797],[65.03636932373047,29.5401611328125],[60.84437942504883,29.858179092407227],[61.269676208496094,35.618499755859375],[71.0498046875,38.40866470336914]]]]}"
| table count featureCollection featureId geom
| geom geo_countries
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H2&gt;Result: OK&lt;/H2&gt;

&lt;P&gt;e.g. 3:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval featureCollection="geo_countries"
| eval count=1
| eval featureId="Afghanistan" 
| eval geom="{\"type\":\"MultiPolygon\",\"coordinates\":[[[[71.0498046875,38.40866470336914],[71.65302276611328,36.68701171875],[74.89230346679688,37.23111343383789],[71.22307586669922,36.12539291381836],[69.04010772705078,31.673107147216797],[65.03636932373047,29.5401611328125],[60.84437942504883,29.858179092407227],[61.269676208496094,35.618499755859375],[71.0498046875,38.40866470336914]]]]}"
| table count featureCollection featureId geom
| appendpipe 
    [| geom geo_countries]
| dedup geom
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H2&gt;Result: Bad&lt;/H2&gt;

&lt;P&gt;e.g. 4:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval featureCollection="geo_countries"
| eval count=1
| eval featureId="Afghanistan" 
| eval geom="{\"type\":\"MultiPolygon\",\"coordinates\":[[[[71.0498046875,38.40866470336914],[71.65302276611328,36.68701171875],[74.89230346679688,37.23111343383789],[71.22307586669922,36.12539291381836],[69.04010772705078,31.673107147216797],[65.03636932373047,29.5401611328125],[60.84437942504883,29.858179092407227],[61.269676208496094,35.618499755859375],[71.0498046875,38.40866470336914]]]]}"
| table count featureCollection featureId geom
| appendpipe 
    [| geom geo_countries]
    | reverse
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H2&gt;Result: OK&lt;/H2&gt;

&lt;P&gt;e.g. 5:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval featureCollection="geo_countries"
| eval count=1
| eval featureId="Afghanistan" 
| eval geom="{\"type\":\"MultiPolygon\",\"coordinates\":[[[[71.0498046875,38.40866470336914],[71.65302276611328,36.68701171875],[74.89230346679688,37.23111343383789],[71.22307586669922,36.12539291381836],[69.04010772705078,31.673107147216797],[65.03636932373047,29.5401611328125],[60.84437942504883,29.858179092407227],[61.269676208496094,35.618499755859375],[71.0498046875,38.40866470336914]]]]}"
| table count featureCollection featureId geom
| appendpipe 
    [| geom geo_countries]
    | stats values(*) as *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H2&gt;Result:Bad&lt;/H2&gt;

&lt;P&gt;e.g. 6:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval featureCollection="geo_countries"
| eval count=1
| eval featureId="Afghanistan" 
| eval geom="{\"type\":\"MultiPolygon\",\"coordinates\":[[[[71.0498046875,38.40866470336914],[71.65302276611328,36.68701171875],[74.89230346679688,37.23111343383789],[71.22307586669922,36.12539291381836],[69.04010772705078,31.673107147216797],[65.03636932373047,29.5401611328125],[60.84437942504883,29.858179092407227],[61.269676208496094,35.618499755859375],[71.0498046875,38.40866470336914]]]]}"
| table count featureCollection featureId geom
| appendpipe 
    [| geom geo_countries]
    | reverse
    | stats values(*) as *
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;H2&gt;Result: sametimes OK&lt;/H2&gt;

&lt;P&gt;All &lt;CODE&gt;stats&lt;/CODE&gt; result is 1 line.&lt;BR /&gt;
wow , what's happen? Statistics results are same, but Visualization is different.&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;e.g.6&lt;/EM&gt; appears to indicate that your browser has cache.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 01:25:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486179#M59777</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-16T01:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics to Choropleth map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486180#M59778</link>
      <description>&lt;P&gt;Wow!  For each one of those tests, did you change your visualization away from choropleth and back to choropleth?  That was the only way I could work around the caching of the previous result.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 02:21:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486180#M59778</guid>
      <dc:creator>rmmiller</dc:creator>
      <dc:date>2020-01-16T02:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics to Choropleth map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486181#M59779</link>
      <description>&lt;P&gt;No, I didn't. &lt;BR /&gt;
I'll try later.&lt;BR /&gt;
thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 04:05:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486181#M59779</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-16T04:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics to Choropleth map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486182#M59780</link>
      <description>&lt;P&gt;e.g. A&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup geo_us_states
| head 1
| transpose
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Results:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;column  row 1
_featureIdField featureId
count   0
featureCollection   geo_us_states
featureId   Alabama
geom    {"type":"MultiPolygon","coordinates":[[[[-88.31002807617188,30.233232498168945],[-88.31002807617188,30.233232498168945]]],[[[-88.47322845458984,31.893856048583984],[-88.20295715332031,35.008026123046875],[-85.60516357421875,34.984676361083984],[-85.00250244140625,31.000682830810547],[-88.02840423583984,30.221132278442383],[-88.47322845458984,31.893856048583984]]]]}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There is &lt;CODE&gt;_featureIdField&lt;/CODE&gt; . If you delete this field (e.g. &lt;CODE&gt;|fields - _featureIdField&lt;/CODE&gt; ) , &lt;EM&gt;Choropleth Map&lt;/EM&gt; will not work properly.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;e.g. B1&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup geo_us_states
| head 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;e.g. B2&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup geo_us_states
| head 1
| fields -  featureId
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It is easy to understand when compared. &lt;BR /&gt;
If you delete &lt;CODE&gt;featureId&lt;/CODE&gt;, it will be drawn only with the coordinates specified in &lt;CODE&gt;geom&lt;/CODE&gt; .&lt;BR /&gt;
What data are Splunk using?&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;e.g. C&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup geo_us_states
| head 1
| fields -  featureId
| eval geom=replace(geom,"MultiPolygon","Polygon")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Result: Bad&lt;BR /&gt;
From this result, &lt;CODE&gt;type&lt;/CODE&gt; is only &lt;EM&gt;MultiPolygon&lt;/EM&gt; . The way of specifying coordinates is different.&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;e.g. D&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval featureCollection="geo_us_states" 
| eval _featureIdField="featureId" 
| eval geom="{\"type\":\"MultiPolygon\",\"coordinates\":[[-88.31002807617188,30.233232498168945],[-88.31002807617188,30.233232498168945],[-88.47322845458984,31.893856048583984],[-88.20295715332031,35.008026123046875],[-85.60516357421875,34.984676361083984],[-85.00250244140625,31.000682830810547],[-88.02840423583984,30.221132278442383],[-88.47322845458984,31.893856048583984]]}" 
| eval count=1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Result:OK&lt;BR /&gt;
I modified the coordinate of  &lt;EM&gt;Alabama&lt;/EM&gt; . please compare &lt;EM&gt;e.g. A&lt;/EM&gt;&lt;BR /&gt;
From this result, If the coordinates are correct, display is possible.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 06:56:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486182#M59780</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-17T06:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics to Choropleth map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486183#M59781</link>
      <description>&lt;P&gt;As a result of the investigation, the coordinates I prepared were wrong.&lt;/P&gt;

&lt;P&gt;To draw on the &lt;EM&gt;Choropleth map&lt;/EM&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Correct coordinates&lt;/LI&gt;
&lt;LI&gt;Prepare each &lt;CODE&gt;count&lt;/CODE&gt; &lt;CODE&gt;_featureIdField&lt;/CODE&gt; &lt;CODE&gt;featureCollection&lt;/CODE&gt; &lt;CODE&gt;geom&lt;/CODE&gt; fields&lt;/LI&gt;
&lt;LI&gt; The setting of &lt;CODE&gt;_featureIdField&lt;/CODE&gt;  is &lt;CODE&gt;|eval _featureIdField = "featureId"&lt;/CODE&gt; . If there is &lt;STRONG&gt;not&lt;/STRONG&gt; &lt;CODE&gt;featureId&lt;/CODE&gt;, no problem, too.&lt;/LI&gt;
&lt;LI&gt;The type of &lt;CODE&gt;geom&lt;/CODE&gt; is &lt;EM&gt;MultiPolygon&lt;/EM&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;You need these.&lt;/P&gt;

&lt;P&gt;cf. &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/Viz/IplocationChoropleth"&gt;IplocationChoropleth&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 07:11:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486183#M59781</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-17T07:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics to Choropleth map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486184#M59782</link>
      <description>&lt;P&gt;Great investigation, @to4kawa!!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 15:01:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486184#M59782</guid>
      <dc:creator>rmmiller</dc:creator>
      <dc:date>2020-01-17T15:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Statistics to Choropleth map</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486185#M59783</link>
      <description>&lt;P&gt;Thank you @rmmiller&lt;BR /&gt;
I have to find accurate coordinate information &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
Also, in this case&lt;BR /&gt;
I understand the behavior of &lt;CODE&gt;dedup&lt;/CODE&gt; and &lt;CODE&gt;stats values ()&lt;/CODE&gt;.&lt;BR /&gt;
These hold on top.&lt;BR /&gt;
The order of the logs is important.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jan 2020 00:18:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Statistics-to-Choropleth-map/m-p/486185#M59783</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-18T00:18:54Z</dc:date>
    </item>
  </channel>
</rss>

