<?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 visualization of text in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/visualization-of-text/m-p/536706#M36645</link>
    <description>&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;I want to build two panels the first one shows the text "Si520"and the second one "Si519".&amp;nbsp; From the panels I want to use the drilldown option to connect to another dashboard. I tried to use a html panel but than I can't use the drilldown option.&lt;/P&gt;&lt;P&gt;By research I found out I need to use the matchvalue command but I don't understand how to use it.&lt;/P&gt;&lt;P&gt;The link below shows what I want.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/DashApp/0.9.0/DashApp/shapes#Apply_thresholding_to_strings" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/DashApp/0.9.0/DashApp/shapes#Apply_thresholding_to_strings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the vizualition on the left bottom is my aim.&lt;BR /&gt;But the code on the website doesn't helps me.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 15:17:55 GMT</pubDate>
    <dc:creator>cannstatt</dc:creator>
    <dc:date>2021-01-21T15:17:55Z</dc:date>
    <item>
      <title>visualization of text</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/visualization-of-text/m-p/536706#M36645</link>
      <description>&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;I want to build two panels the first one shows the text "Si520"and the second one "Si519".&amp;nbsp; From the panels I want to use the drilldown option to connect to another dashboard. I tried to use a html panel but than I can't use the drilldown option.&lt;/P&gt;&lt;P&gt;By research I found out I need to use the matchvalue command but I don't understand how to use it.&lt;/P&gt;&lt;P&gt;The link below shows what I want.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/DashApp/0.9.0/DashApp/shapes#Apply_thresholding_to_strings" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/DashApp/0.9.0/DashApp/shapes#Apply_thresholding_to_strings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the vizualition on the left bottom is my aim.&lt;BR /&gt;But the code on the website doesn't helps me.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 15:17:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/visualization-of-text/m-p/536706#M36645</guid>
      <dc:creator>cannstatt</dc:creator>
      <dc:date>2021-01-21T15:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: visualization of text</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/visualization-of-text/m-p/536707#M36646</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;to create the text panels you can do something simple like:&lt;BR /&gt;&lt;BR /&gt;| makeresults&lt;BR /&gt;| eval text1= "Si520"&lt;BR /&gt;| fields - _time&lt;BR /&gt;&lt;BR /&gt;and use the "Single Value" Visualization.&lt;BR /&gt;While your are on the dashboard with this Text Panel go into Edit-Mode, click on the 3 dots on the right and edit drilldown!&lt;BR /&gt;Click on "link to dashboard" and pick the one you want.&lt;BR /&gt;If you want the Text as a token on the dashboard, open advanced options in the same window and create a token you want to send with the drilldown.&lt;BR /&gt;The token has to look like this&lt;BR /&gt;form.test_token &amp;nbsp; &amp;nbsp; = &amp;nbsp; &amp;nbsp; &amp;nbsp;$click.value$&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;left part in the left field and right part into the right..&lt;BR /&gt;the form. is only for cross dashboard drilldown&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 16:06:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/visualization-of-text/m-p/536707#M36646</guid>
      <dc:creator>FelixLeh</dc:creator>
      <dc:date>2021-01-21T16:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: visualization of text</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/visualization-of-text/m-p/536710#M36647</link>
      <description>&lt;P&gt;thanks that worked&lt;BR /&gt;do you also know how I can change the background colour of the panel?&lt;BR /&gt;Because the editing&amp;nbsp; mode is for values optimized.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 15:44:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/visualization-of-text/m-p/536710#M36647</guid>
      <dc:creator>cannstatt</dc:creator>
      <dc:date>2021-01-21T15:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: visualization of text</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/visualization-of-text/m-p/536711#M36648</link>
      <description>&lt;P&gt;Glad I could help!&lt;BR /&gt;&lt;BR /&gt;Haven't done it myself since I never had the need to, but I have searched for it in the past:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.splunk.com/t5/Archive/panel-background-color-changing/m-p/406988" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Archive/panel-background-color-changing/m-p/406988&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;maybe this will prove useful to you!&lt;BR /&gt;&lt;BR /&gt;otherwise just search the net for other options (have also seen solutions with html)&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 15:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/visualization-of-text/m-p/536711#M36648</guid>
      <dc:creator>FelixLeh</dc:creator>
      <dc:date>2021-01-21T15:56:49Z</dc:date>
    </item>
  </channel>
</rss>

