<?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: Dashboard Studio count input in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-count-input/m-p/698340#M57241</link>
    <description>&lt;P&gt;Have you tried&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mvcount($servers_entered$)&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 05 Sep 2024 21:22:47 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2024-09-05T21:22:47Z</dc:date>
    <item>
      <title>Dashboard Studio count input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-count-input/m-p/698337#M57240</link>
      <description>&lt;P&gt;I'm working with Dashboard Studio for the first time and I've got another question.&lt;/P&gt;&lt;P&gt;In the input on the Dashboard, I set this $servers_entered$.&amp;nbsp; I thought I had a solution for counting how many items are in $servers_entered$, but I found a case that failed.&amp;nbsp; This is what $servers_entered$ looks like.&lt;/P&gt;&lt;P&gt;host_1, host_2, host_3, host_4, ..., host_n&lt;/P&gt;&lt;P&gt;What I need is a way of counting how many entries are in $servers_entered$.&amp;nbsp; So far the commands I've tried have failed.&amp;nbsp; What would work?&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 20:10:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-count-input/m-p/698337#M57240</guid>
      <dc:creator>jwhughes58</dc:creator>
      <dc:date>2024-09-05T20:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio count input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-count-input/m-p/698340#M57241</link>
      <description>&lt;P&gt;Have you tried&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mvcount($servers_entered$)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 05 Sep 2024 21:22:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-count-input/m-p/698340#M57241</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-09-05T21:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio count input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-count-input/m-p/698341#M57242</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;Thanks, but those didn't work.&amp;nbsp; I tried both of these.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| fields - _time
| eval count=mvcount($servers_entered$)&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;mvcount($servers_entered$)&lt;/LI-CODE&gt;&lt;P&gt;The first errors.&amp;nbsp; The second returns 0.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 21:33:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-count-input/m-p/698341#M57242</guid>
      <dc:creator>jwhughes58</dc:creator>
      <dc:date>2024-09-05T21:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio count input</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-count-input/m-p/698420#M57248</link>
      <description>&lt;P&gt;This works.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| makeresults
| fields - _time
| eval hosts="$servers_entered$"
| makemv delim="," hosts
| eval count=mvcount(hosts)
| table count&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 06 Sep 2024 21:09:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-count-input/m-p/698420#M57248</guid>
      <dc:creator>jwhughes58</dc:creator>
      <dc:date>2024-09-06T21:09:00Z</dc:date>
    </item>
  </channel>
</rss>

