Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Action of Pagerduty to saved searches #144

Open
tameraz-tr opened this issue Dec 12, 2022 · 5 comments
Open

Adding Action of Pagerduty to saved searches #144

tameraz-tr opened this issue Dec 12, 2022 · 5 comments

Comments

@tameraz-tr
Copy link

Hi,

there is any way to use an action of PagerDuty using the model the same as using sending to email?

@Koleon
Copy link

Koleon commented May 25, 2023

What about the latest update v1.4.19, does it solve your request?

@tameraz-tr
Copy link
Author

tameraz-tr commented May 29, 2023 via email

@araddas
Copy link

araddas commented May 31, 2023

I also heavily rely on the custom_details section for PagerDuty Alerting for Event Orchestration Routing. Can something like this be added to the provider so that custom details can be sent in the PagerDuty Payload:

Example

action_pagerduty_integration_custom_details = { "somekey": "somevalue"}

Usage


resource "splunk_saved_searches" "test" {
	name = "Test Pagerduty Alert"
	actions = "pagerduty"
	action_pagerduty_integration_url = "abcd"
	action_pagerduty_integration_url_override = "efgh"
	action_pagerduty_integration_custom_details = { "somekey": "somevalue"}
	alert_comparator    = "greater than"
	alert_digest_mode   = true
	alert_expires       = "30d"
	alert_threshold     = "0"
	alert_type          = "number of events"
	cron_schedule       = "*/1 * * * *"
	disabled            = false
	is_scheduled        = true
	is_visible          = true
	realtime_schedule   = true
	search              = "index=main level=error"
}

@elhoyleo
Copy link

elhoyleo commented Jun 5, 2023

I'm the same, the custom details are essential for my splunk -> pagerduty workflow.

@pratiman
Copy link

pratiman commented Jun 5, 2023

I'm also facing the same issue. Custom detail are very critical for us as it helps in routing alert to correct team in Pagerduty using event Orchestration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants