Splunk Search

multiple output rex with a directory sometimes exists

fritzsplunk
Engager

Hi

I have a question about a rex with multiple outputs. I use rex to get two fields out of the source-path to fill them into a new field.

The complete source for Weblogic is /appl/midw/wls/<midw_appl>/<midw_node>/<midw_appl>/pf-midw/logs/gc.log.
For Tomcat the secound directory 'midw_appl' is not used: /appl/midw/tc/<midw_appl>/<midw_node>/pf-midw/logs/gc.log

We can use rex field=source /appl/midw/"(wls|tc)"/(?<midw_appl>\w+.*)/(?<midw_node>\w+.*)/.*/pf-midw/logs/gc.log to get Weblogic corretly and rex field=source /appl/midw/"(wls|tc)"/(?<midw_appl>\w+.*)/(?<midw_node>\w+.*)/pf-midw/logs/gc.log to get Tomcat correctly.

So, I am searching for a solution e.g. to start rex matching at the beginning of the source field or a way to stop the first output at / to get both of them.

I would be pleased if anybody have an good idea for this issue!

Thanks and best regards,
Fritz

0 Karma
1 Solution

fritzsplunk
Engager

The answer in this case is:
rex field=source (\/\w+){3}\/(?"[a-zA-Z0-9-]"+)\/(?"[a-zA-Z0-9-]"+)\S+

View solution in original post

0 Karma

fritzsplunk
Engager

The answer in this case is:
rex field=source (\/\w+){3}\/(?"[a-zA-Z0-9-]"+)\/(?"[a-zA-Z0-9-]"+)\S+

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