Splunk Search

how to duplicate value in one row to multiple rows.

theouhuios
Motivator

Hello

I am trying to duplicate the values of status and user for all rows below so that I can use them in my search later. Is there a way to have all rows filled with the status and user automatically ?

alt text

Tags (1)
0 Karma
1 Solution

Ayn
Legend

Use eventstats.

... | eventstats first(status) as status, first(user) as user | ...

View solution in original post

Ayn
Legend

Use eventstats.

... | eventstats first(status) as status, first(user) as user | ...
Get Updates on the Splunk Community!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...