category: Analytics & SIEM provider: Cisco Systems commonfields: id: SplunkPy v2 version: -1 sectionorder: - Connect - Collect configuration: - display: Server URL name: server_url required: true type: 0 section: Connect defaultvalue: 'https://splunk.example.com' additionalinfo: "The Splunk server URL. Port 8089 (Splunk's default REST API port) is used automatically. Only include the port in the URL if using a non-default port. Examples: 'https://splunk.example.com' (uses default port 8089) or 'https://splunk.example.com:8090' (uses custom port 8090)." - display: "" displaypassword: Splunk Token hiddenusername: true name: authentication required: true type: 9 section: Connect - additionalinfo: The Splunk search query by which to fetch events. The default query fetches ES finding events. You can edit this query to fetch other types of events. Note, that to fetch ES finding events, make sure to include the \`notable\` macro in your query. defaultvalue: search `notable` | eval rule_name=if(isnull(rule_name),source,rule_name) | eval rule_title=if(isnull(rule_title),rule_name,rule_title) | `get_urgency` | `risk_correlation` | eval rule_description=if(isnull(rule_description),source,rule_description) | eval security_domain=if(isnull(security_domain),source,security_domain) | expandtoken display: Fetch events query name: fetchQuery type: 0 section: Collect required: false - defaultvalue: '50' display: Fetch Limit (Max.- 200, Recommended less than 50) name: max_fetch type: 0 section: Collect required: false supportedModules: - agentix - xsiam - display: Fetch incidents name: isFetch type: 8 section: Collect required: false supportedModules: - agentix - xsiam - display: Incident type name: incidentType type: 13 section: Collect required: false supportedModules: - agentix - xsiam - defaultvalue: 'false' display: Parse Raw Part of Finding Events name: parseFindingEventsRaw type: 8 section: Collect advanced: true required: false additionalinfo: Whether to parse the raw part of the Findings, or not. - defaultvalue: 'false' display: Replace with Underscore in Incident Fields name: replaceKeys type: 8 section: Collect advanced: true required: false additionalinfo: Whether to replace special characters to underscore when parsing the raw data of the Findings, or not. - additionalinfo: The amount of time to go back when performing the first fetch, or when creating a mapping using the Select Schema option. defaultvalue: 10 minutes display: First fetch timestamp (