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!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...