Getting Data In

Splunk Lastname firstname formating

arunsundarm
Engager

I am using this query to fetch current logged in user "|rest splunk_server=local /services/authentication/current-context | fields realname"
It displays real name as Lastname, Firstname
Now i want a nother field with value "Firstname Lastname" format

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try rex.

... | eval name=realname | rex field=name mode=sed "s/([^,]+), (.*)/\2 \1/"
---
If this reply helps you, Karma would be appreciated.

Nextbeat
Path Finder

Thanks for reminding me that Sed can do this, but was originally curious about the eval way.

0 Karma

to4kawa
Ultra Champion
... | eval name=mvindex(split(realname,","),1).",".mvindex(split(realname,","),0)
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...