Details
| ID | SplunkCIMFields |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Tags | transformer string |
README
Convert Splunk CIM Fields Dynamic Into Fields Value
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer, string |
Inputs
| Argument Name | Description |
|---|---|
| value | Input string from incident. |
| inc | Incident field values from incident. |
Outputs
There are no outputs for this script.
args: - description: Input string from incident. name: value required: true - description: Incident field values from incident, If you are using this automation as classification & mapping the recommended value is "${.}". name: inc required: true comment: Convert Splunk CIM Fields Dynamic Into Fields Value. commonfields: id: SplunkCIMFields version: -1 contentitemexportablefields: contentitemfields: fromServerVersion: "" dockerimage: demisto/python3:3.12.8.3296088 enabled: true name: SplunkCIMFields runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - transformer - string type: python fromversion: 6.0.0 tests: - No tests (auto formatted)