Skip to content

Commit e7ab5b3

Browse files
authored
Update application-components.md
1 parent 817870b commit e7ab5b3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/observability/application-components.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The Terraform script performs the following actions:
3939

4040
## Ensure Account Access
4141

42-
1. Before you begin, make sure you have access to the Sumo logic console. You'll need the following permissions:
42+
1. Before you begin, make sure you have access to the Sumo Logic console. You'll need the following permissions:
4343
* Manage field extraction rules
4444
* View Fields
4545
* View field extraction rules
@@ -81,7 +81,7 @@ By default, all other parameters are set up to automatically collect logs and me
8181

8282
**Parameter**: `sumologic_environment`<br/>
8383
**Required**: Yes <br/>
84-
**Description**: This is your Sumo Logic Deployment. Enter au, ca, de, eu, jp, us2, fed or us1. See <a href="/docs/api/getting-started#sumo-logic-endpoints-by-deployment-and-firewall-security">Sumo Logic Endpoints</a> for more information.
84+
**Description**: This is your Sumo Logic Deployment. Enter au, ca, de, eu, jp, us2, fed, or us1. See <a href="/docs/api/getting-started#sumo-logic-endpoints-by-deployment-and-firewall-security">Sumo Logic Endpoints</a> for more information.
8585

8686
---
8787
**Parameter**: `sumologic_access_id`<br/>
@@ -104,7 +104,7 @@ By default, all other parameters are set up to automatically collect logs and me
104104

105105
**Parameter**: `apps_folder_installation_location` <br/>
106106
**Required**: No <br/>
107-
**Description**: Specify the location where the sumo logic apps/dashboards will be installed. Allowed values are "Admin Recommended Folder" and "Personal Folder".
107+
**Description**: Specify the location where the Sumo Logic apps/dashboards will be installed. Allowed values are "Admin Recommended Folder" and "Personal Folder".
108108

109109
---
110110
**Parameter**: `share_apps_folder_with_org` <br/>
@@ -114,12 +114,12 @@ By default, all other parameters are set up to automatically collect logs and me
114114
---
115115
**Parameter**: `components_on_kubernetes_deployment` <br/>
116116
**Required**: No <br/>
117-
**Description**: Provide comma separated list of application components deployed on kubernetes environment for which sumologic resources needs to be created. Allowed values are "Memcached, Cassandra,elasticsearch,SQL server, MongoDB, MySQL, PostgreSQL, Redis, MariaDB, Couchbase, Oracle".
117+
**Description**: Provide comma separated list of application components deployed on kubernetes environment for which Sumo Logic resources needs to be created. Allowed values are "Memcached, Cassandra,elasticsearch,SQL server, MongoDB, MySQL, PostgreSQL, Redis, MariaDB, Couchbase, Oracle".
118118

119119
---
120120
**Parameter**: `components_on_non_kubernetes_deployment` <br/>
121121
**Required**: No <br/>
122-
**Description**: Provide comma separated list of application components deployed on non-kubernetes environment for which sumologic resources needs to be created. Allowed values are "Memcached, Cassandra, Elasticsearch, SQLserver, MongoDB, MySQL, PostgreSQL, Redis, MariaDB, Couchbase, Oracle".
122+
**Description**: Provide comma separated list of application components deployed on non-kubernetes environment for which Sumo Logic resources needs to be created. Allowed values are "Memcached, Cassandra, Elasticsearch, SQLserver, MongoDB, MySQL, PostgreSQL, Redis, MariaDB, Couchbase, Oracle".
123123

124124
### Configure Monitor parameters
125125

@@ -183,7 +183,7 @@ As part of configuring the Application Components solution, we need to create fi
183183
export SUMOLOGIC_ACCESSID="YOUR_SUMOLOGIC_ACCESS_ID"
184184
export SUMOLOGIC_ACCESSKEY="YOUR_SUMOLOGIC_ACCESS_KEY"
185185
```
186-
Provide your Sumo Logic deployment for the `SUMOLOGIC_ENV` variable. For example: au, ca, de, eu, jp, us2, fed or us1. For more information on Sumo Logic deployments, see [Sumo Logic Endpoints and Firewall Security](/docs/api/getting-started/#sumo-logic-endpoints-by-deployment-and-firewall-security).
186+
Provide your Sumo Logic deployment for the `SUMOLOGIC_ENV` variable. For example: au, ca, de, eu, jp, us2, fed, or us1. For more information on Sumo Logic deployments, see [Sumo Logic Endpoints and Firewall Security](/docs/api/getting-started/#sumo-logic-endpoints-by-deployment-and-firewall-security).
187187
* Run fields.sh using this command:
188188
```
189189
sh fields.sh
@@ -199,10 +199,10 @@ Deploy the Application Components Solution using the Sumo Logic Terraform Script
199199
Navigate to the directory [sumologic-solution-templates/application-components/](https://github.com/SumoLogic/sumologic-solution-templates/blob/master/application-components/) and execute the following commands:
200200

201201
1. Run `terraform validate`. This will validate the configuration files in the directory.
202-
2. Run `terraform plan` to view the sumo resources like monitors,apps,fers,fields and hierarchy which will be created/modified by Terraform.
202+
2. Run `terraform plan` to view the Sumo Logic resources like monitors,apps,fers,fields and hierarchy which will be created/modified by Terraform.
203203
3. Run `terraform apply`.
204204

205-
At the end of the console output, you should see two links, one for Apps Folder and the other for Monitors Folder. You can click on them to go to the sumo logic portal and view the dashboards and monitors. In case you missed noting down the links after deployment, you can run the `terraform show` command to see those output values again.
205+
At the end of the console output, you should see two links, one for Apps Folder and the other for Monitors Folder. You can click on them to go to the Sumo Logic portal and view the dashboards and monitors. In case you missed noting down the links after deployment, you can run the `terraform show` command to see those output values again.
206206

207207

208208
## Post Installation
@@ -289,6 +289,6 @@ See the [RESOURCES.md file](https://github.com/SumoLogic/sumologic-solution-temp
289289
#### If I already have data flowing into Sumo Logic, how do I migrate to this solution?
290290
Existing customers have to perform the below steps:
291291
1. Add `db_cluster_address` and `db_cluster` port in their telegraf configuration as mentioned in the respective component’s collection doc. This is for tagging metrics.
292-
2. Add `db_cluster_address` and `db_cluster_port` in the sumologic source for logs as mentioned in the respective component’s collection doc.
292+
2. Add `db_cluster_address` and `db_cluster_port` in the Sumo Logic source for logs as mentioned in the respective component’s collection doc.
293293
3. Import the existing fields using fields.sh script in Step 4 and follow Step 1, 2, 3, and 5 under [Installation](#installation) to deploy the solution.
294294
4. The above step will deploy new dashboards and new monitors, so after migrating your custom content to these new dashboards, you can delete old FERs and dashboards.

0 commit comments

Comments
 (0)