Mutation

update_splunk_enterprise_security_settings

Updates the Splunk integration settings. Configures or updates the connection to a Splunk instance, enabling Burp Suite DAST to stream issues directly to Splunk for advanced analysis, real-time monitoring and event management.

Input Fields

url(): String!
The URL of the Splunk instance. Must include the protocol (https://) and HTTP port number (typically 8088). For Splunk Cloud Platform, must be hosted on *.splunkcloud.com. Example: "https://splunk.example.com:8088"
auth_token(): String!
The HTTP Event Collector token value. This token authenticates requests from Burp Suite DAST to your Splunk instance. You must create an HTTP Event Collector token in Splunk before configuring this integration.

Return Fields

random_token(): String!
A randomly generated token for this configuration. Generated server-side when settings are successfully updated. Can be used to verify the integration in Splunk's Search & Reporting.

Example

Query