<?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: Timechart with TIME, IPADDRESS and count in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Timechart-with-TIME-IPADDRESS-and-count/m-p/583502#M203190</link>
    <description>&lt;P&gt;It's not obvious whether you have problem with extraction or doing the stats.&lt;/P&gt;&lt;P&gt;But assuming your data is not parsed at all, you need something like that&lt;/P&gt;&lt;PRE&gt;&amp;lt;your index/sourcetype selection&amp;gt; login.jsp&lt;BR /&gt;| rex "new\srequest:\s(?&amp;lt;IPADDR&amp;gt;\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})"&lt;BR /&gt;| timechart span=1m count by IPADDR &lt;/PRE&gt;</description>
    <pubDate>Thu, 03 Feb 2022 09:30:34 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2022-02-03T09:30:34Z</dc:date>
    <item>
      <title>Timechart with TIME, IPADDRESS and count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-with-TIME-IPADDRESS-and-count/m-p/583499#M203187</link>
      <description>&lt;P class=""&gt;Hi All,&lt;/P&gt;&lt;P class=""&gt;I have below splunk data:&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"new&lt;/SPAN&gt; &lt;SPAN class=""&gt;request:&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;127.0.0.1&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN class=""&gt;url=login.jsp"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;which contains the IPADDRESS (EX:&lt;SPAN class=""&gt;127.0.0.1&lt;/SPAN&gt;) and the URL (login.jsp)&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I want to show a table which displays Number of requests made to (login.jsp) from every IPADDRESS on minute basis like below :&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;TimeStamp(Minutes)&amp;nbsp; IPADDRESS&amp;nbsp; COUNT&lt;/P&gt;&lt;P class=""&gt;2022-01-13 22:03:00 ipaddress1 count1&lt;/P&gt;&lt;P class=""&gt;2022-01-13 22:03:00 ipaddress2 count2&lt;/P&gt;&lt;P class=""&gt;2022-01-13 22:03:00 ipaddress3 count3&lt;/P&gt;&lt;P class=""&gt;2022-01-13 22:04:00 ipaddress1 count1&lt;/P&gt;&lt;P class=""&gt;2022-01-13 22:04:00 ipaddress2 count2&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;which displays the count in descending order.&lt;/P&gt;&lt;P class=""&gt;Please advise how to achieve this ?&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Thanks&lt;/P&gt;&lt;P class=""&gt;2022-01-13 22:04:00 ipaddress3 count3&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 09:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-with-TIME-IPADDRESS-and-count/m-p/583499#M203187</guid>
      <dc:creator>yatyat</dc:creator>
      <dc:date>2022-02-03T09:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart with TIME, IPADDRESS and count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-with-TIME-IPADDRESS-and-count/m-p/583502#M203190</link>
      <description>&lt;P&gt;It's not obvious whether you have problem with extraction or doing the stats.&lt;/P&gt;&lt;P&gt;But assuming your data is not parsed at all, you need something like that&lt;/P&gt;&lt;PRE&gt;&amp;lt;your index/sourcetype selection&amp;gt; login.jsp&lt;BR /&gt;| rex "new\srequest:\s(?&amp;lt;IPADDR&amp;gt;\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})"&lt;BR /&gt;| timechart span=1m count by IPADDR &lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Feb 2022 09:30:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-with-TIME-IPADDRESS-and-count/m-p/583502#M203190</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-02-03T09:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart with TIME, IPADDRESS and count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-with-TIME-IPADDRESS-and-count/m-p/583504#M203192</link>
      <description>&lt;P&gt;It displays the data in this manner. It is difficult to get the data sorted by count manually.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sample" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17804i27BBAC9840D985C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-02-03 at 3.12.31 PM.png" alt="sample" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;sample&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to get the highest number of requests made by an IPADDRESS in a minute. Can you please help?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 09:44:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-with-TIME-IPADDRESS-and-count/m-p/583504#M203192</guid>
      <dc:creator>yatyat</dc:creator>
      <dc:date>2022-02-03T09:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Timechart with TIME, IPADDRESS and count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timechart-with-TIME-IPADDRESS-and-count/m-p/583529#M203211</link>
      <description>&lt;P&gt;Ahh, right. The timechart indeed does many separate series. You can do it a bit differently.&lt;/P&gt;&lt;PRE&gt;&amp;lt;your index/sourcetype selection&amp;gt; login.jsp&lt;BR /&gt;| rex "new\srequest:\s(?&amp;lt;IPADDR&amp;gt;\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})"&lt;BR /&gt;| bin _time span=1m&lt;BR /&gt;| stats count by IPADDR _time&lt;BR /&gt;| sort - count&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 11:20:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timechart-with-TIME-IPADDRESS-and-count/m-p/583529#M203211</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-02-03T11:20:55Z</dc:date>
    </item>
  </channel>
</rss>

