category: Analytics & SIEM provider: Cisco Systems commonfields: id: SplunkPy version: -1 sectionorder: - Connect - Collect configuration: - display: Server URL name: host required: true type: 0 section: Connect - display: Username name: authentication required: true type: 9 section: Connect - defaultvalue: '8089' display: Port name: port required: true type: 0 section: Connect additionalinfo: The port in Splunk server which is open to the REST API calls. - additionalinfo: The Splunk search query by which to fetch events. The default query fetches ES notable events. You can edit this query to fetch other types of events. Note, that to fetch ES notable 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: fetch_limit type: 0 section: Collect required: false - display: Fetch incidents name: isFetch type: 8 section: Collect required: false supportedModules: - agentix - xsiam - display: Incident type name: incidentType type: 13 section: Connect required: false supportedModules: - agentix - xsiam - defaultvalue: 'true' display: Use Splunk Clock Time For Fetch name: useSplunkTime type: 8 section: Collect advanced: true required: false additionalinfo: Whether to use the Splunk clock time from the Splunk server for fetch, or not. - defaultvalue: 'false' display: Parse Raw Part of Notable Events name: parseNotableEventsRaw type: 8 section: Collect advanced: true required: false additionalinfo: Whether to parse the raw part of the Notables, 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 Notables, or not. - display: Timezone of the Splunk server, in minutes. For example, if GMT is gmt +3, set timezone to +180. For UTC, set the timezone to 0. When the Splunk server and the integration instance are on the same timezone, set the timezone to 0. This is relevant only for fetching and mirroring notable events. It must be specified when mirroring is enabled. name: timezone type: 0 section: Collect advanced: true required: false - 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 (