<?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 add checkmark without using CSS or JS in splunk query in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-checkmark-without-using-CSS-or-JS-in-splunk-query/m-p/655815#M54007</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this but not coming. Still in table its phrase and keyword only coming.&lt;/P&gt;&lt;P&gt;index="abc*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "ReadFileImpl - ebnc event balanced successfully"&lt;BR /&gt;| eval keyword=if(searchmatch("ReadFileImpl - ebnc event balanced successfully"),"True","✔")| eval phrase="ReadFileImpl - ebnc event balanced successfully"|table phrase keyword&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2023 10:58:51 GMT</pubDate>
    <dc:creator>aditsss</dc:creator>
    <dc:date>2023-08-28T10:58:51Z</dc:date>
    <item>
      <title>How to add checkmark without using CSS or JS in splunk query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-checkmark-without-using-CSS-or-JS-in-splunk-query/m-p/655802#M54002</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am using below query:&lt;/P&gt;&lt;P&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index="abc*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "ReadFileImpl - ebnc event balanced successfully"&lt;BR /&gt;| eval keyword=if(searchmatch("ReadFileImpl - ebnc event balanced successfully"),"True","")| eval phrase="ReadFileImpl - ebnc event balanced successfully"|table phrase keyword&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;-1d@d&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;@d&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;20&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;format type="color" field="keyword"&amp;gt;&lt;BR /&gt;&amp;lt;colorPalette type="list"&amp;gt;[#118832,#1182F3,#CBA700,#D94E17,#D41F1F]&amp;lt;/colorPalette&amp;gt;&lt;BR /&gt;&amp;lt;scale type="threshold"&amp;gt;0,30,70,100&amp;lt;/scale&amp;gt;&lt;BR /&gt;&amp;lt;/format&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;&lt;P&gt;I want along with true and phrase&amp;nbsp; one checkmark should also come&amp;nbsp; in another column. Can someone guide me.&lt;/P&gt;&lt;P&gt;Phrase keyword&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ReadFileImpl - ebnc event balanced successfully&lt;/TD&gt;&lt;TD&gt;True&lt;/TD&gt;&lt;TD&gt;ReadFileImpl - ebnc event balanced successfully&lt;/TD&gt;&lt;TD&gt;True&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 28 Aug 2023 10:19:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-checkmark-without-using-CSS-or-JS-in-splunk-query/m-p/655802#M54002</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2023-08-28T10:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to add checkmark without using CSS or JS in splunk query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-checkmark-without-using-CSS-or-JS-in-splunk-query/m-p/655808#M54004</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the easiest approach I hint is to use JS and CSS following the instructions in the Splunk Dashboard Examples app (&lt;A href="https://splunkbase.splunk.com/app/1603" target="_blank"&gt;https://splunkbase.splunk.com/app/1603&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Otherwise, you could find on internet a site to find some special images (e.g.&amp;nbsp;&lt;A href="https://fsymbols.com/" target="_blank"&gt;https://fsymbols.com/&lt;/A&gt;) to copy some symbols to use as usual chars, the visualization of the Splunk code isn't so good (because it's a little bit moved), but the resul is really near to your requirement.&lt;/P&gt;&lt;P&gt;ten you can use them in your search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;row&amp;gt;
   &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
         &amp;lt;search&amp;gt;
            &amp;lt;query&amp;gt;
               index="abc*" sourcetype =600000304_gg_abs_ipc2 
               source="/amex/app/gfp-settlement-raw/logs/gfp-settlement- 
               raw.log" "ReadFileImpl - ebnc event balanced successfully"
               | eval keyword=if(searchmatch("ReadFileImpl - ebnc event 
               balanced successfully"),"&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;","")
               | eval phrase="ReadFileImpl - ebnc event balanced successfully"
               | table phrase keyword
            &amp;lt;/query&amp;gt;
            &amp;lt;earliest&amp;gt;-1d@d&amp;lt;/earliest&amp;gt;
            &amp;lt;latest&amp;gt;@d&amp;lt;/latest&amp;gt;
            &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
         &amp;lt;/search&amp;gt;
         &amp;lt;option name="count"&amp;gt;20&amp;lt;/option&amp;gt;
         &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
         &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
         &amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
         &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
         &amp;lt;option name="totalsRow"&amp;gt;true&amp;lt;/option&amp;gt;
         &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
         &amp;lt;format type="color" field="keyword"&amp;gt;
         &amp;lt;colorPalette type="list"&amp;gt;[#118832,#1182F3,#CBA700,#D94E17,#D41F1F] 
         &amp;lt;/colorPalette&amp;gt;
         &amp;lt;scale type="threshold"&amp;gt;0,30,70,100&amp;lt;/scale&amp;gt;
       &amp;lt;/format&amp;gt;
     &amp;lt;/table&amp;gt;
   &amp;lt;/panel&amp;gt;
&amp;lt;/row&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 10:35:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-checkmark-without-using-CSS-or-JS-in-splunk-query/m-p/655808#M54004</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-28T10:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to add checkmark without using CSS or JS in splunk query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-checkmark-without-using-CSS-or-JS-in-splunk-query/m-p/655815#M54007</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this but not coming. Still in table its phrase and keyword only coming.&lt;/P&gt;&lt;P&gt;index="abc*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "ReadFileImpl - ebnc event balanced successfully"&lt;BR /&gt;| eval keyword=if(searchmatch("ReadFileImpl - ebnc event balanced successfully"),"True","✔")| eval phrase="ReadFileImpl - ebnc event balanced successfully"|table phrase keyword&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 10:58:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-checkmark-without-using-CSS-or-JS-in-splunk-query/m-p/655815#M54007</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2023-08-28T10:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to add checkmark without using CSS or JS in splunk query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-checkmark-without-using-CSS-or-JS-in-splunk-query/m-p/655871#M54015</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have to put the checkmark replacing True not the following double quotes:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="abc*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "ReadFileImpl - ebnc event balanced successfully"
| eval keyword=if(searchmatch("ReadFileImpl - ebnc event balanced successfully"),"✔","")
| eval phrase="ReadFileImpl - ebnc event balanced successfully"
| table phrase keyword&lt;/LI-CODE&gt;&lt;P&gt;Probably it isn't correctly visualized in this page.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 15:54:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-checkmark-without-using-CSS-or-JS-in-splunk-query/m-p/655871#M54015</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-28T15:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to add checkmark without using CSS or JS in splunk query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-checkmark-without-using-CSS-or-JS-in-splunk-query/m-p/656060#M54040</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 08:09:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-add-checkmark-without-using-CSS-or-JS-in-splunk-query/m-p/656060#M54040</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-30T08:09:51Z</dc:date>
    </item>
  </channel>
</rss>

