<?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: Ability to add to search without re-running entire search? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370090#M108995</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3121i88A29D7F63D5026C/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2017 14:54:46 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2017-06-23T14:54:46Z</dc:date>
    <item>
      <title>Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370084#M108989</link>
      <description>&lt;P&gt;hI,&lt;/P&gt;

&lt;P&gt;I've been asked if there is a way to add/extend a search without re-running it in it's entirety.  Apparently, the open-source competitor (that "E" word) provides that functionality.  Never seen this in Splunk, be a nice add... is there a way to do it?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 12:46:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370084#M108989</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-06-23T12:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370085#M108990</link>
      <description>&lt;P&gt;Yes, you can use &lt;CODE&gt;|savedsearch&lt;/CODE&gt; to access the search string or &lt;CODE&gt;|loadjob&lt;/CODE&gt; to access the search results.  You can also dump the search's output to a file with &lt;CODE&gt;|outputcsv&lt;/CODE&gt; and then pull those results back in at any time with &lt;CODE&gt;|inputcsv&lt;/CODE&gt;.  You can also create &lt;CODE&gt;eventttypes&lt;/CODE&gt; to refer to partial search strings and then do a search starting with &lt;CODE&gt;eventtype=myEventType&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 13:08:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370085#M108990</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-23T13:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370086#M108991</link>
      <description>&lt;P&gt;Go to settings -&amp;gt; searches, reports, and alerts -&amp;gt; find the search -&amp;gt; click on its name -&amp;gt; modify it -&amp;gt; click save.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 13:25:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370086#M108991</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-06-23T13:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370087#M108992</link>
      <description>&lt;P&gt;Thanks!  Had not thought of the eventtype one... that's a good one. &lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 13:43:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370087#M108992</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-06-23T13:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370088#M108993</link>
      <description>&lt;P&gt;That's exactly what they are trying to avoid... &lt;/P&gt;

&lt;P&gt;Want to run an interactive search and then easily reference the output of that data and possibly modify the search, without running against an entirely new dataset.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 14:21:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370088#M108993</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-06-23T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370089#M108994</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3120i761E7C9BEA02033C/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 14:54:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370089#M108994</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-06-23T14:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370090#M108995</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3121i88A29D7F63D5026C/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 14:54:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370090#M108995</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-06-23T14:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370091#M108996</link>
      <description>&lt;P&gt;Of course it will work, but it's not what they are trying to do.... they don't want to go into the saved search and keep changing it.  &lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 14:56:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370091#M108996</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-06-23T14:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370092#M108997</link>
      <description>&lt;P&gt;Was just thinking... what about datasets?  Does any functionality in that help in this situation?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 14:57:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370092#M108997</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-06-23T14:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370093#M108998</link>
      <description>&lt;P&gt;Ok but you asked "Ability to add to search without re-running entire search?... I've been asked if there is a way to add/extend a search without re-running it in it's entirety. "&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 14:58:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370093#M108998</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-06-23T14:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370094#M108999</link>
      <description>&lt;P&gt;Yes, from the search bar.  Splitting hairs here... (hah!).   The above method works better for me.  &lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:01:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370094#M108999</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2017-06-23T15:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370095#M109000</link>
      <description>&lt;P&gt;I'll be honest there; I have not played with that stuff yet.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:37:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370095#M109000</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-23T15:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370096#M109001</link>
      <description>&lt;P&gt;+1 to the &lt;CODE&gt;| loadjob&lt;/CODE&gt;. For long running searches, I use that a ton. Run once, find the sid (job inspector or the url) and then use &lt;CODE&gt;| loadjob &amp;lt;sid&amp;gt;&lt;/CODE&gt; to manipulate the results without having to rerun. Great for ad-hoc analysis whereas a savedsearch or csv approach requires creating other knowledge objects and remembering to cleanup (not the case with loadjob).&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Loadjob"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Loadjob&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 12:22:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370096#M109001</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-06-26T12:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370097#M109002</link>
      <description>&lt;P&gt;@jkat54 - I think you misunderstood. @a212830 was looking for a way to essentially play with cached results. In other words, consider a long running search that you're creating, then you want to add one tweak to it and you're left with rerunning the entire thing which could take so long that it's impractical. Instead, you can run a base search and then manipulate it's results in various ways without re-pulling the raw data from the indexers. I hope that clarifies why the other answer was accepted. Two different interpretations to the question.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 12:25:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370097#M109002</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2017-06-26T12:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ability to add to search without re-running entire search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370098#M109003</link>
      <description>&lt;P&gt;Thanks, he clarified. Just leaving this here in case someone is looking for the other solution&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 13:32:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Ability-to-add-to-search-without-re-running-entire-search/m-p/370098#M109003</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-06-26T13:32:56Z</dc:date>
    </item>
  </channel>
</rss>

