Dashboards & Visualizations

splunk dashboard

Siddharthnegi
Communicator

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!

New Case Study: How LSU’s Student-Powered SOCs and Splunk Are Shaping the Future of ...

Louisiana State University (LSU) is shaping the next generation of cybersecurity professionals through its ...

Splunk and Fraud

Join us on November 13 at 11 am PT / 2 pm ET!Join us for an insightful webinar where we delve into the ...

Build Your First SPL2 App!

Watch the recording now!.Do you want to SPL™, too? SPL2, Splunk's next-generation data search and preparation ...