<?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: Extended Dashboard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Extended-Dashboard/m-p/63828#M3339</link>
    <description>&lt;P&gt;You can change the host field at index time with a "TRANSFORMS" property:&lt;/P&gt;

&lt;PRE&gt;
## props.conf
[mysourcetype]
TRANSFORMS-force_host_for_mysourcetype = force_host_for_mysourcetype

## transforms.conf
[force_host_for_mysourcetype]
DEST_KEY = MetaData:Host
REGEX = \d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}:\d{2}\s+server=(\S+)
FORMAT = host::$1
&lt;/PRE&gt;

&lt;P&gt;You can create a dashboard using the following search.  The dashboard creation itself can be a bit tricky.  We may have to incorporate the "rangemap" search command and map 0=low 1=severe.&lt;/P&gt;

&lt;P&gt;sourcetype=mysourcetype | stats last(state1) as state1, last(state2) as state2, last(state3) as state3, last(state4) as state4 by server, env, os | addtotals fieldname=stateTotal&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2011 23:16:08 GMT</pubDate>
    <dc:creator>hazekamp</dc:creator>
    <dc:date>2011-03-21T23:16:08Z</dc:date>
    <item>
      <title>Extended Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Extended-Dashboard/m-p/63827#M3338</link>
      <description>&lt;P&gt;hi @all&lt;/P&gt;

&lt;P&gt;i've got files like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2011-03-20 20:36:12 server=sxxxxx env=DEV os=LINUX stateDiskPath=0 stateRouting=1 stateBackup=1 statePuppet=1 stateTotal=1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;First: I don't know how I can change the host-field to servername&lt;/P&gt;

&lt;P&gt;Second: Can I create an extended Dashboard like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Server1 Env OS  state1  state2  state3  state4  stateTotal
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The states should be like green and red bubbles.&lt;/P&gt;

&lt;P&gt;Is this possible and how can I do this? I'm new in splunk and havn't an idea if this is possible or not.&lt;/P&gt;

&lt;P&gt;Thanks for replay!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2011 20:19:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Extended-Dashboard/m-p/63827#M3338</guid>
      <dc:creator>Christian</dc:creator>
      <dc:date>2011-03-21T20:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extended Dashboard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Extended-Dashboard/m-p/63828#M3339</link>
      <description>&lt;P&gt;You can change the host field at index time with a "TRANSFORMS" property:&lt;/P&gt;

&lt;PRE&gt;
## props.conf
[mysourcetype]
TRANSFORMS-force_host_for_mysourcetype = force_host_for_mysourcetype

## transforms.conf
[force_host_for_mysourcetype]
DEST_KEY = MetaData:Host
REGEX = \d{4}-\d{2}-\d{2}\s+\d{2}:\d{2}:\d{2}\s+server=(\S+)
FORMAT = host::$1
&lt;/PRE&gt;

&lt;P&gt;You can create a dashboard using the following search.  The dashboard creation itself can be a bit tricky.  We may have to incorporate the "rangemap" search command and map 0=low 1=severe.&lt;/P&gt;

&lt;P&gt;sourcetype=mysourcetype | stats last(state1) as state1, last(state2) as state2, last(state3) as state3, last(state4) as state4 by server, env, os | addtotals fieldname=stateTotal&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2011 23:16:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Extended-Dashboard/m-p/63828#M3339</guid>
      <dc:creator>hazekamp</dc:creator>
      <dc:date>2011-03-21T23:16:08Z</dc:date>
    </item>
  </channel>
</rss>

