<?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: Store everyday data into spreadsheet (Append data on date wise) in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295940#M19504</link>
    <description>&lt;P&gt;so, if i understand correctly, you want to add lines to the same csv every day?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2017 13:21:03 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2017-03-28T13:21:03Z</dc:date>
    <item>
      <title>Store everyday data into spreadsheet (Append data on date wise)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295937#M19501</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Splunk query the indexed iis data and generate the report on daily basis. Is it possible to append each and every data into spreadsheet? (automatically). Suppose I need 1 week data or 1 month data or 1 year data. I have already scheduled job on daily.&lt;/P&gt;

&lt;P&gt;Please suggest me on this. What is the best approach.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Guru Prasad K&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 12:45:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295937#M19501</guid>
      <dc:creator>guruwells</dc:creator>
      <dc:date>2017-03-28T12:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Store everyday data into spreadsheet (Append data on date wise)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295938#M19502</link>
      <description>&lt;P&gt;Hi Guru Prasad K&lt;BR /&gt;
you can export results as CSV. just modify your search and schedule it to export the results.&lt;BR /&gt;
if you have many lines in the csv. take a look at this link:&lt;BR /&gt;
&lt;A href="https://www.splunk.com/blog/2009/08/07/help-i-cant-export-more-than-10000-events/"&gt;https://www.splunk.com/blog/2009/08/07/help-i-cant-export-more-than-10000-events/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 13:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295938#M19502</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-03-28T13:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Store everyday data into spreadsheet (Append data on date wise)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295939#M19503</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I understand your comment. Any way my scheduled job will send out report on every day basis. Based on my schedule job, can I append every day scheduled job data into one spreadsheet and from there I will upload that file into SharePoint.&lt;/P&gt;

&lt;P&gt;Please any suggestion.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 13:15:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295939#M19503</guid>
      <dc:creator>guruwells</dc:creator>
      <dc:date>2017-03-28T13:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Store everyday data into spreadsheet (Append data on date wise)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295940#M19504</link>
      <description>&lt;P&gt;so, if i understand correctly, you want to add lines to the same csv every day?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 13:21:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295940#M19504</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-03-28T13:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Store everyday data into spreadsheet (Append data on date wise)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295941#M19505</link>
      <description>&lt;P&gt;Yes that's correct. every day data I wanted to add row by row in csv file. Is this possible or what is best approach for achieve this?&lt;/P&gt;

&lt;P&gt;Please suggest&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 13:24:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295941#M19505</guid>
      <dc:creator>guruwells</dc:creator>
      <dc:date>2017-03-28T13:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Store everyday data into spreadsheet (Append data on date wise)</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295942#M19506</link>
      <description>&lt;P&gt;here is one approach. start your search with getting the last lookup (csv you created, lets say yesterday) &lt;CODE&gt;| inputlookup &amp;lt;yourLookup.csv&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;
now write your search: &lt;CODE&gt;| append [your search]&lt;/CODE&gt; filter if needed &lt;CODE&gt;| filter duplicates&lt;/CODE&gt;&lt;BR /&gt;
lastly output to the same lookup from before. &lt;CODE&gt;| outputlookup &amp;lt;yourLookup.csv&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;
that will have all results from last lookup and new events.&lt;BR /&gt;
here is an answer that was posted in the past:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/236903/how-to-update-a-lookup-table-using-a-scheduled-sea.html"&gt;https://answers.splunk.com/answers/236903/how-to-update-a-lookup-table-using-a-scheduled-sea.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 13:35:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Store-everyday-data-into-spreadsheet-Append-data-on-date-wise/m-p/295942#M19506</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-03-28T13:35:09Z</dc:date>
    </item>
  </channel>
</rss>

