<?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: Convertion of sumologic query to splunk in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601499#M8868</link>
    <description>&lt;P&gt;they just have same timeframe that is why I'm wondering why in splunk has more than count. when it should be almost same count.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jun 2022 09:25:19 GMT</pubDate>
    <dc:creator>strawberry28</dc:creator>
    <dc:date>2022-06-13T09:25:19Z</dc:date>
    <item>
      <title>Why conversion of sumologic query to splunk getting different results?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601130#M8855</link>
      <description>&lt;P&gt;Sumologic Query:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;_source="VerizonCDN" 

| json field=_raw "path"
| json field=_raw "client_ip"
| json field=_raw "referer" | where %referer = ""  | where %status_code = 200
| json field=_raw "user_agent"
| count by %host,%path,%client_ip,%referer,%user_agent  | where _count &amp;gt;= 100
| order by _count desc&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;and my conversion to splunk:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;source="http:Emerson_P1CDN" AND status_code=200 AND referer="" 
| stats count by host,path,client_ip,referer,user_agent  | where count &amp;gt;= 100 | sort - count&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Do think I convert it right? because the result of splunk was different from sumologic.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 05:35:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601130#M8855</guid>
      <dc:creator>strawberry28</dc:creator>
      <dc:date>2022-06-10T05:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Convertion of sumologic query to splunk</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601137#M8857</link>
      <description>&lt;P&gt;It depends on how sumologic deals with null values. Splunk will only count the events if all the by fields (&lt;SPAN&gt;host,path,client_ip,referer,user_agent) are non-null. To test this, you could use fillnull&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;source="http:Emerson_P1CDN" AND status_code=200 AND referer="" 
| fillnull value="NULL"
| stats count by host,path,client_ip,referer,user_agent  | where count &amp;gt;= 100 | sort - count&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 09 Jun 2022 08:08:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601137#M8857</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-06-09T08:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Convertion of sumologic query to splunk</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601144#M8858</link>
      <description>&lt;P&gt;Thanks for answering but I'm having problem with the exact result of the query. it should be the same on sumologic. because right now our team is migrating to splunk.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 08:47:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601144#M8858</guid>
      <dc:creator>strawberry28</dc:creator>
      <dc:date>2022-06-09T08:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convertion of sumologic query to splunk</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601148#M8859</link>
      <description>&lt;P&gt;In what way are the results different?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 08:54:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601148#M8859</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-06-09T08:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Convertion of sumologic query to splunk</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601160#M8860</link>
      <description>&lt;P&gt;They throw a different result and same with the count.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 10:07:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601160#M8860</guid>
      <dc:creator>strawberry28</dc:creator>
      <dc:date>2022-06-09T10:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Convertion of sumologic query to splunk</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601163#M8861</link>
      <description>&lt;P&gt;If you don't wish to provide some details, you will need to work out under what circumstances the results are different, how are they different in detail, does this happen all the time, can you reduce the events until the difference goes away, then increase it to find out which events are causing the difference, and what it is about those events that are treated different by Splunk and sumologic.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 10:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601163#M8861</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-06-09T10:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convertion of sumologic query to splunk</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601477#M8864</link>
      <description>&lt;P&gt;I reduce it to status_code=200 then show the count of cdn 200 in total. it doubled the number in sumologic that is the first difference I notice.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 07:09:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601477#M8864</guid>
      <dc:creator>strawberry28</dc:creator>
      <dc:date>2022-06-13T07:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Convertion of sumologic query to splunk</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601479#M8865</link>
      <description>&lt;P&gt;Have a look at the events (run the search in verbose mode). Have the events been duplicated in Splunk? Have unexpected events been included?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 07:16:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601479#M8865</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-06-13T07:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Convertion of sumologic query to splunk</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601496#M8866</link>
      <description>&lt;P&gt;sorry for the confusion, what I mean is that it doubled the count result from sumologic. sample count is&lt;BR /&gt;&lt;BR /&gt;status code(200) sumologic= 100 count&lt;BR /&gt;status code (200) splunk = 250 count&lt;BR /&gt;&lt;BR /&gt;what could be the reason it doubles?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 09:09:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601496#M8866</guid>
      <dc:creator>strawberry28</dc:creator>
      <dc:date>2022-06-13T09:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Convertion of sumologic query to splunk</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601497#M8867</link>
      <description>&lt;P&gt;Timeframes could be different. Raw events could be different / include events from different sources. Field extraction could be different resulting in additional events being found.&lt;/P&gt;&lt;P&gt;You could try reducing your timeframes for both systems so you have a manageable number of results (100/250 sounds reasonably manageable but you could try for fewer), and compare which events are included in the splunk data set which aren't in the sumologic data set (and vice versa if appropriate).&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 09:21:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601497#M8867</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-06-13T09:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convertion of sumologic query to splunk</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601499#M8868</link>
      <description>&lt;P&gt;they just have same timeframe that is why I'm wondering why in splunk has more than count. when it should be almost same count.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 09:25:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601499#M8868</guid>
      <dc:creator>strawberry28</dc:creator>
      <dc:date>2022-06-13T09:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Convertion of sumologic query to splunk</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601501#M8869</link>
      <description>&lt;P&gt;Are the differences restricted to particular hosts,&amp;nbsp;paths, client_ips, referers, user_agents or across the board.&lt;/P&gt;&lt;P&gt;What about different times of the day, days of the week, etc., are the differences more pronounced at different times?&lt;/P&gt;&lt;P&gt;There does not appear to be anything amiss with the search you are doing, which means it is probably in the data being used by splunk compared to the data being used by sumologic.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 09:42:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Why-conversion-of-sumologic-query-to-splunk-getting-different/m-p/601501#M8869</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-06-13T09:42:15Z</dc:date>
    </item>
  </channel>
</rss>

