<?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: Replace severity values by respective levels in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-severity-values-by-respective-levels/m-p/619185#M215202</link>
    <description>&lt;P&gt;Use an &lt;FONT face="courier new,courier"&gt;eval&lt;/FONT&gt; with the &lt;FONT face="courier new,courier"&gt;case&lt;/FONT&gt; function to map severity numbers to names.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval severity = case(severity&amp;gt;=1 AND severity&amp;lt;=3,"Low",
                       severity&amp;gt;=4 AND severity&amp;lt;=5,"Medium",
                       severity&amp;gt;5,"High")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 17:39:34 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2022-11-01T17:39:34Z</dc:date>
    <item>
      <title>How to replace severity values by respective levels?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-severity-values-by-respective-levels/m-p/619180#M215200</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;In the events, the severity is captured as values between 1 to 10. I want to represent them as High, Low, Medium etc.&lt;/P&gt;
&lt;P&gt;For example,&lt;BR /&gt;if the severity is between 1 and 3&amp;nbsp; as Low&lt;BR /&gt;if the severity is between 4 and 5&amp;nbsp; as Medium, and so on&lt;BR /&gt;&lt;BR /&gt;Please advise on how to achieve this.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sidtalup27_0-1667323297182.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/22271i02E891A82352CD9D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sidtalup27_0-1667323297182.png" alt="sidtalup27_0-1667323297182.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 02:42:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-severity-values-by-respective-levels/m-p/619180#M215200</guid>
      <dc:creator>sidtalup27</dc:creator>
      <dc:date>2022-11-02T02:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Replace severity values by respective levels</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-replace-severity-values-by-respective-levels/m-p/619185#M215202</link>
      <description>&lt;P&gt;Use an &lt;FONT face="courier new,courier"&gt;eval&lt;/FONT&gt; with the &lt;FONT face="courier new,courier"&gt;case&lt;/FONT&gt; function to map severity numbers to names.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval severity = case(severity&amp;gt;=1 AND severity&amp;lt;=3,"Low",
                       severity&amp;gt;=4 AND severity&amp;lt;=5,"Medium",
                       severity&amp;gt;5,"High")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:39:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-replace-severity-values-by-respective-levels/m-p/619185#M215202</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-11-01T17:39:34Z</dc:date>
    </item>
  </channel>
</rss>

