@@ -4,14 +4,17 @@ Configure Sumo Logic Applications and Connections using Terraform modules.
44The modules configure/create the following resources:
55- A source under the specified collector for the integration in Sumo Logic.
66- App dashboards in the specified folder in Sumo Logic.
7- - Webhook configurations in JIRA, Bitbucket or other chosen systems.
7+ - Connections in Sumo Logic.
8+ - Webhook configurations in JIRA, Bitbucket, Pagerduty or other chosen systems.
9+ - Resources in cloud systems such as AWS.
810
911## Getting Started
1012
1113#### Requirements
1214
1315* [ Terraform 0.13+] ( https://www.terraform.io/downloads.html )
1416* [ curl] ( https://curl.haxx.se/download.html ) for App installations.
17+ * Respective Terraform providers based on selections.
1518
1619#### Sumo Logic Provider
1720
@@ -49,8 +52,8 @@ Configure the collector resource as below:
4952
5053` ` ` shell
5154resource " sumologic_collector" " sumo_collector" {
52- name = " SumoLogic Atlassian "
53- category = " Atlassian "
55+ name = " SumoLogic Integrations "
56+ category = " SumoLogic "
5457}
5558` ` `
5659
@@ -61,8 +64,8 @@ Configure a folder as below:
6164` ` ` shell
6265data " sumologic_personal_folder" " personalFolder" {}
6366resource " sumologic_folder" " folder" {
64- name = " SumoLogic Atlassian "
65- description = " SumoLogic Atlassian Applications"
67+ name = " SumoLogic Applications "
68+ description = " SumoLogic Applications Folder "
6669 parent_id = data.sumologic_personal_folder.personalFolder.id
6770 depends_on = [sumologic_collector.sumo_collector]
6871}
@@ -105,4 +108,9 @@ See respective module readme and examples for more details.
105108 - Sumo Logic Connections
106109 - [Jira Cloud](https://github.com/SumoLogic/terraform-sumologic-integrations/tree/master/atlassian/webhooks/sumologic_jira_cloud)
107110 - [Jira Server](https://github.com/SumoLogic/terraform-sumologic-integrations/tree/master/atlassian/webhooks/sumologic_jira_server)
108- - [Jira Service Desk](https://github.com/SumoLogic/terraform-sumologic-integrations/tree/master/atlassian/webhooks/sumologic_jira_service_desk)
111+ - [Jira Service Desk](https://github.com/SumoLogic/terraform-sumologic-integrations/tree/master/atlassian/webhooks/sumologic_jira_service_desk)
112+ - AWS
113+ - [CloudTrail](https://github.com/SumoLogic/terraform-sumologic-integrations/tree/master/aws/cloudtrail)
114+ - [Github](https://github.com/SumoLogic/terraform-sumologic-integrations/tree/master/github)
115+ - [Pagerduty](https://github.com/SumoLogic/terraform-sumologic-integrations/tree/master/pagerduty)
116+
0 commit comments