<?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 do you display code type and severity level in a single value cell? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-display-code-type-and-severity-level-in-a-single/m-p/439321#M28956</link>
    <description>&lt;P&gt;@noviceinsplunk ,&lt;/P&gt;

&lt;P&gt;You can concatenate the fields to get the values appended.&lt;/P&gt;

&lt;P&gt;For eg. &lt;CODE&gt;eval A=A."HC",C=C."HC"&lt;/CODE&gt; etc. &lt;/P&gt;

&lt;P&gt;And you can change the field names using &lt;CODE&gt;rename&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;For e.g.if your severity level for HC=2 and CR=1 then,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search |eval A=A.",2",C=C.",2",T=T.",2",S=S.",1"
|rename A as "A,HC",C  as "C,HC",T as "T,HC",S as "S,CR"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 18 Dec 2018 10:55:42 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2018-12-18T10:55:42Z</dc:date>
    <item>
      <title>How do you display code type and severity level in a single value cell?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-display-code-type-and-severity-level-in-a-single/m-p/439320#M28955</link>
      <description>&lt;P&gt;I need to display 2 different value in a single value cell.&lt;/P&gt;

&lt;P&gt;Here is a sample of the current dashboard, split by code A,C,T,and S and minimum delay in minutes, which zero minute delay in delivery of these code types.&lt;/P&gt;

&lt;P&gt;|  A | C |T |  S|&lt;BR /&gt;
| 0   |0 | 0 |  0|&lt;/P&gt;

&lt;P&gt;Want to display the severity level of the code (where  there is only 2 levels...HC=high critical or CR=critical-, such as below.&lt;/P&gt;

&lt;P&gt;The severity code for each code is a constant and doesn’t change .&lt;/P&gt;

&lt;P&gt;The update dashboard would be:&lt;BR /&gt;
|  A ,HC|C,HC|T,HC| S,CR|&lt;BR /&gt;
| 0  |0 | 0 |  0|&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 06:35:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-display-code-type-and-severity-level-in-a-single/m-p/439320#M28955</guid>
      <dc:creator>noviceinsplunk</dc:creator>
      <dc:date>2018-12-18T06:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do you display code type and severity level in a single value cell?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-display-code-type-and-severity-level-in-a-single/m-p/439321#M28956</link>
      <description>&lt;P&gt;@noviceinsplunk ,&lt;/P&gt;

&lt;P&gt;You can concatenate the fields to get the values appended.&lt;/P&gt;

&lt;P&gt;For eg. &lt;CODE&gt;eval A=A."HC",C=C."HC"&lt;/CODE&gt; etc. &lt;/P&gt;

&lt;P&gt;And you can change the field names using &lt;CODE&gt;rename&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;For e.g.if your severity level for HC=2 and CR=1 then,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your current search |eval A=A.",2",C=C.",2",T=T.",2",S=S.",1"
|rename A as "A,HC",C  as "C,HC",T as "T,HC",S as "S,CR"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Dec 2018 10:55:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-display-code-type-and-severity-level-in-a-single/m-p/439321#M28956</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-12-18T10:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do you display code type and severity level in a single value cell?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-display-code-type-and-severity-level-in-a-single/m-p/439322#M28957</link>
      <description>&lt;P&gt;That worked.  Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 02:40:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-display-code-type-and-severity-level-in-a-single/m-p/439322#M28957</guid>
      <dc:creator>msmullinax</dc:creator>
      <dc:date>2018-12-19T02:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do you display code type and severity level in a single value cell?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-display-code-type-and-severity-level-in-a-single/m-p/439323#M28958</link>
      <description>&lt;P&gt;Glad to know. Kindly accept as answer if you dont have further questions on this @noviceinsplunk &lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 04:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-display-code-type-and-severity-level-in-a-single/m-p/439323#M28958</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2018-12-19T04:23:54Z</dc:date>
    </item>
  </channel>
</rss>

