<?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: How to display a single error in multiple inputs? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-single-error-in-multiple-inputs/m-p/646810#M223871</link>
    <description>&lt;P&gt;Tried it , but still its showing green&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2023 12:45:00 GMT</pubDate>
    <dc:creator>Dayalss</dc:creator>
    <dc:date>2023-06-13T12:45:00Z</dc:date>
    <item>
      <title>How to display a single error in multiple inputs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-single-error-in-multiple-inputs/m-p/646802#M223866</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a search query -&lt;/P&gt;
&lt;P&gt;| search Region = EMEA&lt;BR /&gt;| eval Status=case(Statistic=0,"Green" ,&lt;BR /&gt;Statistic=2,"Red",&lt;BR /&gt;Statistic=1,"Blue",&lt;BR /&gt;1==1, " " )&lt;BR /&gt;| appendpipe [ stats count | eval Status="Black" | where count=0 | fields - count]&lt;BR /&gt;| stats latest(Status)&lt;BR /&gt;&lt;BR /&gt;The region has 7 SOD status data i.e. red and green. ,The issue is if one sod is in red state it is still showing green status.&lt;/P&gt;
&lt;P&gt;What I require is even if there is a single red status it has to be picked and not the green one , as I am using it in a dashboard.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 11:57:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-single-error-in-multiple-inputs/m-p/646802#M223866</guid>
      <dc:creator>Dayalss</dc:creator>
      <dc:date>2023-06-13T11:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a single error in multiple inputs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-single-error-in-multiple-inputs/m-p/646804#M223867</link>
      <description>&lt;P&gt;case function is evaluated left to right, so put your highest priority condition first&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval Status=case(Statistic=2,"Red",
Statistic=1,"Blue",
Statistic=0,"Green" ,
1==1, " " )&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 13 Jun 2023 12:05:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-single-error-in-multiple-inputs/m-p/646804#M223867</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-06-13T12:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a single error in multiple inputs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-single-error-in-multiple-inputs/m-p/646810#M223871</link>
      <description>&lt;P&gt;Tried it , but still its showing green&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 12:45:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-single-error-in-multiple-inputs/m-p/646810#M223871</guid>
      <dc:creator>Dayalss</dc:creator>
      <dc:date>2023-06-13T12:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a single error in multiple inputs?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-single-error-in-multiple-inputs/m-p/646819#M223872</link>
      <description>&lt;P&gt;Please share some sample events (anonymised as necessary) in a code block &amp;lt;/&amp;gt; so we can see what you are dealing with.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 13:04:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-display-a-single-error-in-multiple-inputs/m-p/646819#M223872</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-06-13T13:04:35Z</dc:date>
    </item>
  </channel>
</rss>

