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!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...