Skip to content

Commit 856e93d

Browse files
committed
Change in note for apps where username and password (which uses env variable in case of linux env) is optional
1 parent 92f87ec commit 856e93d

File tree

5 files changed

+16
-7
lines changed

5 files changed

+16
-7
lines changed

docs/integrations/app-development/opentelemetry/jmx-opentelemetry.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,12 @@ Below is the input required:
103103
Click on the **Download YAML File** button to get the yaml file.
104104

105105
::: note
106-
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
106+
If using username and password with OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
107107
${environment_variable}
108108
:::
109109

110+
For Linux platform if using username and password, click **Download Environment Variables File** to get the file with the password which is supposed to be set as environment variable.
111+
110112
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/JMX-OpenTelemetry/JMX-OTEL-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />
111113

112114
### Step 3: Send logs and metrics to Sumo Logic

docs/integrations/containers-orchestration/opentelemetry/activemq-opentelemetry.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,12 @@ Below is the input required:
137137
Click on the **Download YAML File** button to get the YAML file.
138138

139139
::: note
140-
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
140+
If using username and password with OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
141141
${environment_variable}
142142
:::
143143

144+
For Linux platform if using username and password, click **Download Environment Variables File** to get the file with the password which is supposed to be set as environment variable.
145+
144146
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/ActiveMQ-OpenTelemetry/ActiveMQ-OTEL-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />
145147

146148
### Step 3: Send logs and metrics to Sumo Logic

docs/integrations/databases/opentelemetry/cassandra-opentelemetry.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ Below are the inputs required:
8181
You can add any custom fields which you want to be tagged with the data ingested in Sumo. Click on the **Download YAML File** button to get the yaml file.
8282

8383
::: note
84-
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
84+
If using username and password with OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
8585
${environment_variable}
8686
:::
8787

88+
For Linux platform if using username and password, click **Download Environment Variables File** to get the file with the password which is supposed to be set as environment variable.
89+
8890
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Cassandra-OpenTelemetry/Cassandra-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />
8991

9092
### Step 3: Send logs to Sumo Logic

docs/integrations/databases/opentelemetry/elasticsearch-opentelemetry.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,20 @@ In this step, you will configure the yaml required for Elasticsearch Collection.
9292
Below are the inputs required:
9393

9494
- **Endpoint**. Enter the url of the server you need to monitor. Example: `http://localhost:9200`.
95-
- **User Name**. Enter the Elasticsearch Username.
95+
- **User Name**. Specifies the username used to authenticate with Elasticsearch using basic auth. Must be specified if password is specified.
96+
- **Password**. Specifies the password used to authenticate with Elasticsearch using basic auth. Must be specified if username is specified.
9697
- **Elasticsearch cluster log path**. By default, Elasticsearch logs are stored in `/var/log/elasticsearch/ELK-<Clustername>.log`.
9798
- **Tags**. `db.cluster.name`.
9899

99100
You can add any custom fields which you want to tag along with the data ingested in Sumo. Click on the **Download YAML File** button to get the yaml file.
100101

101-
For Linux platform, click on **Download Environment Variables File** button to get the file with the password which is supposed to be set as environment variable.
102-
103102
::: note
104103
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
105104
${environment_variable}
106105
:::
107106

107+
For Linux platform if using username and password, click **Download Environment Variables File** to get the file with the password which is supposed to be set as environment variable.
108+
108109
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Elasticsearch-OpenTelemetry/ElasticSearch-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />
109110

110111
### Step 3: Send logs and metrics to Sumo Logic

docs/integrations/web-servers/opentelemetry/apache-tomcat-opentelemetry.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,12 @@ For metrics, you're required to provide the JMX endpoint (default is `localhost:
102102
You can add any custom fields which you want to tag along with the data ingested in Sumo Logic. Click the **Download YAML File** button to get the YAML file.
103103
104104
::: note
105-
For OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
105+
If using username and password with OpenTelemetry collector version >= 0.104 we recommend to use the downloaded config with environment variable as :
106106
${environment_variable}
107107
:::
108108
109+
For Linux platform if using username and password, click **Download Environment Variables File** to get the file with the password which is supposed to be set as environment variable.
110+
109111
<img src='https://sumologic-app-data-v2.s3.amazonaws.com/dashboards/Tomcat-OpenTelemetry/Apache-Tomcat-YAML.png' style={{border:'1px solid gray'}} alt="YAML" />
110112
111113
### Step 3: Send logs and metrics to Sumo Logic

0 commit comments

Comments
 (0)