<?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: Custom cluster map complex issue- join command not giving results wanted in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Custom-cluster-map-complex-issue-Why-is-join-command-not-giving/m-p/588141#M204826</link>
    <description>&lt;P&gt;perfect it's better without join!&lt;/P&gt;&lt;P&gt;but I have the same issue&lt;/P&gt;&lt;P&gt;I f I have a look for a specificic site like MONTE CARLO, you cans see that I found 11 events&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_0-1646803402639.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18380i71578493CA3B9287/image-size/large?v=v2&amp;amp;px=999" role="button" title="jip31_0-1646803402639.png" alt="jip31_0-1646803402639.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;so why in this area I found only 2 markers correso&lt;/P&gt;&lt;P&gt;ponding to 6 events instead 12?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_1-1646803522546.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18381i5A5506416CE2ACB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jip31_1-1646803522546.png" alt="jip31_1-1646803522546.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 05:29:21 GMT</pubDate>
    <dc:creator>jip31</dc:creator>
    <dc:date>2022-03-09T05:29:21Z</dc:date>
    <item>
      <title>Custom cluster map complex issue: Why is join command not giving results wanted?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-cluster-map-complex-issue-Why-is-join-command-not-giving/m-p/588071#M204803</link>
      <description>&lt;P&gt;hi&lt;/P&gt;
&lt;P&gt;I use the search below in order to display markers on a map&lt;/P&gt;
&lt;P&gt;As you can see, I use a join command in order to cross events by site between the lookup and the search&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=toto sourcetype=tutu
| stats count as PbPerf by site sam 
| search PbPerf &amp;gt; 10 
| stats dc(sam) as nbsam by site 
| where isnotnull(site) 
| join type=left site 
    [| inputlookup BpLtLg.csv 
    | rename siteName as site 
    | fields site latitude longitude ] 
| table site nbsam latitude longitude
| geostats latfield=latitude longfield=longitude globallimit=0 count(nbsam)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the problem is that I have a difference between the marker displayed on the map and the reality&lt;/P&gt;
&lt;P&gt;For example, If I do a focus on a specific site like MONTE CARLO, I have 10 events&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_2-1646757291577.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18368i9F5CB7541B53A18D/image-size/large?v=v2&amp;amp;px=999" role="button" title="jip31_2-1646757291577.png" alt="jip31_2-1646757291577.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But on the map, I just have 2 markers in this area with a count equal to 6 instead 10 even if I play with the zoom&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_1-1646757133569.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18367iD52DA90F8A849E0F/image-size/large?v=v2&amp;amp;px=999" role="button" title="jip31_1-1646757133569.png" alt="jip31_1-1646757133569.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;so i understand nothing&lt;/P&gt;
&lt;P&gt;Is it possible that this issue comes from the joind command?&lt;/P&gt;
&lt;P&gt;If yes, is there another solution to improve my search?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 21:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-cluster-map-complex-issue-Why-is-join-command-not-giving/m-p/588071#M204803</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-03-08T21:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom cluster map complex issue- join command not giving results wanted</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-cluster-map-complex-issue-Why-is-join-command-not-giving/m-p/588100#M204807</link>
      <description>&lt;P&gt;Rather than join + inputlookup, try lookup&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=toto sourcetype=tutu
| stats count as PbPerf by site sam 
| search PbPerf &amp;gt; 10 
| stats dc(sam) as nbsam by site 
| where isnotnull(site) 
| lookup BpLtLg.csv siteName AS site OUTPUT latitude longitude 
| table site nbsam latitude longitude
| geostats latfield=latitude longfield=longitude globallimit=0 count(nbsam)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 08 Mar 2022 18:45:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-cluster-map-complex-issue-Why-is-join-command-not-giving/m-p/588100#M204807</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-08T18:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom cluster map complex issue- join command not giving results wanted</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-cluster-map-complex-issue-Why-is-join-command-not-giving/m-p/588141#M204826</link>
      <description>&lt;P&gt;perfect it's better without join!&lt;/P&gt;&lt;P&gt;but I have the same issue&lt;/P&gt;&lt;P&gt;I f I have a look for a specificic site like MONTE CARLO, you cans see that I found 11 events&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_0-1646803402639.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18380i71578493CA3B9287/image-size/large?v=v2&amp;amp;px=999" role="button" title="jip31_0-1646803402639.png" alt="jip31_0-1646803402639.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;so why in this area I found only 2 markers correso&lt;/P&gt;&lt;P&gt;ponding to 6 events instead 12?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jip31_1-1646803522546.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/18381i5A5506416CE2ACB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jip31_1-1646803522546.png" alt="jip31_1-1646803522546.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 05:29:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-cluster-map-complex-issue-Why-is-join-command-not-giving/m-p/588141#M204826</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-03-09T05:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom cluster map complex issue- join command not giving results wanted</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-cluster-map-complex-issue-Why-is-join-command-not-giving/m-p/588159#M204833</link>
      <description>&lt;P&gt;Does this work for you?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| geostats latfield=latitude longfield=longitude globallimit=0 sum(nbsam)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 09 Mar 2022 07:19:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-cluster-map-complex-issue-Why-is-join-command-not-giving/m-p/588159#M204833</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-03-09T07:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom cluster map complex issue- join command not giving results wanted</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Custom-cluster-map-complex-issue-Why-is-join-command-not-giving/m-p/588164#M204834</link>
      <description>&lt;P&gt;it's better now, you are the best!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 07:24:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Custom-cluster-map-complex-issue-Why-is-join-command-not-giving/m-p/588164#M204834</guid>
      <dc:creator>jip31</dc:creator>
      <dc:date>2022-03-09T07:24:37Z</dc:date>
    </item>
  </channel>
</rss>

