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!

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 ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability As businesses scale ...