Skip to content

ignore schedule priority when updating splunk_saved_search #193

Open
Stan0304 wants to merge 1 commit into
splunk:masterfrom
Stan0304:ignore-schedule-priority
Open

ignore schedule priority when updating splunk_saved_search #193
Stan0304 wants to merge 1 commit into
splunk:masterfrom
Stan0304:ignore-schedule-priority

Conversation

@Stan0304

@Stan0304 Stan0304 commented Jul 17, 2024

Copy link
Copy Markdown

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
Copy Markdown

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

@rrossetti-splunk

Copy link
Copy Markdown
Collaborator

Hi @Stan0304 there are now merge conflicts. If you resolve those I can review and get this merged. Sorry for the long delay.

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.

3 participants