Splunk Search

Why am I unable to concatenate four fields in a CSV data source with my current search syntax?

sajeesh84
New Member

I am trying to concatenate four fields in a CSV data source.
I have tried :

...|eval test=field1.field2.field3.field4| table test

But I am not getting any output.

0 Karma

lguinn2
Legend

Do all the fields exist? Have you spelled them properly (throughout the entire search string)? If you leave off the table command, what fields do you find the in fields sidebar?

What happens if you enter:

...|eval test=field1.field2.field3.field4| table test field1 field2 field3 field4

Did the base search return any results? Can we see the entire search string?

0 Karma
Get Updates on the Splunk Community!

What’s New & Next in Splunk SOAR

Security teams today are dealing with more alerts, more tools, and more pressure than ever.  Join us for an ...

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...