<?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: Force HTML into results? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Force-HTML-into-results/m-p/131727#M7766</link>
    <description>&lt;P&gt;Have you considered using the HTML module instead of SingleValue?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2014 20:53:15 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-01-30T20:53:15Z</dc:date>
    <item>
      <title>Force HTML into results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Force-HTML-into-results/m-p/131726#M7765</link>
      <description>&lt;P&gt;Is there a way to force HTML into the results sets? In my case I'd like to insert a line return a results in order to use a single value visualization.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; blah blah blah | eval message=Date + "&amp;gt;&amp;lt;![CDATA[&amp;lt;br&amp;gt;]]&amp;gt; " + upper + " GB (of " + Total + " GB)" | table message
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Jan 2014 16:00:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Force-HTML-into-results/m-p/131726#M7765</guid>
      <dc:creator>andrewkenth</dc:creator>
      <dc:date>2014-01-30T16:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Force HTML into results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Force-HTML-into-results/m-p/131727#M7766</link>
      <description>&lt;P&gt;Have you considered using the HTML module instead of SingleValue?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2014 20:53:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Force-HTML-into-results/m-p/131727#M7766</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-01-30T20:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Force HTML into results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Force-HTML-into-results/m-p/131728#M7767</link>
      <description>&lt;P&gt;I was able to simply put my message into 1 field using eval and them simply displaying said single field in a single value module:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=charlesriver sourcetype=disk* sourcetype=diskWatcher_PRD Filesystem=*Raw* OR Filesystem=*apps* | bucket span=1d _time | eval Total=Used+Available | eval Used=(Used/1048576) | eval Total=(Total/1048576) | chart sum(Used) as Used sum(Total) as Total over _time | predict Used as Forecasted lower10=lower upper50=upper future_timespan=550  | eventstats max(upper) AS max latest(Total) as Total latest(Used) as Used | where upper=max | eval Date=strftime(_time,"%m/%d/%Y %A") | eval Current=tostring(round(upper)-round(Used)) |  eval upper=tostring(round(upper)) | eval Total=tostring(round(Total)) | eval message=Date + ": " + Current + " GB (of " + Total + " GB)" | table message
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Mar 2014 18:11:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Force-HTML-into-results/m-p/131728#M7767</guid>
      <dc:creator>andrewkenth</dc:creator>
      <dc:date>2014-03-13T18:11:01Z</dc:date>
    </item>
  </channel>
</rss>

