All Apps and Add-ons

Split field value into multiple field names and values & normalization

andresito123
Communicator

Hello to the community!

I have the following jboss log:

[2018-12-07 14:17:23,661] [INFO] [xxx.common.ldap.connections.TimedAuthenticator] (default task-4) ()   Authentication succeeded for dn: CN=XXX,OU=YYY,DC=external,DC=ZZZ,DC=LLL

Using the jboss app, I have the following field name and value:

signature=Authentication succeeded for dn: CN=XXX,OU=YYY,DC=external,DC=ZZZ,DC=LLL

How can I keep this value and on top of that create the following name/values:

event=Authentication succeeded
action=success
user=XXX
src_bunit=YYY

My goal is to normalize the logs and map them to CIM in order to be parsed properly by Enterprise Security App.

Any clues?

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

You can use FIELDALIAS in props.conf. Or use an eval at search time.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

0 Karma

richgalloway
SplunkTrust
SplunkTrust

You can use FIELDALIAS in props.conf. Or use an eval at search time.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...