<?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: create dashboard for live monitoring for cpu, disk space &amp;amp; memory in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631288#M51762</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246980"&gt;@nikhilmfwd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at first how did you enabled inputs.conf? manually or using the Splunk_TA_nix (&lt;A href="https://splunkbase.splunk.com/app/833)?" target="_blank"&gt;https://splunkbase.splunk.com/app/833&lt;/A&gt;&amp;nbsp;)?&lt;/P&gt;&lt;P&gt;if manually, use te above add-on.&lt;/P&gt;&lt;P&gt;Then see in splunkbase if there's some linux app that contains the dashboards you want.&lt;/P&gt;&lt;P&gt;some examples are:&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/3702" target="_blank"&gt;https://splunkbase.splunk.com/app/3702&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/3777" target="_blank"&gt;https://splunkbase.splunk.com/app/3777&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/6702" target="_blank"&gt;https://splunkbase.splunk.com/app/6702&lt;/A&gt;&lt;/P&gt;&lt;P&gt;otherwise you could try this dashboard that I did some years ago:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Hardware and Software Details: Linux Servers&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="dropdown" token="host"&amp;gt;
      &amp;lt;label&amp;gt;Server&amp;lt;/label&amp;gt;
      &amp;lt;prefix&amp;gt;host="&amp;lt;/prefix&amp;gt;
      &amp;lt;suffix&amp;gt;"&amp;lt;/suffix&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;host&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;host&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;index=os sourcetype=hardware
          | eval host=upper(host) 
          | dedup host 
          | sort host 
          | table host&amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;HostName&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
      &amp;lt;h3 align="center"&amp;gt;
        &amp;lt;strong&amp;gt; &amp;lt;font size="10"&amp;gt;Server&amp;lt;img src="/static/app/infrastructure_monitoring/Linux_logo.png" style="height:100px;border:0;"/&amp;gt;
            &amp;lt;/font&amp;gt;
          &amp;lt;/strong&amp;gt;
        &amp;lt;/h3&amp;gt;
    &amp;lt;/html&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=hardware $host$ 
            | dedup host 
            | table host&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Hardware&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=hardware $host$
            | dedup host 
            | eval MEMORY_REAL=MEMORY_REAL/1024/1024, MEMORY_SWAP=MEMORY_SWAP/1024/1024, host=upper(host)
            | lookup Server host OUTPUT IP Tipologia
            | table IP Tipologia CPU_TYPE CPU_COUNT CPU_CACHE MEMORY_REAL MEMORY_SWAP fd0 hdc sda 
            | rename CPU_TYPE AS CPU CPU_COUNT AS "Number of CPUs" CPU_CACHE AS Cache MEMORY_REAL As RAM MEMORY_SWAP AS Swap HARD_DRIVES AS "Hard Disks" fd0 AS "Floppy Disk" hdc AS "Hard Disk" sda AS "Virtual disk"&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;100&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;df&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os  sourcetype=df $host$ 
            | dedup host 
            | multikv 
            | table Filesystem Type Size Used Avail UsePct MountedOn&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;100&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Processes&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=ps $host$ 
            | multikv 
            | table USER PID PSR pctCPU CPUTIME pctMEM RSZ_KB VSZ_KB TTY S ELAPSED COMMAND ARGS&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;10&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;top command&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=top $host$ 
            | dedup host 
            | multikv 
            | table PID USER PR NI VIRT RES SHR S pctCPU pctMEM cpuTIME COMMAND&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;10&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;netstat&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=netstat $host$ 
            | dedup host 
            | multikv 
            | table Proto Recv-Q Send-Q LocalAddress ForeignAddress State&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;10&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;packages&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=package $host$ 
            | multikv 
            | dedup host NAME 
            | table NAME VERSION RELEASE ARCH VENDOR GROUP 
            | sort NAME&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;10&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;openPorts&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=openPorts $host$ 
            | dedup host 
            | multikv 
            | table Proto Port&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;10&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;protocol&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=protocol $host$ 
            | dedup host 
            | multikv 
            | table IPdropped TCPrexmits TCPreorder TCPpktRecv TCPpktSent UDPpktLost UDPunkPort UDPpktRecv UDPpktSent&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;10&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Users with private logins&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=usersWithLoginPrivs $host$ 
            | dedup host 
            | multikv 
            | table USERNAME HOME_DIR USER_INFO&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;100&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2023 07:46:50 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-02-17T07:46:50Z</dc:date>
    <item>
      <title>How to create dashboard for live monitoring for cpu, disk space &amp; memory?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631285#M51761</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;
&lt;P&gt;I have installed Splunk app for linux&amp;nbsp; &amp;amp; add on in my Splunk enterprise paid license version. Installed splunk forwarder in all hosts &amp;amp; added cpu, vmstat &amp;amp; df in input.conf file in remote servers. Now i want to create dashboard for live monitoring for mentioned linux metrics&amp;nbsp; &amp;amp; alerts for that.&lt;/P&gt;
&lt;P&gt;Need to help to do that or have any good documents please share.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 15:37:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631285#M51761</guid>
      <dc:creator>nikhilmfwd</dc:creator>
      <dc:date>2023-02-17T15:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: create dashboard for live monitoring for cpu, disk space &amp; memory</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631288#M51762</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246980"&gt;@nikhilmfwd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at first how did you enabled inputs.conf? manually or using the Splunk_TA_nix (&lt;A href="https://splunkbase.splunk.com/app/833)?" target="_blank"&gt;https://splunkbase.splunk.com/app/833&lt;/A&gt;&amp;nbsp;)?&lt;/P&gt;&lt;P&gt;if manually, use te above add-on.&lt;/P&gt;&lt;P&gt;Then see in splunkbase if there's some linux app that contains the dashboards you want.&lt;/P&gt;&lt;P&gt;some examples are:&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/3702" target="_blank"&gt;https://splunkbase.splunk.com/app/3702&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/3777" target="_blank"&gt;https://splunkbase.splunk.com/app/3777&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/6702" target="_blank"&gt;https://splunkbase.splunk.com/app/6702&lt;/A&gt;&lt;/P&gt;&lt;P&gt;otherwise you could try this dashboard that I did some years ago:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Hardware and Software Details: Linux Servers&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="dropdown" token="host"&amp;gt;
      &amp;lt;label&amp;gt;Server&amp;lt;/label&amp;gt;
      &amp;lt;prefix&amp;gt;host="&amp;lt;/prefix&amp;gt;
      &amp;lt;suffix&amp;gt;"&amp;lt;/suffix&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;host&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;host&amp;lt;/fieldForValue&amp;gt;
      &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;index=os sourcetype=hardware
          | eval host=upper(host) 
          | dedup host 
          | sort host 
          | table host&amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;HostName&amp;lt;/title&amp;gt;
      &amp;lt;html&amp;gt;
      &amp;lt;h3 align="center"&amp;gt;
        &amp;lt;strong&amp;gt; &amp;lt;font size="10"&amp;gt;Server&amp;lt;img src="/static/app/infrastructure_monitoring/Linux_logo.png" style="height:100px;border:0;"/&amp;gt;
            &amp;lt;/font&amp;gt;
          &amp;lt;/strong&amp;gt;
        &amp;lt;/h3&amp;gt;
    &amp;lt;/html&amp;gt;
      &amp;lt;single&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=hardware $host$ 
            | dedup host 
            | table host&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
      &amp;lt;/single&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Hardware&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=hardware $host$
            | dedup host 
            | eval MEMORY_REAL=MEMORY_REAL/1024/1024, MEMORY_SWAP=MEMORY_SWAP/1024/1024, host=upper(host)
            | lookup Server host OUTPUT IP Tipologia
            | table IP Tipologia CPU_TYPE CPU_COUNT CPU_CACHE MEMORY_REAL MEMORY_SWAP fd0 hdc sda 
            | rename CPU_TYPE AS CPU CPU_COUNT AS "Number of CPUs" CPU_CACHE AS Cache MEMORY_REAL As RAM MEMORY_SWAP AS Swap HARD_DRIVES AS "Hard Disks" fd0 AS "Floppy Disk" hdc AS "Hard Disk" sda AS "Virtual disk"&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;100&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;df&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os  sourcetype=df $host$ 
            | dedup host 
            | multikv 
            | table Filesystem Type Size Used Avail UsePct MountedOn&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;100&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Processes&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=ps $host$ 
            | multikv 
            | table USER PID PSR pctCPU CPUTIME pctMEM RSZ_KB VSZ_KB TTY S ELAPSED COMMAND ARGS&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;10&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;top command&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=top $host$ 
            | dedup host 
            | multikv 
            | table PID USER PR NI VIRT RES SHR S pctCPU pctMEM cpuTIME COMMAND&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;10&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;netstat&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=netstat $host$ 
            | dedup host 
            | multikv 
            | table Proto Recv-Q Send-Q LocalAddress ForeignAddress State&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;10&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;packages&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=package $host$ 
            | multikv 
            | dedup host NAME 
            | table NAME VERSION RELEASE ARCH VENDOR GROUP 
            | sort NAME&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;10&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;openPorts&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=openPorts $host$ 
            | dedup host 
            | multikv 
            | table Proto Port&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;10&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;protocol&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=protocol $host$ 
            | dedup host 
            | multikv 
            | table IPdropped TCPrexmits TCPreorder TCPpktRecv TCPpktSent UDPpktLost UDPunkPort UDPpktRecv UDPpktSent&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;10&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Users with private logins&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=os sourcetype=usersWithLoginPrivs $host$ 
            | dedup host 
            | multikv 
            | table USERNAME HOME_DIR USER_INFO&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&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;100&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;cell&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;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="number" field="Floppy Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Hard Disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Virtual disk"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="RAM"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Swap"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;GB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
        &amp;lt;format type="number" field="Cache"&amp;gt;
          &amp;lt;option name="unit"&amp;gt;kB&amp;lt;/option&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 07:46:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631288#M51762</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-17T07:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: create dashboard for live monitoring for cpu, disk space &amp; memory</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631289#M51763</link>
      <description>&lt;P&gt;Dear Sir,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have enabled inputs.conf using the Splunk_TA_nix, inside&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;/apps/splunkforwarder/etc/apps/&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Splunk_TA_nix/local/input.conf added mentioned things for getting data in all my remote servers.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;echo&lt;/SPAN&gt;&lt;SPAN&gt; -e &lt;/SPAN&gt;&lt;SPAN&gt;"[script://./bin/vmstat_metric.sh]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sourcetype = vmstat_metric&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;source = vmstat&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;index=linux&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;interval = 60&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;disabled = 0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;[script://./bin/df_metric.sh]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sourcetype = df_metric&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;source = df&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;index=linux&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;interval = 300&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;disabled = 0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;[script://./bin/cpu_metric.sh]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sourcetype = cpu_metric&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;source = cpu&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;index=linux&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;interval = 30&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;disabled = 0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;[script://./bin/vmstat.sh]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;interval = 60&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sourcetype = vmstat&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;source = vmstat&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;index=linux&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;disabled = 0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;[script://./bin/df.sh]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;interval = 300&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sourcetype = df&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;source = df&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;index=linux&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;disabled = 0&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;[script://./bin/cpu.sh]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;sourcetype = cpu&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;source = cpu&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;interval = 30&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;index=linux&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;disabled = 0 "&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt; /apps/splunkforwarder/etc/apps/Splunk_TA_nix/local/inputs.conf&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Feb 2023 07:52:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631289#M51763</guid>
      <dc:creator>nikhilmfwd</dc:creator>
      <dc:date>2023-02-17T07:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: create dashboard for live monitoring for cpu, disk space &amp; memory</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631291#M51765</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246980"&gt;@nikhilmfwd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the TA is correct, see the other apps.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 07:56:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631291#M51765</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-17T07:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: create dashboard for live monitoring for cpu, disk space &amp; memory</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631293#M51766</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I didnt get that. I need to see other apps for what?&lt;/P&gt;&lt;P&gt;can in create dashboard from these data? using Splunk App for Unix?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-17 at 1.31.18 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23931i5EB5F468DF24788D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-02-17 at 1.31.18 PM.png" alt="Screenshot 2023-02-17 at 1.31.18 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 08:03:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631293#M51766</guid>
      <dc:creator>nikhilmfwd</dc:creator>
      <dc:date>2023-02-17T08:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: create dashboard for live monitoring for cpu, disk space &amp; memory</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631296#M51767</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246980"&gt;@nikhilmfwd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can display data from linux servers using your search or the dashboard I shared or see in the listed apps if there's some other dashboard that can be useful for you.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 08:59:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631296#M51767</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-17T08:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: create dashboard for live monitoring for cpu, disk space &amp; memory</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631297#M51768</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help.!!&lt;/P&gt;&lt;P&gt;For sure it will be more useful for me. I will try to create dashboard if any issue i ll get back to you.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 09:02:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631297#M51768</guid>
      <dc:creator>nikhilmfwd</dc:creator>
      <dc:date>2023-02-17T09:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: create dashboard for live monitoring for cpu, disk space &amp; memory</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631300#M51769</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246980"&gt;@nikhilmfwd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if one answer solves your need, please accept one answer for the other people of Community or tell me how I can help you.&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>Fri, 17 Feb 2023 09:30:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631300#M51769</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-17T09:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: create dashboard for live monitoring for cpu, disk space &amp; memory</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631303#M51770</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246980"&gt;@nikhilmfwd&lt;/a&gt;&amp;nbsp;,&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>Fri, 17 Feb 2023 10:03:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/631303#M51770</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-17T10:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: create dashboard for live monitoring for cpu, disk space &amp; memory</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/676765#M55406</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;Thank you for providing this code for the dashboard. I've implemented it and its working quite well except for the hardware portion which returns a "&lt;SPAN&gt;&amp;nbsp;Error in 'lookup' command: Could not construct lookup 'Server, host, OUTPUT, IP, Tipologia'. See search.log for more details". Any assistance with this would be great thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 16:40:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/676765#M55406</guid>
      <dc:creator>kevhead</dc:creator>
      <dc:date>2024-02-06T16:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: create dashboard for live monitoring for cpu, disk space &amp; memory</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/676768#M55407</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264671"&gt;@kevhead&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;sorry, it was a mistyping: in that installation I had a lookup containg some additional informa that you can delete from the dashboard.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 16:59:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-dashboard-for-live-monitoring-for-cpu-disk-space/m-p/676768#M55407</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-02-06T16:59:39Z</dc:date>
    </item>
  </channel>
</rss>

