SumoLogic / terraform-provider-sumologic

Terraform provider for Sumo Logic
https://www.terraform.io/docs/providers/sumologic/
Mozilla Public License 2.0
40 stars 57 forks source link

Feature Request: Add data forwarding resource #86

Open enorasec opened 4 years ago

enorasec commented 4 years ago

I propose adding a data forwarding resource to compliment the sumologic_partition resource. IDs are needed for sumologic_partitions when adding data_forwarding options

https://help.sumologic.com/Manage/Data-Forwarding

czeeb commented 3 years ago

Looking at the Sumo Logic API I don't see an endpoint that can manage data forwarding. I too was hoping the provider would support configuring data forwarding. Without an API endpoint the provider can't manage it.

We'll need to wait for Sumo Logic to add an endpoint, first.

Unless there is one already and I'm just not seeing it? https://api.sumologic.com/docs/#tag/partitionManagement

shris-github commented 3 years ago

Hi, thank you for the feedback. This is on our roadmap for Q3. We will introduce a new endpoint and a corresponding Terraform resource for Data Forwarding then. Thanks, Shri

On Wed, May 19, 2021 at 10:59 AM Chris Zeeb @.***> wrote:

Looking at the Sumo Logic API I don't see an endpoint that can manage data forwarding. I too was hoping the provider would support configuring data forwarding. Without an API endpoint the provider can't manage it.

We'll need to wait for Sumo Logic to add an endpoint, first.

Unless there is one already and I'm just not seeing it? https://api.sumologic.com/docs/#tag/partitionManagement

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SumoLogic/terraform-provider-sumologic/issues/86#issuecomment-844338827, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANTITVCH4JXIRQZ7CMBMD63TOP4A5ANCNFSM4RSXZCBA .

--

Shri Subramanian

Product Manager

https://www.linkedin.com/in/shri-subramanian/ https://twitter.com/sumologic https://www.facebook.com/Sumo.Logic https://www.glassdoor.com/Overview/Working-at-Sumo-Logic-EI_IE621848.11,21.htm

https://www.sumologic.com/ https://www.sumologic.com/brief/continuous-intelligence-report/ https://www.sumologic.com/company/about-us/

simpson-ross commented 11 months ago

API support now exists for managing data forwarding: https://api.us2.sumologic.com/docs/#operation/createDataForwardingRule

The Terraform provider doesn't support it yet, however. Is this still on a roadmap?