Dashboards & Visualizations

splunk dashboard

Siddharthnegi
Contributor

Hello I have lookup file which have content like this

name                   count                          time

abc                          3                               04-24
cdf                           2                                 04-24

but i want the content of  the lookup file to be like this

name                 count                   time
abc                            1                       04-24
abc                           1                        04-24
abc                           1                        04-24
cdf                            1                       04-24
cdf                            1                        04-24

how will i able to do this?

Labels (1)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| eval row=mvrangee(0,count)
| mvexpand row
| fields - row
| eval count=1

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
| eval row=mvrangee(0,count)
| mvexpand row
| fields - row
| eval count=1
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 ...