Skip to content

Ability to create DropProcessor seems to be missing from the list of available processing processors #663

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

Open
EmmittJ opened this issue Apr 8, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@EmmittJ
Copy link

EmmittJ commented Apr 8, 2025

Describe the bug
The description for the the processing stage mentions that DropProcessor is available to create, but I don't see an option for drop_processor in the schema.

To Reproduce

resource "dynatrace_openpipeline_logs" "this" {
  pipelines {
    pipeline {
      enabled      = true
      display_name = "test"
      id           = "test-pipeline"
      processing {
        processor {
          drop_processor {
            description = "test"
            enabled     = true
            id          = "test-processor"
            matcher     = "true"
          }
        }
      }
    }
  }
}

Expected behavior
drop_processor should be exposed in the schema

Desktop (please complete the following information):
Terraform v1.9.2 on windows_386

  • provider registry.terraform.io/dynatrace-oss/dynatrace v1.77.0
@EmmittJ EmmittJ added the bug Something isn't working label Apr 8, 2025
@arthurpitman
Copy link
Collaborator

Hi @EmmittJ, thank you for reporting this: you are correct, currently drop_processor is not available as part of the schema. I will investigate if it is possible for us to add this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants