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

ignore schedule priority when updating splunk_saved_search #193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Stan0304
Copy link

@Stan0304 Stan0304 commented Jul 17, 2024

Description

As describe in #2, I get the following error when I am trying to update splunk_saved_search.

Error: Http Error: [400] 400 Bad Request {"messages":[{"type":"ERROR","text":"Argument \"schedule_priority\" is not supported by this handler."}]}

We are using Splunk Cloud and I am not admin of the Splunk instance. The token I use has been shared with me by a Splunk Admin and I do not have any way change anything about the Splunk TOKEN. So having this new flag ignore_schedule_priority was the only to go on

Example usage

provider "splunk" {
  url                  = "localhost:8089"
  username             = "admin"
  password             = "changeme"
  insecure_skip_verify = true
}

@Stan0304 Stan0304 changed the title ignore schedule priority ignore schedule priority when updating splunk_saved_search Jul 18, 2024
@kuzzikan
Copy link

is this something that is being considered? we experience the same issues when our company has moved to Splunk Cloud from OnPrem.

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

Successfully merging this pull request may close these issues.

2 participants