-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Components] splunk #15893
Comments
User request , access provided by Splunk. Ask sergio to turn on VM |
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
splunk
URLs
Webhook Sources
new-event-instant
Prompt
Emit new event when a log event is added to a specified Splunk index. Users can specify the index and an optional search filter.
new-alert-instant
Prompt
Emit new event when a saved search alert is triggered in Splunk. Users can specify the alert name or match all alerts.
Polling Sources
new-search-result
Prompt
Emit new event when a search query returns matching results in Splunk. Users must specify the search query and an optional polling interval.
Actions
create-event
Prompt
Send a new event to a specified Splunk index. Users must provide the index name, event data, and an optional source and sourcetype.
run-search
Prompt
Execute a Splunk search query and return the results. Users must specify the search query and optional parameters like earliest/latest time.
get-search-job-status
Prompt
Retrieve the status of a previously executed Splunk search job. Users must provide the job ID.
The text was updated successfully, but these errors were encountered: