Splunk Enterprise Security

Setting alias for multivalued field for ES/CIM compliance

jwalzerpitt
Influencer

I created an alias for the X_MS_Forwarded_Client_IP (ADFS events) to equal to src. The X_MS_Forwarded_Client_IP is a multivalue field which leads me to a few questions:

1) We are running ES so do I need to do anything further to ensure that the new src field for the ADFS logs is included in the data model and CIM compliant? The app I created the initial alias was under Search & Reporting (search). Should this alias be under a different app, or does creating an alias and setting permission to all apps satisfy that requirement?

2) Do I need to make any additional config changes due to the field being multivalued? Right now for searches, I add | makemv delim="," src at the end to break them out. I worry with ES data models/CIM so additional configuration might need to be made to break them out automatically

Thx

0 Karma
1 Solution

lakshman239
Influencer

If your sourcetype/index is already included in the datamodel for your use cases, it will automatically pick the 'src' field as per the datamodel. If you don't want the values to be MV, you can convert to single values using fields.conf - TOKENIZER.

Its generally a good practice to have your changes in a custom app or one of the existing app and not in search and reporting. If you want your knowledge objects to be visible for other apps, yes, it should be global permission. [ you can also put all your changes in an app and setup export].

View solution in original post

jwalzerpitt
Influencer

Thx for the reply and information - greatly appreciated

0 Karma

lakshman239
Influencer

If your sourcetype/index is already included in the datamodel for your use cases, it will automatically pick the 'src' field as per the datamodel. If you don't want the values to be MV, you can convert to single values using fields.conf - TOKENIZER.

Its generally a good practice to have your changes in a custom app or one of the existing app and not in search and reporting. If you want your knowledge objects to be visible for other apps, yes, it should be global permission. [ you can also put all your changes in an app and setup export].

First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
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 ...