<?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: Not include LD_PRELOAD  in Error Alerts in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-not-include-LD-PRELOAD-in-Error-Alerts/m-p/610218#M50041</link>
    <description>&lt;P&gt;Just like you have an exclusion for "INTERNAL_SERVER_ERROR", add a similar exclusion for "LD_PRELOAD".&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc ns=blazegateway-c2 CASE(ERROR) NOT "INTERNAL_SERVER_ERROR" NOT "LD_PRELOAD"
| rex field=_raw "(?&amp;lt;!LogLevel=)ERROR(?&amp;lt;Error_Message&amp;gt;.*)"
| eval _time = strftime(_time,"%Y-%m-%d %H:%M:%S.%3N")
| cluster showcount=t t=0.4
| table app_name, Error_Message ,cluster_count,_time, environment, pod_name,ns | dedup Error_Message
| rename app_name as APP_NAME, _time as Time, environment as Environment, pod_name as Pod_Name, cluster_count as Count&lt;/LI-CODE&gt;</description>
    <pubDate>Sat, 20 Aug 2022 21:47:03 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2022-08-20T21:47:03Z</dc:date>
    <item>
      <title>How to not include LD_PRELOAD  in Error Alerts?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-not-include-LD-PRELOAD-in-Error-Alerts/m-p/610209#M50040</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I have created Alerts on the basis of Error keyword . Below is one of my alert&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=abc ns=blazegateway-c2 CASE(ERROR) NOT "INTERNAL_SERVER_ERROR"|rex field=_raw "(?&amp;lt;!LogLevel=)ERROR(?&amp;lt;Error_Message&amp;gt;.*)"|eval _time = strftime(_time,"%Y-%m-%d %H:%M:%S.%3N")| cluster showcount=t t=0.4|table app_name, Error_Message ,cluster_count,_time, environment, pod_name,ns |dedup Error_Message| rename app_name as APP_NAME, _time as Time, environment as Environment, pod_name as Pod_Name, cluster_count as Count&lt;/LI-CODE&gt;
&lt;P&gt;On the basis of above query I am getting one of the Error message as shown below:&lt;/P&gt;
&lt;P&gt;message = &lt;STRONG&gt;ERROR&lt;/STRONG&gt;: ld.so: object 'libnss_wrapper.so' from &lt;STRONG&gt;LD_PRELOAD&lt;/STRONG&gt; cannot be preloaded: ignored.&lt;/P&gt;
&lt;P&gt;I want Error message with&amp;nbsp;&lt;STRONG&gt;LD_PRELOAD should not come in Alerts.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can someone guide me what should I change&amp;nbsp;in my alerts&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 12:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-not-include-LD-PRELOAD-in-Error-Alerts/m-p/610209#M50040</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2022-08-22T12:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Not include LD_PRELOAD  in Error Alerts</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-not-include-LD-PRELOAD-in-Error-Alerts/m-p/610218#M50041</link>
      <description>&lt;P&gt;Just like you have an exclusion for "INTERNAL_SERVER_ERROR", add a similar exclusion for "LD_PRELOAD".&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc ns=blazegateway-c2 CASE(ERROR) NOT "INTERNAL_SERVER_ERROR" NOT "LD_PRELOAD"
| rex field=_raw "(?&amp;lt;!LogLevel=)ERROR(?&amp;lt;Error_Message&amp;gt;.*)"
| eval _time = strftime(_time,"%Y-%m-%d %H:%M:%S.%3N")
| cluster showcount=t t=0.4
| table app_name, Error_Message ,cluster_count,_time, environment, pod_name,ns | dedup Error_Message
| rename app_name as APP_NAME, _time as Time, environment as Environment, pod_name as Pod_Name, cluster_count as Count&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 20 Aug 2022 21:47:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-not-include-LD-PRELOAD-in-Error-Alerts/m-p/610218#M50041</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-08-20T21:47:03Z</dc:date>
    </item>
  </channel>
</rss>

