<?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: Collecting huge volume of data in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/652890#M225611</link>
    <description>&lt;P&gt;You can use the collect command and specify the index and sourcetype (although I think this may add to your license usage, whereas if you default the source type it becomes stash which I think avoids additional license usage, but you should check that). You might want to check back with your admins as to why you can't use a different index (as this also gives you the potential for different retention periods and storage options).&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2023 12:01:05 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2023-08-02T12:01:05Z</dc:date>
    <item>
      <title>How to collect a huge volume of data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/652884#M225605</link>
      <description>&lt;P&gt;Hello Splunk Experts,&lt;/P&gt;
&lt;P&gt;I'm searching for ERRORS and WARN in the application from different servers and trying to collect these log lines to a stored area(Summary Index - may be Sourcetype) to avoid searching again &amp;amp; again on a huge volume of data. I don't want to use lookup because of the data volume. What is the procedure to get this done. Could someone please assist. Thanks in advance!!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 20:27:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/652884#M225605</guid>
      <dc:creator>Thulasinathan_M</dc:creator>
      <dc:date>2023-08-02T20:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting huge volume of data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/652888#M225609</link>
      <description>&lt;P&gt;You need to create (or ask your administrators to create) an index. You can then schedule a report to extract a subset of the results and add them to the summary index with the collect command. Depending on what you want in your summary index and how you are going to process it afterwards, you may have to consider making the update to the summary index idempotent to avoid adding the same information to the summary index multiple times.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 11:29:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/652888#M225609</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-08-02T11:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting huge volume of data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/652889#M225610</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;. Thanks for the info, using same index would be fine just I want it to get written in either a new file in new soucetype or a new log file on same sourcetype. I've checked with our Admins, they're advising to do it application level. So just trying to understand why it's not feasible from splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 11:51:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/652889#M225610</guid>
      <dc:creator>Thulasinathan_M</dc:creator>
      <dc:date>2023-08-02T11:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting huge volume of data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/652890#M225611</link>
      <description>&lt;P&gt;You can use the collect command and specify the index and sourcetype (although I think this may add to your license usage, whereas if you default the source type it becomes stash which I think avoids additional license usage, but you should check that). You might want to check back with your admins as to why you can't use a different index (as this also gives you the potential for different retention periods and storage options).&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 12:01:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/652890#M225611</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-08-02T12:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting huge volume of data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/653026#M225646</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks again!! License usage is not a problem in our case. I just need these to stored in a dedicated path, instead of storing in stash. Is there any article/ links I could refere to, could you please kindly help!!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 09:25:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/653026#M225646</guid>
      <dc:creator>Thulasinathan_M</dc:creator>
      <dc:date>2023-08-03T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Collecting huge volume of data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/653036#M225651</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.0/SearchReference/Collect" target="_blank"&gt;collect - Splunk Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ITWhisperer_0-1691055931129.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/26622i1DFE3F8794C662AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ITWhisperer_0-1691055931129.png" alt="ITWhisperer_0-1691055931129.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 09:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-collect-a-huge-volume-of-data/m-p/653036#M225651</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-08-03T09:45:38Z</dc:date>
    </item>
  </channel>
</rss>

