<?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: Error message in Enterprise Security in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/672317#M13490</link>
    <description>&lt;P&gt;Hi, we encountered the same issue after upgrading Splunk ES to 7.2.0.&lt;/P&gt;&lt;P&gt;I am kindly asking to be more detailed by what do you mean by :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I removed the stanza from the default folder, (which file in the default folder?)&lt;/LI&gt;&lt;LI&gt;I added a stanza with disabled = 1 in local folder, (again, in which file you added the stanza?)&lt;/LI&gt;&lt;/UL&gt;&lt;P data-unlink="true"&gt;Also, are you referring to this recommendation (Ref: hxxps://docs.splunk.com/Documentation/ES/7.2.0/RN/KnownIssues&amp;nbsp;)?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;Add the following comment at the end of the file.&lt;BR /&gt;&lt;DIV class=""&gt;&lt;P&gt;Conf File Check for Bias Language&lt;/P&gt;&lt;P&gt;[confcheck_es_bias_language_cleanup://default]&lt;/P&gt;&lt;P&gt;debug = &amp;lt;boolean&amp;gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Tue, 19 Dec 2023 15:48:04 GMT</pubDate>
    <dc:creator>catanoium</dc:creator>
    <dc:date>2023-12-19T15:48:04Z</dc:date>
    <item>
      <title>Error message in Enterprise Security</title>
      <link>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/666592#M13356</link>
      <description>&lt;P&gt;Hi at all,&lt;/P&gt;&lt;P&gt;I installed Enterprise Security 7.2.0 on Splunk 9.1.1 and I'm receiving the following message:&lt;/P&gt;&lt;P&gt;Unable to initialize modular input "confcheck_es_bias_language_cleanup" defined in the app "SplunkEnterpriseSecuritySuite": Unable to locate suitable script for introspection..&lt;/P&gt;&lt;P&gt;I searched on the documentation and at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/ES/7.2.0/Install/Upgradetonewerversion#After_upgrading_to_version_7.2.0" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/ES/7.2.0/Install/Upgradetonewerversion#After_upgrading_to_version_7.2.0&lt;/A&gt;&amp;nbsp;I fond the following indication:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;To prevent the display of the error messages, follow these workaround steps:

Modify following file:
On the search head cluster: /opt/splunk/etc/shcluster/apps/SplunkEnterpriseSecuritySuite/README/input.conf.spec On a standalone ES instance this file: /opt/splunk/etc/apps/SplunkEnterpriseSecuritySuite/README/input.conf.spec
Add the following comment at the end of the file:
###### Conf File Check for Bias Language ######
#[confcheck_es_bias_language_cleanup://default]
#debug = &amp;lt;boolean&amp;gt;
(optional) If you are on standalone search head, follow these additional steps:
Push changes to search head cluster by pushing the bundle apps.
Clean the messages from the top of the page so that they do not display again.
. In case of a standalone search head, restart the Splunk process.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;passing that in the page they are speaking of an upgrade and i'm newly installing, that the file name is wrong (input.conf instead inputs.conf) and that they say to modify a .spec file, but how commented statements can solve an issue?&lt;/P&gt;&lt;P&gt;Obviously this solution didn't solved my issue.&lt;/P&gt;&lt;P&gt;Is there anyone that can hint a solution to my issue?&lt;/P&gt;&lt;P&gt;Thank you in avdance.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 10:11:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/666592#M13356</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-28T10:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in Enterprise Security</title>
      <link>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/666596#M13357</link>
      <description>&lt;P&gt;A modular input must have a specification so that Splunk knows how to let you configure it&lt;/P&gt;&lt;P&gt;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/custominputs/modinputsconfspec" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/custominputs/modinputsconfspec&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So you need to have the confcheck_es_whsatever type of input defined.&lt;/P&gt;&lt;P&gt;Check your .spec files for stanza _not_ commented out.&lt;/P&gt;&lt;P&gt;If you don't have it - add it. Or remove inputs of this type altogether.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 11:16:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/666596#M13357</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-28T11:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in Enterprise Security</title>
      <link>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/666599#M13358</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thank you for your help!&lt;/P&gt;&lt;P&gt;I tried to set the debug to false and to disable it but without success,&lt;BR /&gt;do you think that i could comment all the input stanza?&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 15:46:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/666599#M13358</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-28T15:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in Enterprise Security</title>
      <link>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/666605#M13359</link>
      <description>&lt;P&gt;It's not about disabling it because then the input is still defined, just disabled. So you'd probably nees to edit the default/ files to remove the stanza altogether which of course is a bad idea. So I'd go for fixing the spec file.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Oct 2023 16:47:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/666605#M13359</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-28T16:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in Enterprise Security</title>
      <link>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/666614#M13360</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'll try tomorrow morning to remove the full default stanza.&lt;/P&gt;&lt;P&gt;thank You.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 09:32:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/666614#M13360</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-29T09:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in Enterprise Security</title>
      <link>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/666886#M13370</link>
      <description>&lt;P&gt;Hi at all,&lt;/P&gt;&lt;P&gt;Splunk Support solved my issue in a very strange way that I report for the other people of Community:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I removed the stanza from the default folder,&lt;/LI&gt;&lt;LI&gt;I added a stanza wioth disabled = 1 in local folder,&lt;/LI&gt;&lt;LI&gt;I removed the stanza from the $SPLUNK_HOME/SplunkEnterpriseSecuritySuite/README/inputs.conf.spec file.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I didn't understand why the last step, but at least solved my issue.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2023 13:13:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/666886#M13370</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-10-31T13:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in Enterprise Security</title>
      <link>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/672317#M13490</link>
      <description>&lt;P&gt;Hi, we encountered the same issue after upgrading Splunk ES to 7.2.0.&lt;/P&gt;&lt;P&gt;I am kindly asking to be more detailed by what do you mean by :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I removed the stanza from the default folder, (which file in the default folder?)&lt;/LI&gt;&lt;LI&gt;I added a stanza with disabled = 1 in local folder, (again, in which file you added the stanza?)&lt;/LI&gt;&lt;/UL&gt;&lt;P data-unlink="true"&gt;Also, are you referring to this recommendation (Ref: hxxps://docs.splunk.com/Documentation/ES/7.2.0/RN/KnownIssues&amp;nbsp;)?&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;DIV class=""&gt;Add the following comment at the end of the file.&lt;BR /&gt;&lt;DIV class=""&gt;&lt;P&gt;Conf File Check for Bias Language&lt;/P&gt;&lt;P&gt;[confcheck_es_bias_language_cleanup://default]&lt;/P&gt;&lt;P&gt;debug = &amp;lt;boolean&amp;gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 19 Dec 2023 15:48:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/672317#M13490</guid>
      <dc:creator>catanoium</dc:creator>
      <dc:date>2023-12-19T15:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in Enterprise Security</title>
      <link>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/672366#M13493</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230870"&gt;@catanoium&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;As you can read in the last action, the file is inputs.conf.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 07:25:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Error-message-in-Enterprise-Security/m-p/672366#M13493</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-12-20T07:25:26Z</dc:date>
    </item>
  </channel>
</rss>

