<?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: splunk to monitor password protected files in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/splunk-to-monitor-password-protected-files/m-p/158665#M32168</link>
    <description>&lt;P&gt;I don't believe we have support for zip 'encryption' in the splunk archive handling.  &lt;/P&gt;

&lt;P&gt;Obviously you could provide them to splunk unpacked, or repacked in non-password zip files for a limited time.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Oct 2014 09:02:49 GMT</pubDate>
    <dc:creator>jrodman</dc:creator>
    <dc:date>2014-10-10T09:02:49Z</dc:date>
    <item>
      <title>splunk to monitor password protected files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-to-monitor-password-protected-files/m-p/158664#M32167</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I am trying to configure splunk to monitor zip files. All the files inside the zip files are password protected and hence splunk is not able to index the data from those files. Is there a way i can pass password to splunk so that it can index those password protected files. Please help. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2014 07:32:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-to-monitor-password-protected-files/m-p/158664#M32167</guid>
      <dc:creator>avinashreddy539</dc:creator>
      <dc:date>2014-10-10T07:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: splunk to monitor password protected files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-to-monitor-password-protected-files/m-p/158665#M32168</link>
      <description>&lt;P&gt;I don't believe we have support for zip 'encryption' in the splunk archive handling.  &lt;/P&gt;

&lt;P&gt;Obviously you could provide them to splunk unpacked, or repacked in non-password zip files for a limited time.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2014 09:02:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-to-monitor-password-protected-files/m-p/158665#M32168</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2014-10-10T09:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: splunk to monitor password protected files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-to-monitor-password-protected-files/m-p/158666#M32169</link>
      <description>&lt;P&gt;You could define a scripted input in splunk which does the following steps:&lt;BR /&gt;
 1. look for new files in a specified directory and do per file the following steps&lt;BR /&gt;
 2. unzip file with password (unzip -P)&lt;BR /&gt;
 3. cat the content to standard output&lt;BR /&gt;
 4. remove extracted files&lt;BR /&gt;
 5. move archive to different location &lt;/P&gt;

&lt;P&gt;With this you should be able to index the protected files in splunk.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2014 09:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-to-monitor-password-protected-files/m-p/158666#M32169</guid>
      <dc:creator>peter_krammer</dc:creator>
      <dc:date>2014-10-10T09:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: splunk to monitor password protected files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-to-monitor-password-protected-files/m-p/158667#M32170</link>
      <description>&lt;P&gt;Hi Peter, Thanks for the reply. Can you please provide more details? Sorry. I am new to splunk. It would be great if you share any document.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2014 11:47:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-to-monitor-password-protected-files/m-p/158667#M32170</guid>
      <dc:creator>avinashreddy539</dc:creator>
      <dc:date>2014-10-10T11:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: splunk to monitor password protected files</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-to-monitor-password-protected-files/m-p/158668#M32171</link>
      <description>&lt;P&gt;I can only point you to how to configure scripted inputs, but you would have to write the script (unix or windows) yourself. A scripted input works by splunk  executing a script and indizes any output the script generates. &lt;/P&gt;

&lt;P&gt;How to configure inputs (generally):&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.4/Data/Configureyourinputs"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.4/Data/Configureyourinputs&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;How to scripted input via the config files: (section "Scripted Input")&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.4/admin/inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.4/admin/inputsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;How to scripted input via the web gui: &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/Setupcustominputs#Add_a_scripted_input_in_Splunk_Web"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/Setupcustominputs#Add_a_scripted_input_in_Splunk_Web&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2014 12:10:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-to-monitor-password-protected-files/m-p/158668#M32171</guid>
      <dc:creator>peter_krammer</dc:creator>
      <dc:date>2014-10-10T12:10:00Z</dc:date>
    </item>
  </channel>
</rss>

