<?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: How to stream real-time search results into a summary index or another index? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134811#M36825</link>
    <description>&lt;P&gt;Hi&lt;BR /&gt;
I tried it. But failed. Im using splunk 6.1.9.&lt;BR /&gt;
Is Splunk version wrong?&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jan 2016 09:38:52 GMT</pubDate>
    <dc:creator>joy76</dc:creator>
    <dc:date>2016-01-06T09:38:52Z</dc:date>
    <item>
      <title>How to stream real-time search results into a summary index or another index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134806#M36820</link>
      <description>&lt;P&gt;I had some pre-processing requirement using splunk real-time search, so once I put together those results, I would like to stream the results of the real-time search in another index.   I couldn't figure out a way to do it, so I ended up writing a python script that kicks off a real-time search and pipes the results as scripted input. &lt;/P&gt;

&lt;P&gt;There's gotta be a better way of doing this!  Anybody had similar demands?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 15:26:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134806#M36820</guid>
      <dc:creator>clyde772</dc:creator>
      <dc:date>2015-04-14T15:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream real-time search results into a summary index or another index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134807#M36821</link>
      <description>&lt;P&gt;Try the &lt;STRONG&gt;collect&lt;/STRONG&gt; command. something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   ............ | collect index=newindex
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For more informations, take a look here: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.2/SearchReference/Collect"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.2/SearchReference/Collect&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 16:01:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134807#M36821</guid>
      <dc:creator>stephanefotso</dc:creator>
      <dc:date>2015-04-14T16:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream real-time search results into a summary index or another index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134808#M36822</link>
      <description>&lt;P&gt;Stephanefotso,  thanks for the reply!  Of course I have tried that, but with real-time search, it wound not write the results until I stop the search.  I am trying to make it to just stream into an index, as a real-time search crunches out the rows.   Let me know if you have any other thoughts.  &lt;/P&gt;

&lt;P&gt;Appreciate it!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2015 16:05:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134808#M36822</guid>
      <dc:creator>clyde772</dc:creator>
      <dc:date>2015-04-14T16:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream real-time search results into a summary index or another index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134809#M36823</link>
      <description>&lt;P&gt;Surprising! OK annother way to do it is to create an alert, wich, wen triggered, populate a summary index you have created. You can set a condition for the alert to be triggered as &lt;STRONG&gt;when the number of events is greatter than 0&lt;/STRONG&gt;, or setup a &lt;STRONG&gt;Real Time&lt;/STRONG&gt; alert. i did it and it is working perfectly!&lt;BR /&gt;
Let me know your impression!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 08:36:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134809#M36823</guid>
      <dc:creator>stephanefotso</dc:creator>
      <dc:date>2015-04-16T08:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream real-time search results into a summary index or another index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134810#M36824</link>
      <description>&lt;P&gt;Stephanefotso, That's a great idea.  It's great, how we can tweak Splunk to do anything huh?   Thanks!  Let me give it a shot!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 00:53:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134810#M36824</guid>
      <dc:creator>clyde772</dc:creator>
      <dc:date>2015-04-17T00:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream real-time search results into a summary index or another index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134811#M36825</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
I tried it. But failed. Im using splunk 6.1.9.&lt;BR /&gt;
Is Splunk version wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 09:38:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-stream-real-time-search-results-into-a-summary-index-or/m-p/134811#M36825</guid>
      <dc:creator>joy76</dc:creator>
      <dc:date>2016-01-06T09:38:52Z</dc:date>
    </item>
  </channel>
</rss>

