<?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 automatically upload CSV files to Splunk monthly? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-automatically-upload-CSV-files-to-Splunk-monthly/m-p/203546#M40205</link>
    <description>&lt;P&gt;This sounds good. &lt;/P&gt;

&lt;P&gt;Will be possible to pick source type ? (becase i have different files to upload)&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2015 15:22:53 GMT</pubDate>
    <dc:creator>akawacz</dc:creator>
    <dc:date>2015-10-22T15:22:53Z</dc:date>
    <item>
      <title>How to automatically upload CSV files to Splunk monthly?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-automatically-upload-CSV-files-to-Splunk-monthly/m-p/203543#M40202</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;I would like to upload automatically CSV files in monthly manner. Data should be normally indexed and go to specific sourcetypes (not talking here about lookup tables)&lt;/P&gt;

&lt;P&gt;What would be the best way to do that ? &lt;/P&gt;

&lt;P&gt;I was thinking here about - &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.1/Data/Extractfieldsfromfileheadersatindextime"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.1/Data/Extractfieldsfromfileheadersatindextime&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 08:56:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-automatically-upload-CSV-files-to-Splunk-monthly/m-p/203543#M40202</guid>
      <dc:creator>akawacz</dc:creator>
      <dc:date>2015-10-22T08:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically upload CSV files to Splunk monthly?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-automatically-upload-CSV-files-to-Splunk-monthly/m-p/203544#M40203</link>
      <description>&lt;P&gt;You can set things up to monitor a file or directory. You could automate your file update in that location and then Splunk Enterprise would update it. See &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Data/MonitorfilesanddirectorieswithSplunkWeb"&gt;Monitor files and directories with Splunk Web&lt;/A&gt;, also in the &lt;EM&gt;Getting Data In&lt;/EM&gt; manual. Is that the kind of thing you're looking for?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 09:20:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-automatically-upload-CSV-files-to-Splunk-monthly/m-p/203544#M40203</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2015-10-22T09:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically upload CSV files to Splunk monthly?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-automatically-upload-CSV-files-to-Splunk-monthly/m-p/203545#M40204</link>
      <description>&lt;P&gt;You do not need to use splunk facilites to update CSV files.  You can create a &lt;CODE&gt;monitor&lt;/CODE&gt; stanza in &lt;CODE&gt;inputs.conf&lt;/CODE&gt; or create a &lt;CODE&gt;lookup file&lt;/CODE&gt; in &lt;CODE&gt;transforms.conf&lt;/CODE&gt; and do this one time and after that use any other process (ftp from outside, cron job on the Search Head) to update the file.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 13:14:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-automatically-upload-CSV-files-to-Splunk-monthly/m-p/203545#M40204</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-10-22T13:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically upload CSV files to Splunk monthly?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-automatically-upload-CSV-files-to-Splunk-monthly/m-p/203546#M40205</link>
      <description>&lt;P&gt;This sounds good. &lt;/P&gt;

&lt;P&gt;Will be possible to pick source type ? (becase i have different files to upload)&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 15:22:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-automatically-upload-CSV-files-to-Splunk-monthly/m-p/203546#M40205</guid>
      <dc:creator>akawacz</dc:creator>
      <dc:date>2015-10-22T15:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to automatically upload CSV files to Splunk monthly?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-automatically-upload-CSV-files-to-Splunk-monthly/m-p/203547#M40206</link>
      <description>&lt;P&gt;Yes, and if this is a one-time upload of stuff, you should look into using the &lt;CODE&gt;add oneshot&lt;/CODE&gt; command:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Data/MonitorfilesanddirectoriesusingtheCLI"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Data/MonitorfilesanddirectoriesusingtheCLI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 16:03:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-automatically-upload-CSV-files-to-Splunk-monthly/m-p/203547#M40206</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-10-22T16:03:22Z</dc:date>
    </item>
  </channel>
</rss>

