Dashboards & Visualizations

Dashboard Studio count input

jwhughes58
Contributor

I'm working with Dashboard Studio for the first time and I've got another question.

In the input on the Dashboard, I set this $servers_entered$.  I thought I had a solution for counting how many items are in $servers_entered$, but I found a case that failed.  This is what $servers_entered$ looks like.

host_1, host_2, host_3, host_4, ..., host_n

What I need is a way of counting how many entries are in $servers_entered$.  So far the commands I've tried have failed.  What would work?

TIA,

Joe

Labels (2)
0 Karma
1 Solution

jwhughes58
Contributor

This works.

| makeresults
| fields - _time
| eval hosts="$servers_entered$"
| makemv delim="," hosts
| eval count=mvcount(hosts)
| table count

View solution in original post

0 Karma

jwhughes58
Contributor

This works.

| makeresults
| fields - _time
| eval hosts="$servers_entered$"
| makemv delim="," hosts
| eval count=mvcount(hosts)
| table count
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Have you tried 

mvcount($servers_entered$)
0 Karma

jwhughes58
Contributor

@ITWhispererThanks, but those didn't work.  I tried both of these.

| makeresults
| fields - _time
| eval count=mvcount($servers_entered$)
mvcount($servers_entered$)

The first errors.  The second returns 0.

0 Karma
Get Updates on the Splunk Community!

Now Available: Cisco Talos Threat Intelligence Integrations for Splunk Security Cloud ...

At .conf24, we shared that we were in the process of integrating Cisco Talos threat intelligence into Splunk ...

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Easily Improve Agent Saturation with the Splunk Add-on for OpenTelemetry Collector

Agent Saturation What and Whys In application performance monitoring, saturation is defined as the total load ...