<?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 find out why Splunk Indexer re-indexed my IIS logs? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228237#M44468</link>
    <description>&lt;P&gt;Looks like a new deployed was created that monitored the IIS log location and the old deployed app was removed.  &lt;/P&gt;

&lt;P&gt;Would that cause Splunk to re-index?  I thought that data was separate from the app.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2017 19:04:44 GMT</pubDate>
    <dc:creator>Nahra</dc:creator>
    <dc:date>2017-01-12T19:04:44Z</dc:date>
    <item>
      <title>How to find out why Splunk Indexer re-indexed my IIS logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228234#M44465</link>
      <description>&lt;P&gt;Recently, my Splunk environment decided to re-index ALL of my IIS logs (which crushed my daily license quota).  I have been tasked with finding the root cause of why that happened.&lt;/P&gt;

&lt;P&gt;Is there anyway to find in the Splunk logs why it decided to re-index all these logs?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 17:37:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228234#M44465</guid>
      <dc:creator>Nahra</dc:creator>
      <dc:date>2017-01-12T17:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out why Splunk Indexer re-indexed my IIS logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228235#M44466</link>
      <description>&lt;P&gt;Search &lt;CODE&gt;index=_internal host=an_iis_forwarder NOT component="Metrics"&lt;/CODE&gt; for clues around the time of the reindex.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 17:51:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228235#M44466</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-01-12T17:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out why Splunk Indexer re-indexed my IIS logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228236#M44467</link>
      <description>&lt;P&gt;A place to start would be to look at timestamps on your fishbucket.. Fishbucket is responsible for keeping pointers of what's been indexed, so this would be a reasonable assumption to check &lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 18:13:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228236#M44467</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-01-12T18:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out why Splunk Indexer re-indexed my IIS logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228237#M44468</link>
      <description>&lt;P&gt;Looks like a new deployed was created that monitored the IIS log location and the old deployed app was removed.  &lt;/P&gt;

&lt;P&gt;Would that cause Splunk to re-index?  I thought that data was separate from the app.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:04:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228237#M44468</guid>
      <dc:creator>Nahra</dc:creator>
      <dc:date>2017-01-12T19:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out why Splunk Indexer re-indexed my IIS logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228238#M44469</link>
      <description>&lt;P&gt;It would. Once the old app was removed, it will clear Splunk's monitoring list/_fishbucket which tracks the files being monitored (and till what point it has monitored the log file). When the new app was deployed, Splunk will treat that a new data monitoring and will read the file from start and can cause duplicates.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 19:23:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228238#M44469</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-01-12T19:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to find out why Splunk Indexer re-indexed my IIS logs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228239#M44470</link>
      <description>&lt;P&gt;Usually not, but it depends on the old and new input configuration.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 22:13:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-find-out-why-Splunk-Indexer-re-indexed-my-IIS-logs/m-p/228239#M44470</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-01-12T22:13:09Z</dc:date>
    </item>
  </channel>
</rss>

