<?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: Why is Splunk not indexing .gz files? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153732#M31253</link>
    <description>&lt;P&gt;Tail end of - grep ArchiveProcessor /opt/splunk/var/log/splunk/splunkd.log&lt;/P&gt;

&lt;P&gt;02-17-2015 16:09:26.611 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-1800.gz (seek=0 len=23107383)&lt;BR /&gt;
02-17-2015 16:09:28.522 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-1800.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:28.522 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-2300.gz&lt;BR /&gt;
02-17-2015 16:09:28.523 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-2300.gz (seek=0 len=11834828)&lt;BR /&gt;
02-17-2015 16:09:29.678 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-2300.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:29.678 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-1600.gz&lt;BR /&gt;
02-17-2015 16:09:29.679 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-1600.gz (seek=0 len=24124658)&lt;BR /&gt;
02-17-2015 16:09:31.854 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-1600.gz', removing from stats&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2015 21:15:47 GMT</pubDate>
    <dc:creator>jwalzerpitt</dc:creator>
    <dc:date>2015-02-17T21:15:47Z</dc:date>
    <item>
      <title>Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153719#M31240</link>
      <description>&lt;P&gt;I created a folder on our dev Splunk server, and then copied over 12 .gz files (from our radius server).&lt;/P&gt;

&lt;P&gt;As a test, I did a data input, pointed to the directory with the radius files, and created an index call radius. When I go to search the index, I'm not seeing any events. I checked S.O.S, and I'm not seeing any errors related to the data input/index. When I check data input, it sees the files, but the index says '0' events.&lt;/P&gt;

&lt;P&gt;Any help as to why Splunk is not indexing the .gz files would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 17:55:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153719#M31240</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2015-02-17T17:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153720#M31241</link>
      <description>&lt;P&gt;can you provide the monitor stanza that you are using?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 18:28:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153720#M31241</guid>
      <dc:creator>aakwah</dc:creator>
      <dc:date>2015-02-17T18:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153721#M31242</link>
      <description>&lt;P&gt;[monitor:///data/syslog/nps]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = radius&lt;BR /&gt;
sourcetype = iis&lt;BR /&gt;
crcSalt = &lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 18:31:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153721#M31242</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2015-02-17T18:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153722#M31243</link>
      <description>&lt;P&gt;the stanza seems to be correct, may be the files you are trying to ingest are already processed before, that could be the reason why splunk didn't index them again, &lt;BR /&gt;
Splunk keep track of processed files through fishbucket index  &lt;CODE&gt;/opt/splunk/var/lib/splunk/fishbucket&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;You have 2 workarounds to process files again:&lt;/P&gt;

&lt;P&gt;1-decompress files in a temp directory and make any change to the files, add a new line at the end of the file for example, then compress them again and add them to monitor directory&lt;/P&gt;

&lt;P&gt;Or&lt;/P&gt;

&lt;P&gt;2-delete the contents of fishbucket directory and restart splunk  &lt;CODE&gt;rm -rf /opt/splunk/var/lib/splunk/fishbucket/*&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If this didn't work, please provide a sample from splunkd.log &lt;CODE&gt;/opt/splunk/var/log/splunk/splunkd.log&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 19:26:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153722#M31243</guid>
      <dc:creator>aakwah</dc:creator>
      <dc:date>2015-02-17T19:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153723#M31244</link>
      <description>&lt;P&gt;Tried both suggestions you listed, and even unzipped the files, did a quick touch of them to change the date, deleted the radius index and then re-created it, restarted Splunk a few times, but the files still aren't being indexed.  Sample from splunkd.log (grepping radius):&lt;/P&gt;

&lt;P&gt;02-17-2015 15:25:58.670 -0500 WARN  IndexAdminHandler - Events from the following 1 inputs will now be discarded, since they had targeted index=radius:&lt;BR /&gt;
02-17-2015 15:25:58.670 -0500 INFO  IndexProcessor - idx=radius Removing; IP::deleteIndex&lt;BR /&gt;
02-17-2015 15:25:58.670 -0500 INFO  IndexProcessor - idx=radius Removing; wait for in-flights&lt;BR /&gt;
02-17-2015 15:25:58.670 -0500 INFO  IndexProcessor - idx=radius Removing; erasing DPP from lookups&lt;BR /&gt;
02-17-2015 15:25:58.671 -0500 INFO  databasePartitionPolicy - idx=radius Handling shutdown or signal, reason=3&lt;BR /&gt;
02-17-2015 15:25:58.671 -0500 INFO  IndexProcessor - idx=radius Deletion approved, start dir removal&lt;BR /&gt;
02-17-2015 15:25:58.671 -0500 INFO  HotDBManager - closing hot mgr for idx=radius&lt;BR /&gt;
02-17-2015 15:25:58.719 -0500 INFO  IndexProcessor - idx=radius Removing; erased directory='/opt/splunk/var/lib/splunk/radius/db' (param=homePath)&lt;BR /&gt;
02-17-2015 15:25:58.721 -0500 INFO  IndexProcessor - idx=radius Removing; erased directory='/opt/splunk/var/lib/splunk/radius/colddb' (param=coldPath)&lt;BR /&gt;
02-17-2015 15:25:58.721 -0500 INFO  IndexProcessor - idx=radius Removing; parameter=bloomHomePath has no assigned value&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 20:33:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153723#M31244</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2015-02-17T20:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153724#M31245</link>
      <description>&lt;P&gt;Additional log info:&lt;BR /&gt;
02-17-2015 15:25:58.721 -0500 WARN  IndexProcessor - idx=radius Removing; directory='/opt/splunk/var/lib/splunk/radius/summary' (param=summaryHomePath) not found&lt;BR /&gt;
02-17-2015 15:25:58.721 -0500 INFO  IndexProcessor - idx=radius Removing; parameter=tstatsHomePath has no assigned value&lt;BR /&gt;
02-17-2015 15:25:58.734 -0500 INFO  IndexProcessor - idx=radius Removing; erased directory='/opt/splunk/var/lib/splunk/radius/thaweddb' (param=thawedPath)&lt;BR /&gt;
02-17-2015 15:25:58.737 -0500 INFO  IndexProcessor - idx=radius Removing; erased directory='/opt/splunk/var/lib/splunk/radius' (param=index proper)&lt;BR /&gt;
02-17-2015 15:25:58.737 -0500 INFO  IndexProcessor - removing index=radius stanza from indexes.conf app=search&lt;BR /&gt;
02-17-2015 15:25:58.737 -0500 INFO  IndexProcessor - idx=radius Finished removing&lt;BR /&gt;
02-17-2015 15:26:08.340 -0500 INFO  HotDBManager - idx=radius Setting hot mgr params: maxHotSpanSecs=7776000 snapBucketTimespans=false maxHotBuckets=3 maxDataSizeBytes=786432000 quarantinePastSecs=77760000 quarantineFutureSecs=2592000&lt;BR /&gt;
02-17-2015 15:26:08.340 -0500 INFO  HotDBManager - closing hot mgr for idx=radius&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 20:33:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153724#M31245</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2015-02-17T20:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153725#M31246</link>
      <description>&lt;P&gt;More:&lt;BR /&gt;
02-17-2015 15:26:08.340 -0500 INFO  databasePartitionPolicy - idx=radius, Initializing, params='[300,period=60,frozenTimePeriodInSecs=188697600,coldToFrozenScript=,coldToFrozenDir=,warmToColdScript=,maxHotBucketSize=786432000,optimizeEvery=5,syncMeta=true,maxTotalDataSizeMB=500000,maxMemoryAllocationPerHotSliceMB=5,addressCompressBits=5,isReadOnly=false,maxMergizzles=6,signatureBlockSize=0,signatureDatabase=_blocksignature,maxHotSpanSecs=7776000,maxMetadataEntries=1000000,maxHotIdleSecs=0,maxHotBuckets=3,quarantinePastSecs=77760000,quarantineFutureSecs=2592000,maxSliceSize=131072,serviceMetaPeriod=25,partialServiceMetaPeriod=0,throttleCheckPeriod=15,homePath_maxDataSizeBytes=0,coldPath_maxDataSizeBytes=0,compressionLevel=-1,fsyncInterval=18446744073709551615,maxBloomBackfillBucketAge_secs=2592000,enableOnlineBucketRepair=true,maxUnreplicatedMsecWithAcks=60000,maxUnreplacatedMsecNoAcks=300000,alwaysBloomBackfill=false,minStreamGroupQueueSize=2000,streamingTargetTsidxSyncPeriodMsec=5000,repFactor=0,hotBucketTimeRefreshInterval=10]' isSlave=false needApplyDeleteJournal=false&lt;BR /&gt;
02-17-2015 15:26:08.340 -0500 INFO  DatabaseDirectoryManager - rescanning buckets for homepath='/opt/splunk/var/lib/splunk/radius/db' [gotManifest=true thawedModtime=1424204768 manifestModTime=0]&lt;BR /&gt;
02-17-2015 15:26:08.340 -0500 INFO  DatabaseDirectoryManager - Writing a bucket manifest in hotWarmPath='/opt/splunk/var/lib/splunk/radius/db'.  Reason='Refreshing manifest at start-up.'&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:01:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153725#M31246</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2020-09-28T19:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153726#M31247</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;The above logs shows that the index radius is removed and created again,&lt;/P&gt;

&lt;P&gt;Please do the following on terminal run &lt;CODE&gt;tail -f /opt/splunk/var/log/splunk/splunkd.log&lt;/CODE&gt; &lt;/P&gt;

&lt;P&gt;and on another terminal copy the modified files to monitoring directories and get the logs generated when you copied the files and share it with us.&lt;/P&gt;

&lt;P&gt;if no logs generated please run the following and provide a sample from output:&lt;/P&gt;

&lt;P&gt;grep ArchiveProcessor /opt/splunk/var/log/splunk/splunkd.log &lt;/P&gt;

&lt;P&gt;and &lt;/P&gt;

&lt;P&gt;grep TailingProcessor /opt/splunk/var/log/splunk/splunkd.log &lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:04:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153726#M31247</guid>
      <dc:creator>aakwah</dc:creator>
      <dc:date>2015-02-17T21:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153727#M31248</link>
      <description>&lt;P&gt;Deleted files in the nps directory and then re-copied them:&lt;BR /&gt;
02-17-2015 16:09:11.571 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-2200.gz&lt;BR /&gt;
02-17-2015 16:09:11.571 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-2200.gz (seek=0 len=13512575)&lt;BR /&gt;
02-17-2015 16:09:12.784 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-2200.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:12.784 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-2100.gz&lt;BR /&gt;
02-17-2015 16:09:12.785 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-2100.gz (seek=0 len=15795772)&lt;BR /&gt;
02-17-2015 16:09:14.197 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-2100.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:14.197 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-17-0000.gz&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:12:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153727#M31248</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2015-02-17T21:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153728#M31249</link>
      <description>&lt;P&gt;More:&lt;BR /&gt;
02-17-2015 16:09:14.197 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-17-0000.gz (seek=0 len=10056257)&lt;BR /&gt;
02-17-2015 16:09:15.210 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-17-0000.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:15.210 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-1300.gz&lt;BR /&gt;
02-17-2015 16:09:15.211 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-1300.gz (seek=0 len=27207651)&lt;BR /&gt;
02-17-2015 16:09:17.428 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-1300.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:17.428 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-1700.gz&lt;BR /&gt;
02-17-2015 16:09:17.428 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-1700.gz (seek=0 len=24707267)&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:12:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153728#M31249</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2015-02-17T21:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153729#M31250</link>
      <description>&lt;P&gt;More:&lt;BR /&gt;
02-17-2015 16:09:19.403 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-1700.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:19.403 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-2000.gz&lt;BR /&gt;
02-17-2015 16:09:19.404 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-2000.gz (seek=0 len=17426471)&lt;BR /&gt;
02-17-2015 16:09:20.947 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-2000.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:20.947 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-1400.gz&lt;BR /&gt;
02-17-2015 16:09:20.947 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-1400.gz (seek=0 len=25706625)&lt;BR /&gt;
02-17-2015 16:09:22.990 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-1400.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:22.990 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-1500.gz&lt;BR /&gt;
02-17-2015 16:09:22.990 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-1500.gz (seek=0 len=26212198)&lt;BR /&gt;
02-17-2015 16:09:25.054 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-1500.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:25.054 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-1900.gz&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:13:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153729#M31250</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2015-02-17T21:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153730#M31251</link>
      <description>&lt;P&gt;02-17-2015 16:09:25.054 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-1900.gz (seek=0 len=17926924)&lt;BR /&gt;
02-17-2015 16:09:26.611 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-1900.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:26.611 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-1800.gz&lt;BR /&gt;
02-17-2015 16:09:26.611 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-1800.gz (seek=0 len=23107383)&lt;BR /&gt;
02-17-2015 16:09:26.770 -0500 ERROR ArchiveContext - From archive='/data/syslog/nps/nps.15-02-16-1800.gz':  gzip: stdout: Broken pipe&lt;BR /&gt;
02-17-2015 16:09:28.522 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-1800.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:28.522 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-2300.gz&lt;BR /&gt;
02-17-2015 16:09:28.523 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-2300.gz (seek=0 len=11834828)&lt;BR /&gt;
02-17-2015 16:09:29.678 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-2300.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:29.678 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-1600.gz&lt;BR /&gt;
02-17-2015 16:09:29.679 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-1600.gz (seek=0 len=24124658)&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:13:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153730#M31251</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2015-02-17T21:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153731#M31252</link>
      <description>&lt;P&gt;02-17-2015 16:09:31.854 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-1600.gz', removing from stats&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:13:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153731#M31252</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2015-02-17T21:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153732#M31253</link>
      <description>&lt;P&gt;Tail end of - grep ArchiveProcessor /opt/splunk/var/log/splunk/splunkd.log&lt;/P&gt;

&lt;P&gt;02-17-2015 16:09:26.611 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-1800.gz (seek=0 len=23107383)&lt;BR /&gt;
02-17-2015 16:09:28.522 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-1800.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:28.522 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-2300.gz&lt;BR /&gt;
02-17-2015 16:09:28.523 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-2300.gz (seek=0 len=11834828)&lt;BR /&gt;
02-17-2015 16:09:29.678 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-2300.gz', removing from stats&lt;BR /&gt;
02-17-2015 16:09:29.678 -0500 INFO  ArchiveProcessor - handling file=/data/syslog/nps/nps.15-02-16-1600.gz&lt;BR /&gt;
02-17-2015 16:09:29.679 -0500 INFO  ArchiveProcessor - reading path=/data/syslog/nps/nps.15-02-16-1600.gz (seek=0 len=24124658)&lt;BR /&gt;
02-17-2015 16:09:31.854 -0500 INFO  ArchiveProcessor - Finished processing file '/data/syslog/nps/nps.15-02-16-1600.gz', removing from stats&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 21:15:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153732#M31253</guid>
      <dc:creator>jwalzerpitt</dc:creator>
      <dc:date>2015-02-17T21:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153733#M31254</link>
      <description>&lt;P&gt;you can also specify "*.gz" on the whitelist&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2015 05:51:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153733#M31254</guid>
      <dc:creator>Isaias_Garcia</dc:creator>
      <dc:date>2015-02-18T05:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why is Splunk not indexing .gz files?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153734#M31255</link>
      <description>&lt;P&gt;Hey, I'm having similar issues. They previously worked when sentb but since the upgrade having a few kinks. MY config is pretty much the same .&lt;/P&gt;

&lt;P&gt;Here is a sample of the log:&lt;/P&gt;

&lt;P&gt;02-25-2015 10:34:29.283 -0500 INFO  TailingProcessor - Archive file='/splunkapp/home/jam_it_apps_support_intec/Server_Uploads/INTL/DWF_20150225_073228_0_4_1.CSV.gz' upd&lt;BR /&gt;
ated less than 10000ms ago, will not read it until it stops changing.'&lt;/P&gt;

&lt;P&gt;02-25-2015 10:34:39.287 -0500 INFO  TailingProcessor - Archive file='/splunkapp/home/jam_it_apps_support_intec/Server_Uploads/INTL/DWF_20150225_073228_0_4_1.CSV.gz' has&lt;BR /&gt;
 stopped changing, will read it now.&lt;/P&gt;

&lt;P&gt;A similar path with the same configurations  files were gobbled up perfectly.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:03:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-Splunk-not-indexing-gz-files/m-p/153734#M31255</guid>
      <dc:creator>JayJohns</dc:creator>
      <dc:date>2020-09-28T19:03:18Z</dc:date>
    </item>
  </channel>
</rss>

