Splunk Search

Create a variable that combines two string values

viggor
Path Finder

I have a simple question:

I have two variables foo and bar, each containing a set of strings, and I would like to create a new variable foobar which contains the union of foo and bar.

I am aware of the | set union command, but I don't seem to get it to work for this scenario.

0 Karma

Sarmbrister
Path Finder

Would an eval expression work in this case?

Example

search... | eval new_variable=foo. "" .bar

0 Karma

richgalloway
SplunkTrust
SplunkTrust

What do you mean by "union"? Can you give an example of your fields and desired output?

Have you looked at the mvzip function?

---
If this reply helps you, Karma would be appreciated.
0 Karma

somesoni2
Revered Legend

I believe you need to use mvappend command with mvdedup (to remove duplicates) with eval. If they're not multivalued fields, you have to convert them to mv first. We can suggest more accurate options if you can provide some sample values.

0 Karma
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!

Unlocking Unified Insights: New Gigamon Federated Search App for Splunk

In today’s data-heavy environment, organizations are caught in a data distribution dilemma. As data volumes ...

GA: New Data Management App in Splunk Platform

Streamlining Data Management: Introducing a unified experience in Splunk Managing data at scale shouldn’t feel ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...