<?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: Can Splunk read Bluecoat logs formatted and compressed as .log.gz.done file type? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Splunk-read-Bluecoat-logs-formatted-and-compressed-as-log-gz/m-p/80757#M22540</link>
    <description>&lt;P&gt;By default, it will not. However, if it really is a gzip file that can be uncompressed with &lt;CODE&gt;gzip -d&lt;/CODE&gt;, then you can get Splunk to treat it the same as &lt;CODE&gt;.gz&lt;/CODE&gt; files by adding to props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::....gz.done]
unarchive_cmd = gzip -cd -
sourcetype = preprocess-gzip
NO_BINARY_CHECK = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 30 Oct 2010 04:13:46 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2010-10-30T04:13:46Z</dc:date>
    <item>
      <title>Can Splunk read Bluecoat logs formatted and compressed as .log.gz.done file type?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Splunk-read-Bluecoat-logs-formatted-and-compressed-as-log-gz/m-p/80754#M22537</link>
      <description>&lt;P&gt;Rather than forwarding logs from the proxy server (Bluecoat), I would ideally like to see a SplunkLWF on a server that hosts the compressed bluecoat logs.  Question is, would SplunkLWF see the contents of a .log.gz.done (which is what Bluecoat Reporter (BC's logging software) renamed the compressed file)?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2010 00:51:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Splunk-read-Bluecoat-logs-formatted-and-compressed-as-log-gz/m-p/80754#M22537</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-10-30T00:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk read Bluecoat logs formatted and compressed as .log.gz.done file type?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Splunk-read-Bluecoat-logs-formatted-and-compressed-as-log-gz/m-p/80755#M22538</link>
      <description>&lt;P&gt;Splunk handles .gz just fine - it'll unzip it and index it.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2010 01:25:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Splunk-read-Bluecoat-logs-formatted-and-compressed-as-log-gz/m-p/80755#M22538</guid>
      <dc:creator>Brian_Osburn</dc:creator>
      <dc:date>2010-10-30T01:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk read Bluecoat logs formatted and compressed as .log.gz.done file type?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Splunk-read-Bluecoat-logs-formatted-and-compressed-as-log-gz/m-p/80756#M22539</link>
      <description>&lt;P&gt;That part is clear.  However, Bluecoat has the function to rename the .gz file to .gz.done to differentiate the ones it has already processed.  Would this be an issue?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2010 03:30:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Splunk-read-Bluecoat-logs-formatted-and-compressed-as-log-gz/m-p/80756#M22539</guid>
      <dc:creator>BunnyHop</dc:creator>
      <dc:date>2010-10-30T03:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk read Bluecoat logs formatted and compressed as .log.gz.done file type?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Splunk-read-Bluecoat-logs-formatted-and-compressed-as-log-gz/m-p/80757#M22540</link>
      <description>&lt;P&gt;By default, it will not. However, if it really is a gzip file that can be uncompressed with &lt;CODE&gt;gzip -d&lt;/CODE&gt;, then you can get Splunk to treat it the same as &lt;CODE&gt;.gz&lt;/CODE&gt; files by adding to props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::....gz.done]
unarchive_cmd = gzip -cd -
sourcetype = preprocess-gzip
NO_BINARY_CHECK = true
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 30 Oct 2010 04:13:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Splunk-read-Bluecoat-logs-formatted-and-compressed-as-log-gz/m-p/80757#M22540</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-10-30T04:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can Splunk read Bluecoat logs formatted and compressed as .log.gz.done file type?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Can-Splunk-read-Bluecoat-logs-formatted-and-compressed-as-log-gz/m-p/80758#M22541</link>
      <description>&lt;P&gt;its fine if we are monitoring in linux. what about windows? In windows unarchive_cmd=gzip -cd - will not work.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 09:02:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Can-Splunk-read-Bluecoat-logs-formatted-and-compressed-as-log-gz/m-p/80758#M22541</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2015-04-13T09:02:58Z</dc:date>
    </item>
  </channel>
</rss>

