<?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 restore a default file that is failing integrity check in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/restore-a-default-file-that-is-failing-integrity-check/m-p/330934#M21426</link>
    <description>&lt;P&gt;So after a system crash, I reboot and now I'm getting the warning: &lt;BR /&gt;
&lt;STRONG&gt;Installed Files Integrity Checker: File Integrity checks found 1 files that did not match the system-provided manifest.&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;checking the link I learn that &lt;EM&gt;/opt/splunk/etc/system/default/web.conf&lt;/EM&gt; is not passing the integrity check. &lt;BR /&gt;
I can also confirm this by running ./splunk validate files&lt;BR /&gt;
Great, now what?&lt;/P&gt;

&lt;P&gt;Every thread I found talking about this just says how to find the file, but none say how to actually FIX this.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;How do I restore a default file that is failing integrity check?&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Oct 2017 18:35:47 GMT</pubDate>
    <dc:creator>andyfrank</dc:creator>
    <dc:date>2017-10-23T18:35:47Z</dc:date>
    <item>
      <title>restore a default file that is failing integrity check</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/restore-a-default-file-that-is-failing-integrity-check/m-p/330934#M21426</link>
      <description>&lt;P&gt;So after a system crash, I reboot and now I'm getting the warning: &lt;BR /&gt;
&lt;STRONG&gt;Installed Files Integrity Checker: File Integrity checks found 1 files that did not match the system-provided manifest.&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;checking the link I learn that &lt;EM&gt;/opt/splunk/etc/system/default/web.conf&lt;/EM&gt; is not passing the integrity check. &lt;BR /&gt;
I can also confirm this by running ./splunk validate files&lt;BR /&gt;
Great, now what?&lt;/P&gt;

&lt;P&gt;Every thread I found talking about this just says how to find the file, but none say how to actually FIX this.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;How do I restore a default file that is failing integrity check?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 18:35:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/restore-a-default-file-that-is-failing-integrity-check/m-p/330934#M21426</guid>
      <dc:creator>andyfrank</dc:creator>
      <dc:date>2017-10-23T18:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: restore a default file that is failing integrity check</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/restore-a-default-file-that-is-failing-integrity-check/m-p/330935#M21427</link>
      <description>&lt;P&gt;You can restore the default file from a clean installation of Splunk, if the error message is caused by you making changes to any files in the default Splunk directories and you don't have a backup of the original file.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 19:50:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/restore-a-default-file-that-is-failing-integrity-check/m-p/330935#M21427</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-10-23T19:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: restore a default file that is failing integrity check</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/restore-a-default-file-that-is-failing-integrity-check/m-p/330936#M21428</link>
      <description>&lt;P&gt;Download the Splunk tarball for your version.&lt;BR /&gt;&lt;BR /&gt;
Use tar to extract the needed file.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tar -zxf &amp;lt;downloaded file name&amp;gt; splunk/etc/system/default/web.conf -C ~
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Rename the existing web.conf file.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;mv /opt/splunk/etc/system/default/web.conf ~/web_conf.bad
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Move the extracted file into position.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;mv ~/web.conf /opt/splunk/etc/system/default
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Restart Splunk and the error should go away.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 20:04:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/restore-a-default-file-that-is-failing-integrity-check/m-p/330936#M21428</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-10-23T20:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: restore a default file that is failing integrity check</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/restore-a-default-file-that-is-failing-integrity-check/m-p/330937#M21429</link>
      <description>&lt;P&gt;Yes ! Thank you this is exactly what I wanted, nicely formatted and all. You rock!&lt;/P&gt;

&lt;P&gt;for anyone reading this, here is the link for previous releases:&lt;BR /&gt;
&lt;A href="https://www.splunk.com/page/previous_releases"&gt;https://www.splunk.com/page/previous_releases&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 21:25:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/restore-a-default-file-that-is-failing-integrity-check/m-p/330937#M21429</guid>
      <dc:creator>andyfrank</dc:creator>
      <dc:date>2017-10-23T21:25:28Z</dc:date>
    </item>
  </channel>
</rss>

