<?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: Creating subtotal counts of data from fields in the data using Splunk Enterprise in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Creating-subtotal-counts-of-data-from-fields-in-the-data-using/m-p/676861#M12362</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264714"&gt;@kentagous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can find many interesting videos in the YouTube Splunk Channel (&lt;A href="https://www.youtube.com/@Splunkofficial" target="_blank"&gt;https://www.youtube.com/@Splunkofficial&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;then you can find many free courses at&amp;nbsp;&lt;A href="https://www.splunk.com/en_us/training/free-courses/overview.html" target="_blank"&gt;https://www.splunk.com/en_us/training/free-courses/overview.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;At least I hint to follow the Splunk Search Tutorial that helps you to understand how to create a search (&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchTutorial/WelcometotheSearchTutorial" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchTutorial/WelcometotheSearchTutorial&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;About your request, it depends on the data you have (fields).&lt;/P&gt;&lt;P&gt;So if you have the src_ip field in your index, you could run something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index sourcetype=your_sourcetype earliest=-30d@d latest=now
| stats count BY src_ip&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2024 16:57:21 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-02-07T16:57:21Z</dc:date>
    <item>
      <title>Creating subtotal counts of data from fields in the data using Splunk Enterprise</title>
      <link>https://community.splunk.com/t5/Reporting/Creating-subtotal-counts-of-data-from-fields-in-the-data-using/m-p/676858#M12360</link>
      <description>&lt;P&gt;Thanks in advance for the assistance, I am very new to Splunk it is a great tool but I need some assistance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a filtered report with the following criteria.&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I am filtering the data down based on phishing, and now I need to grab each of the individual src_ip and count them.&amp;nbsp; over a 30 day period.&amp;nbsp; Unfortunately I do not know have a prelist of IP addresses based on all of the examples.&amp;nbsp; &amp;nbsp;My goal is to go down the list and count the number of occurrences in this list and show the report on a front panel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, any good books or video training for learning how to do advanced filtering in Splunk.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 16:50:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Creating-subtotal-counts-of-data-from-fields-in-the-data-using/m-p/676858#M12360</guid>
      <dc:creator>kentagous</dc:creator>
      <dc:date>2024-02-07T16:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating subtotal counts of data from fields in the data using Splunk Enterprise</title>
      <link>https://community.splunk.com/t5/Reporting/Creating-subtotal-counts-of-data-from-fields-in-the-data-using/m-p/676860#M12361</link>
      <description>&lt;P&gt;Assuming you already have the src_ip field already extracted correctly, you could try something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| stats count by src_ip&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 07 Feb 2024 16:53:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Creating-subtotal-counts-of-data-from-fields-in-the-data-using/m-p/676860#M12361</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-02-07T16:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating subtotal counts of data from fields in the data using Splunk Enterprise</title>
      <link>https://community.splunk.com/t5/Reporting/Creating-subtotal-counts-of-data-from-fields-in-the-data-using/m-p/676861#M12362</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264714"&gt;@kentagous&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can find many interesting videos in the YouTube Splunk Channel (&lt;A href="https://www.youtube.com/@Splunkofficial" target="_blank"&gt;https://www.youtube.com/@Splunkofficial&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;then you can find many free courses at&amp;nbsp;&lt;A href="https://www.splunk.com/en_us/training/free-courses/overview.html" target="_blank"&gt;https://www.splunk.com/en_us/training/free-courses/overview.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;At least I hint to follow the Splunk Search Tutorial that helps you to understand how to create a search (&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchTutorial/WelcometotheSearchTutorial" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/latest/SearchTutorial/WelcometotheSearchTutorial&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;About your request, it depends on the data you have (fields).&lt;/P&gt;&lt;P&gt;So if you have the src_ip field in your index, you could run something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index sourcetype=your_sourcetype earliest=-30d@d latest=now
| stats count BY src_ip&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 16:57:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Creating-subtotal-counts-of-data-from-fields-in-the-data-using/m-p/676861#M12362</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-02-07T16:57:21Z</dc:date>
    </item>
  </channel>
</rss>

