<?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: Dashboard SPL in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SPL/m-p/677597#M55503</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;No, i mean like, i tried already as you suggested.&lt;/P&gt;&lt;P&gt;From below said, under field PBC the field values comes under&amp;nbsp;A00001,&amp;nbsp;A00002 so for same other KCG and TTK as well, so these can show up in the table like above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;env="*A00001*" as "PBC"&lt;/P&gt;&lt;P&gt;env="*A00002*" as "PBC"&lt;/P&gt;&lt;P&gt;env="*A00005*" as "KCG&lt;/P&gt;&lt;P&gt;env="*A00020*" as "TTK"&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 21:16:02 GMT</pubDate>
    <dc:creator>phanikumarcs</dc:creator>
    <dc:date>2024-02-14T21:16:02Z</dc:date>
    <item>
      <title>Dashboard SPL</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SPL/m-p/677588#M55501</link>
      <description>&lt;P&gt;HIi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;index=foo sourcetype=json_foo source="az-foo"&lt;BR /&gt;|rename tags.envi as env&lt;BR /&gt;|search env="*A00001*" OR env="*A00002*"&amp;nbsp;OR env="*A00005*"&amp;nbsp;OR env="*A00020*"&lt;BR /&gt;|table env&lt;BR /&gt;&lt;BR /&gt;from the fields i am using:&lt;BR /&gt;env="*A00001*" as "PBC"&lt;BR /&gt;env="*A00002*" as "PBC"&lt;BR /&gt;env="*A00005*" as "KCG&lt;BR /&gt;env="*A00020*" as "TTK"&lt;BR /&gt;&lt;BR /&gt;reference:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="phanikumarcs_0-1707930080512.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/29369i4B747FB3F233F5E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="phanikumarcs_0-1707930080512.png" alt="phanikumarcs_0-1707930080512.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;From this SPL, i am trying to create a table like&lt;BR /&gt;------------------------------------------------------&lt;BR /&gt;PBC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; KCG&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TTK&lt;BR /&gt;-------------------------------------------------------&lt;BR /&gt;all values&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;all values&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;all values&lt;BR /&gt;count&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; count&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;count&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 17:03:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SPL/m-p/677588#M55501</guid>
      <dc:creator>phanikumarcs</dc:creator>
      <dc:date>2024-02-14T17:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard SPL</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SPL/m-p/677593#M55502</link>
      <description>&lt;P&gt;Do you mean something like this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=foo sourcetype=json_foo source="az-foo"
|rename tags.envi as env
|search env="*A00001*" OR env="*A00002*" OR env="*A00005*" OR env="*A00020*"
|stats count by env&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 14 Feb 2024 17:34:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SPL/m-p/677593#M55502</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-02-14T17:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard SPL</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SPL/m-p/677597#M55503</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;No, i mean like, i tried already as you suggested.&lt;/P&gt;&lt;P&gt;From below said, under field PBC the field values comes under&amp;nbsp;A00001,&amp;nbsp;A00002 so for same other KCG and TTK as well, so these can show up in the table like above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;env="*A00001*" as "PBC"&lt;/P&gt;&lt;P&gt;env="*A00002*" as "PBC"&lt;/P&gt;&lt;P&gt;env="*A00005*" as "KCG&lt;/P&gt;&lt;P&gt;env="*A00020*" as "TTK"&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 21:16:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SPL/m-p/677597#M55503</guid>
      <dc:creator>phanikumarcs</dc:creator>
      <dc:date>2024-02-14T21:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard SPL</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SPL/m-p/677632#M55504</link>
      <description>&lt;LI-CODE lang="markup"&gt;index=foo sourcetype=json_foo source="az-foo"
|rename tags.envi as env
|search env="*A00001*" OR env="*A00002*" OR env="*A00005*" OR env="*A00020*"
|stats count by env
|eval env=case(match(env,"A00001"),"PBC",match(env,"A00002"),"PBC",match(env,"A00005"),"KCG",match(env,"A00020"),"TTK",true(),env)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 15 Feb 2024 09:54:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SPL/m-p/677632#M55504</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-02-15T09:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard SPL</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SPL/m-p/677644#M55507</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;thanks for the solution, i did little changes as per my desired results.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 11:43:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-SPL/m-p/677644#M55507</guid>
      <dc:creator>phanikumarcs</dc:creator>
      <dc:date>2024-02-15T11:43:09Z</dc:date>
    </item>
  </channel>
</rss>

