<?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: What is the manifest file and is there an issue if it is missing? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-manifest-file-and-is-there-an-issue-if-it-is-missing/m-p/340053#M166072</link>
    <description>&lt;P&gt;Hi vanderaj2,&lt;BR /&gt;
manifest file is an integrity check of default Splunk file.&lt;BR /&gt;
Splunk continues to run also without it, there only the message you mentioned in startup.&lt;BR /&gt;
If you want to solve the problem, you can take this file from another installation of the same Splunk version you're using or upgrade Splunk.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Sat, 16 Sep 2017 06:38:06 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-09-16T06:38:06Z</dc:date>
    <item>
      <title>What is the manifest file and is there an issue if it is missing?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-manifest-file-and-is-there-an-issue-if-it-is-missing/m-p/340050#M166069</link>
      <description>&lt;P&gt;Sounds like I have a manifest file/hashing issue that appears whenever I restart splunkd on an endpoint, like the following:&lt;/P&gt;

&lt;H1&gt;./splunk stop&lt;/H1&gt;

&lt;P&gt;Stopping splunkd...&lt;BR /&gt;
Shutting down.  Please wait, as this may take a few minutes.&lt;/P&gt;

&lt;P&gt;Stopping splunk helpers...&lt;/P&gt;

&lt;P&gt;Done.&lt;/P&gt;

&lt;H1&gt;./splunk start&lt;/H1&gt;

&lt;P&gt;Splunk&amp;gt; 4TW&lt;/P&gt;

&lt;P&gt;Checking prerequisites...&lt;BR /&gt;
        Checking mgmt port [8089]: open&lt;BR /&gt;
        Checking conf files for problems...&lt;BR /&gt;
        Done&lt;BR /&gt;
        Checking default conf files for edits...&lt;BR /&gt;
Cannot find any source of hashes.  Manifest file '(null)' not present?&lt;BR /&gt;
        Problems were found, please review your files and move customizations to local&lt;BR /&gt;
All preliminary checks passed.&lt;/P&gt;

&lt;P&gt;Starting splunk server daemon (splunkd)...&lt;BR /&gt;
Done&lt;/P&gt;

&lt;P&gt;Is this just an annoying error or are there real problems when the manifest is missing?  Our UNIX operations team tells me that they install the UF via a package manager, and claim that there is no manifest present on the systems.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 17:35:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-manifest-file-and-is-there-an-issue-if-it-is-missing/m-p/340050#M166069</guid>
      <dc:creator>vanderaj2</dc:creator>
      <dc:date>2017-09-15T17:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is the manifest file and is there an issue if it is missing?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-manifest-file-and-is-there-an-issue-if-it-is-missing/m-p/340051#M166070</link>
      <description>&lt;P&gt;The manifest file is actually just used to validate that all of the splunk installation files are intact upon startup. It isn't necessarily harmful to have it missing. It is more of an integrity check of the installation itself. You can find out more about this here:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.3/Admin/ChecktheintegrityofyourSplunksoftwarefiles"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.3/Admin/ChecktheintegrityofyourSplunksoftwarefiles&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 19:49:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-manifest-file-and-is-there-an-issue-if-it-is-missing/m-p/340051#M166070</guid>
      <dc:creator>amahoski</dc:creator>
      <dc:date>2017-09-15T19:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: What is the manifest file and is there an issue if it is missing?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-manifest-file-and-is-there-an-issue-if-it-is-missing/m-p/340052#M166071</link>
      <description>&lt;P&gt;Hey @vanderaj2, If @amahoski solved your problem please remember to "√Accept" an answer to award karma points &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 22:50:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-manifest-file-and-is-there-an-issue-if-it-is-missing/m-p/340052#M166071</guid>
      <dc:creator>lfedak_splunk</dc:creator>
      <dc:date>2017-09-15T22:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is the manifest file and is there an issue if it is missing?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-manifest-file-and-is-there-an-issue-if-it-is-missing/m-p/340053#M166072</link>
      <description>&lt;P&gt;Hi vanderaj2,&lt;BR /&gt;
manifest file is an integrity check of default Splunk file.&lt;BR /&gt;
Splunk continues to run also without it, there only the message you mentioned in startup.&lt;BR /&gt;
If you want to solve the problem, you can take this file from another installation of the same Splunk version you're using or upgrade Splunk.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 06:38:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-manifest-file-and-is-there-an-issue-if-it-is-missing/m-p/340053#M166072</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-16T06:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: What is the manifest file and is there an issue if it is missing?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/What-is-the-manifest-file-and-is-there-an-issue-if-it-is-missing/m-p/340054#M166073</link>
      <description>&lt;P&gt;Ah gotcha - thanks and will do! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 20:12:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/What-is-the-manifest-file-and-is-there-an-issue-if-it-is-missing/m-p/340054#M166073</guid>
      <dc:creator>vanderaj2</dc:creator>
      <dc:date>2017-09-18T20:12:59Z</dc:date>
    </item>
  </channel>
</rss>

