Splunk Search

New field created through field transformation not appearing in search results

pkbhavani
New Member

I have created a field called PROCESS via Fields » Field transformations

alt text

I could not see in the field appear in the search results.

Also, I could not set up a field using Field extractions as it only works on data _raw field.

0 Karma

jpolvino
Builder

Try this for your regular expression:

\/flcc-logs\/(?<PROCESS>[^\/]+)

You can also do this "live" as part of your search:

(your search)
| rex "\/flcc-logs\/(?<PROCESS>[^\/]+)"
0 Karma
Get Updates on the Splunk Community!

What's New in Splunk Cloud Platform 9.3.2411?

Hey Splunky People! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2411. This release ...

Buttercup Games: Further Dashboarding Techniques (Part 6)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...