All Apps and Add-ons

How to write Data Model mapping expressions in add-on builder?

kathychurch
Explorer

I am building an add-on with the Splunk Add-On builder and want to map some of my data to CIM types.
The "FIELDALIAS" mapping type is very straightforward and works fine. But I can't find any examples or documentation for how to do an "EVAL" type of mapping for the more complicated cases. Anyone know the proper way to format these expressions?

Thank you for any help!

alt text

0 Karma
1 Solution

chli_splunk
Splunk Employee
Splunk Employee

Basically this is an interactive tool to let you call Splunk Eval functions. Please refer Splunk documents for details.
https://docs.splunk.com/Documentation/SplunkCloud/7.1.3/SearchReference/CommonEvalFunctions

View solution in original post

chli_splunk
Splunk Employee
Splunk Employee

Basically this is an interactive tool to let you call Splunk Eval functions. Please refer Splunk documents for details.
https://docs.splunk.com/Documentation/SplunkCloud/7.1.3/SearchReference/CommonEvalFunctions

kathychurch
Explorer

OK, thank you.

I have 2 scenarios

  1. I want to populate a static string. Is the best way to do this with an expression like this: printf("%s","Foo")

  2. I want to break up one field (a URL) into several fields in the Web CIM (uri_path and uri_query). I wrote a regular expression for this purpose, is there any way to use it here?

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...