Splunk Search

How to change field names, while still maintaining the same data.

metersk
Path Finder
[search earliest=2/1/2015:00:00:00 latest=2/1/2015:23:59:59 ns=interaction (msg=yes direction=sent) OR (msg=match) |    fields uid o_uid] earliest=2/2/2015:00:00:00 latest=2/5/2015:23:59:59 ns=interaction msg=single_message OR msg=eis | chart count by msg direction

In the query above I search for uids who sent engagement to o_uids on 2/1 and then in the second portion of the query I search for all engagment that was sent for that same uid / o_uid pair.

My issue is that when someone who is on the receiving end of engagement, an o_uid, sends something back, the uid / o_uid pair reverses (in terms of the field name) and I want to be able to capture that data.

Since I have all the IDs, I need a a way to say "also search for the reverse, for each pair where the uid becomes the o_uid and vice versa.

Is it possible to switch the field names like this?

1 Solution

masonmorales
Influencer

Your best bet would be to search one direction, use the "rename" command (if needed), and then use the "append" command to perform the same search in the other direction, with another "rename" command in that.

View solution in original post

masonmorales
Influencer

Your best bet would be to search one direction, use the "rename" command (if needed), and then use the "append" command to perform the same search in the other direction, with another "rename" command in that.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...

Design, Compete, Win: Submit Your Best Splunk Dashboards for a .conf26 Pass

Hello Splunkers,  We’re excited to kick off a Splunk Dashboard contest! We know that dashboards are a primary ...

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...