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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...