<?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 Exporting search results automatically in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-search-results-automatically/m-p/13741#M1260</link>
    <description>&lt;P&gt;Simple question: how is it possible to export a search result in a CSV file &lt;STRONG&gt;in a scheduled manner&lt;/STRONG&gt; (automatically) in Windows?
The problem is the "automatically" term: from web interface, interactively, as a matter of fact there is NO problem... 
Splunk Version is 4.1.2.
Thank you very much,
Luca&lt;/P&gt;</description>
    <pubDate>Tue, 18 May 2010 20:14:49 GMT</pubDate>
    <dc:creator>logicasrl</dc:creator>
    <dc:date>2010-05-18T20:14:49Z</dc:date>
    <item>
      <title>Exporting search results automatically</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-search-results-automatically/m-p/13741#M1260</link>
      <description>&lt;P&gt;Simple question: how is it possible to export a search result in a CSV file &lt;STRONG&gt;in a scheduled manner&lt;/STRONG&gt; (automatically) in Windows?
The problem is the "automatically" term: from web interface, interactively, as a matter of fact there is NO problem... 
Splunk Version is 4.1.2.
Thank you very much,
Luca&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2010 20:14:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exporting-search-results-automatically/m-p/13741#M1260</guid>
      <dc:creator>logicasrl</dc:creator>
      <dc:date>2010-05-18T20:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting search results automatically</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-search-results-automatically/m-p/13742#M1261</link>
      <description>&lt;P&gt;First, craft the search and make sure it returns the desired results:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=syslog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After confirming, pipe that to outputcsv:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=syslog | outputcsv results.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Finally, drop down the &lt;EM&gt;Actions&lt;/EM&gt; menu and select &lt;EM&gt;Save search...&lt;/EM&gt;&lt;BR /&gt;
After filling in the desired name, time range, etc. check the &lt;EM&gt;Schedule this search&lt;/EM&gt; checkbox and select a recurrence before saving.&lt;BR /&gt;&lt;BR /&gt;
Your file should automatically be generated here at your scheduled interval:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/var/run/splunk/results.csv
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 May 2010 21:52:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exporting-search-results-automatically/m-p/13742#M1261</guid>
      <dc:creator>bwooden</dc:creator>
      <dc:date>2010-05-18T21:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting search results automatically</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-search-results-automatically/m-p/13743#M1262</link>
      <description>&lt;P&gt;Perfect: it works like a charm &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
I've read the documentation, but I was not able to find such an information.&lt;BR /&gt;
Thank you very much,&lt;BR /&gt;
Luca&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2010 22:58:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exporting-search-results-automatically/m-p/13743#M1262</guid>
      <dc:creator>logicasrl</dc:creator>
      <dc:date>2010-05-18T22:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting search results automatically</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-search-results-automatically/m-p/13744#M1263</link>
      <description>&lt;P&gt;Another request about the subject:&lt;/P&gt;

&lt;P&gt;which one could be a viable solution if there was the necessity of inserting a "timestamp" into the name of the "result.csv" file above?&lt;/P&gt;

&lt;P&gt;Thanks again,&lt;/P&gt;

&lt;P&gt;Luca&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2010 16:53:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exporting-search-results-automatically/m-p/13744#M1263</guid>
      <dc:creator>logicasrl</dc:creator>
      <dc:date>2010-05-19T16:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting search results automatically</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exporting-search-results-automatically/m-p/13745#M1264</link>
      <description>&lt;P&gt;Here's an question showing a few different ways to add a timestamp to an output file:  &lt;A href="http://answers.splunk.com/answers/39974/variable-file-name-in-outputcsv"&gt;http://answers.splunk.com/answers/39974/variable-file-name-in-outputcsv&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2014 16:15:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exporting-search-results-automatically/m-p/13745#M1264</guid>
      <dc:creator>Lowell</dc:creator>
      <dc:date>2014-04-18T16:15:38Z</dc:date>
    </item>
  </channel>
</rss>

