newrelic / terraform-provider-newrelic

Terraform provider for New Relic
https://registry.terraform.io/providers/newrelic/newrelic/latest/docs
Mozilla Public License 2.0
200 stars 244 forks source link

Log partitions #2066

Closed alexrosenfeld10 closed 1 year ago

alexrosenfeld10 commented 2 years ago

Feature Description

Can we please get support for terraforming log partitions?

Describe Alternatives

Manual configuration. Ugly when you want to automate and permission this across many many applications.

Additional context

Add any other context here.

ayk33 commented 1 year ago

Second

kidk commented 1 year ago

We are working on it. Looks like it might be ready before the end of the year. We'll update here once it's released.

loganhang commented 1 year ago

+1

alexrosenfeld10 commented 1 year ago

Any updates here @kidk ? Thanks in adv. for the comms.

NSSPKrishna commented 1 year ago

The team is revamping API for data partition, we might be releasing it before new year.

alexrosenfeld10 commented 1 year ago

Any update here? @kidk @NSSPKrishna

cc @fzolp

kidk commented 1 year ago

Still in holding pattern till the new API is released. 😴

alexrosenfeld10 commented 1 year ago

@kidk thanks for the reply. Do we have any time estimate on when that might be? Frankly, as a customer, seeing a sleepy emoji doesn't really inspire confidence

kidk commented 1 year ago

The API team is expecting it this quarter, so soon. Apologies, the emoji was a bad joke. Just for clarity we don't build or own the API, we just implement the Terraform side of things. We would have liked to finish this work in December, but were told to hold off by the API team. If this is an urgent need for you I would raise the request with your account team or support.

alexrosenfeld10 commented 1 year ago

Gotcha. No worries, I get you 😄. I'm good w/jokes, I just need'em to have real answers mixed in. Thanks for the extra detail, I appreciate it!

kidk commented 1 year ago

That's definitely fair and good feedback @alexrosenfeld10 We'd really like to finish this and we get the frustration. Once we have an update on the API I'll share it here, but feel free to keep pingen us.

ChandraIragavarapu commented 1 year ago

Released as part of v3.16.0

alexrosenfeld10 commented 1 year ago

@ChandraIragavarapu what's the resource name? I see these: newrelic_data_partition_rule and newrelic_log_parsing_rule, but neither look like they create partitions, they only make rules that reference existing partitions?

ChandraIragavarapu commented 1 year ago

@alexrosenfeld10 , https://registry.terraform.io/providers/newrelic/newrelic/latest/docs/resources/data_partition_rule - might helps

alexrosenfeld10 commented 1 year ago

Got it. The naming target_data_partition to me implies that it's targeting an existing partition.