<?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: I upgraded to 6.1 and now Splunk is crashing while reading my disk_objects.log file. Why? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/I-upgraded-to-6-1-and-now-Splunk-is-crashing-while-reading-my/m-p/177453#M35552</link>
    <description>&lt;P&gt;SPL-83975 was reported under Windows but also seen in some instances on Linux.  This bug has been fixed as of 6.1.4 as referenced &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.4/ReleaseNotes/6.1.4"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Dec 2014 19:09:18 GMT</pubDate>
    <dc:creator>Ellen</dc:creator>
    <dc:date>2014-12-29T19:09:18Z</dc:date>
    <item>
      <title>I upgraded to 6.1 and now Splunk is crashing while reading my disk_objects.log file. Why?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-upgraded-to-6-1-and-now-Splunk-is-crashing-while-reading-my/m-p/177451#M35550</link>
      <description>&lt;P&gt;It's crashing on the maintailingthread while reading the disk_objects.log. This is on Windows and the crash looks like this:&lt;/P&gt;

&lt;PRE&gt;
Crashing thread: MainTailingThread for WatchedTailFile-WatchedFileState: path="C:\Program Files\Splunk\var\log\introspection\disk_objects.log

[build 206881] 2014-05-09 04:01:09
 Access violation, cannot read at address [0x000079646F626F00]
 Exception address: [0x0000000140614B21]
 Crashing thread: MainTailingThread
    MxCsr:  [0x0000000000001FA0]
    SegDs:  [0x000000000000002B]
    SegEs:  [0x000000000000002B]
    SegFs:  [0x0000000000000053]
    SegGs:  [0x000000000000002B]
    SegSs:  [0x000000000000002B]
    SegCs:  [0x0000000000000033]
    EFlags:  [0x0000000000010206]
    Rsp:  [0x000000001192D1D0]
    Rip:  [0x0000000140614B21] ?
    Dr0:  [0x0000000000000000]
    Dr1:  [0x0000000000000000]
    Dr2:  [0x0000000000000000]
    Dr3:  [0x0000000000000000]
    Dr6:  [0x0000000000000000]
    Dr7:  [0x0000000000000000]
    Rax:  [0x000079646F626F00]
    Rcx:  [0x0000000022C11268]
    Rdx:  [0x000000001192E368]
    Rbx:  [0x000000001192E2C0]
    Rbp:  [0x0000000000000000]
    Rsi:  [0x000000001192E368]
    Rdi:  [0x0000000000000000]
    R8:  [0x000000001192E2C0]
    R9:  [0x0000000000000000]
    R10:  [0x000000004E584490]
    R11:  [0x000000004E584990]
    R12:  [0x000000001192E420]
    R13:  [0x0000000000000500]
    R14:  [0x0000000022C11268]
    R15:  [0x0000000000000000]
    DebugControl:  [0x0000000000000000]
    LastBranchToRip:  [0x0000000000000000]
    LastBranchFromRip:  [0x0000000000000000]
    LastExceptionToRip:  [0x0000000000000000]
    LastExceptionFromRip:  [0x0000000000000000]

 OS: Windows
 Arch: x86-64
&lt;/PRE&gt;</description>
      <pubDate>Sat, 24 May 2014 00:07:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-upgraded-to-6-1-and-now-Splunk-is-crashing-while-reading-my/m-p/177451#M35550</guid>
      <dc:creator>DerekB</dc:creator>
      <dc:date>2014-05-24T00:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: I upgraded to 6.1 and now Splunk is crashing while reading my disk_objects.log file. Why?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-upgraded-to-6-1-and-now-Splunk-is-crashing-while-reading-my/m-p/177452#M35551</link>
      <description>&lt;P&gt;This issue has been identified as a bug affecting Splunk Enterprise 6.1 and 6.1.1 on Windows platforms only - the reference is SPL-83975.&lt;/P&gt;

&lt;P&gt;It is triggered by the use of JSON-based indexed field extractions during the acquisition of two native files:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;CODE&gt;%SPLUNK_HOME%\var\log\introspection\resource_usage.log&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;%SPLUNK_HOME%\var\log\introspection\disk_objects.log&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;We hope to fix this issue in an upcoming maintenance release very soon, but in the meantime you can work-around it by adding the following configuration to &lt;CODE&gt;%SPLUNK_HOME%\etc\system\local\props.conf&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;
[splunk_disk_objects]
INDEXED_EXTRACTIONS = 

[splunk_resource_usage]
INDEXED_EXTRACTIONS = 
&lt;/PRE&gt;

&lt;P&gt;This will suppress the &lt;CODE&gt;INDEXED_EXTRACTIONS = json&lt;/CODE&gt; directive that is applied by default to these sourcetypes in &lt;CODE&gt;%SPLUNK_HOME%\etc\system\default\props.conf&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 24 May 2014 00:14:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-upgraded-to-6-1-and-now-Splunk-is-crashing-while-reading-my/m-p/177452#M35551</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2014-05-24T00:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: I upgraded to 6.1 and now Splunk is crashing while reading my disk_objects.log file. Why?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/I-upgraded-to-6-1-and-now-Splunk-is-crashing-while-reading-my/m-p/177453#M35552</link>
      <description>&lt;P&gt;SPL-83975 was reported under Windows but also seen in some instances on Linux.  This bug has been fixed as of 6.1.4 as referenced &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.4/ReleaseNotes/6.1.4"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2014 19:09:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/I-upgraded-to-6-1-and-now-Splunk-is-crashing-while-reading-my/m-p/177453#M35552</guid>
      <dc:creator>Ellen</dc:creator>
      <dc:date>2014-12-29T19:09:18Z</dc:date>
    </item>
  </channel>
</rss>

