<?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 How to access the raw data collected by Splunk? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-access-the-raw-data-collected-by-Splunk/m-p/469121#M192014</link>
    <description>&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;I want to access the log files from Web servers, Micro Services, by protocol (HTTP, SOAP, FTP, etc.) or Databases. &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;What are the aggregates which Splunk avails to user via the Splunk interface? (We know about volumes and response time but would like to know other protocols like return codes, etc.)&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Thu, 29 Aug 2019 19:09:17 GMT</pubDate>
    <dc:creator>sc2019</dc:creator>
    <dc:date>2019-08-29T19:09:17Z</dc:date>
    <item>
      <title>How to access the raw data collected by Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-access-the-raw-data-collected-by-Splunk/m-p/469121#M192014</link>
      <description>&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;I want to access the log files from Web servers, Micro Services, by protocol (HTTP, SOAP, FTP, etc.) or Databases. &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;What are the aggregates which Splunk avails to user via the Splunk interface? (We know about volumes and response time but would like to know other protocols like return codes, etc.)&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 29 Aug 2019 19:09:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-access-the-raw-data-collected-by-Splunk/m-p/469121#M192014</guid>
      <dc:creator>sc2019</dc:creator>
      <dc:date>2019-08-29T19:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the raw data collected by Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-access-the-raw-data-collected-by-Splunk/m-p/469122#M192015</link>
      <description>&lt;P&gt;I suggest you start from here:(Splunk Search Tutorial) &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.1/SearchTutorial/Startsearching"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.1/SearchTutorial/Startsearching&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;If you still have question about specific query/report that want to generate, then provide little more detailed requirement, sample data and expected output.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 20:17:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-access-the-raw-data-collected-by-Splunk/m-p/469122#M192015</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-08-29T20:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the raw data collected by Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-access-the-raw-data-collected-by-Splunk/m-p/469123#M192016</link>
      <description>&lt;P&gt;Splunk takes the raw data an indexes it, you can then run searches against the data.&lt;/P&gt;

&lt;P&gt;You can access the data by running searches in Splunk, which can be done via the REST API:&lt;BR /&gt;
&lt;A href="https://dev.splunk.com/restapi"&gt;https://dev.splunk.com/restapi&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The following is a list of the aggregate functions that can be used:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.1/SearchReference/Stats"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.1/SearchReference/Stats&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Via rest, you could run a basic search like "index=*" , which would return the raw events.  &lt;/P&gt;

&lt;P&gt;You use the stats functions against fields in the data, "index=* | stats sum(kb) as "kb sent" by host"&lt;/P&gt;

&lt;P&gt;What aggregates you can calculate will depend on the data you have, and what fields are available.&lt;BR /&gt;&lt;BR /&gt;
Splunk has several add-on available for parsing and reporting on data from common tools, systems, etc..&lt;/P&gt;</description>
      <pubDate>Thu, 29 Aug 2019 20:18:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-access-the-raw-data-collected-by-Splunk/m-p/469123#M192016</guid>
      <dc:creator>solarboyz1</dc:creator>
      <dc:date>2019-08-29T20:18:42Z</dc:date>
    </item>
  </channel>
</rss>

