Skip to content

Commit 4553532

Browse files
additional feedbacks
1 parent 729bf77 commit 4553532

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ As part of the app installation process, the following fields will created by de
2828
* `webserver_farm`
2929
* `pod`
3030

31-
Additionally, if you are using Apache Tomcat in the Kubernetes environment, these following additional fields will be created by default as a part of app installation process:
31+
Additionally, if you are using Apache Tomcat in the Kubernetes environment, these following additional fields will be created by default as a part of the app installation process:
3232
* `pod_labels_component`
3333
* `pod_labels_environment`
3434
* `pod_labels_webserver_system`
@@ -256,8 +256,8 @@ This section explains the steps to collect Apache Tomcat logs from a Kubernetes
256256
1. Sumo Logic Kubernetes collection will automatically start collecting logs from the pods having the annotations defined above.
257257
1. Verify logs in Sumo Logic.
258258

259-
<br />**FER to normalize the fields in Kubernetes environments**. Labels created in Kubernetes environments automatically are prefixed with `pod_labels`. To normalize these for our app to work, we will have a Field Extraction Rule automatically created for Apache Tomcat Web Server Application Components named as **AppObservabilityApacheTomcatWebserverFER**
260-
<br />
259+
<br/>**FER to normalize the fields in Kubernetes environments**. Labels created in Kubernetes environments automatically are prefixed with `pod_labels`. To normalize these for our app to work, we will have a Field Extraction Rule automatically created for Apache Tomcat Web Server Application Components named as **AppObservabilityApacheTomcatWebserverFER**
260+
<br/>
261261

262262
</TabItem>
263263
<TabItem value="non-k8s">

docs/integrations/web-servers/apache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ As part of the app installation process, the following fields will created by de
122122
* `webserver_system`
123123
* `webserver_farm`
124124

125-
Additionally, if you are using Apache in the Kubernetes environment, these following additional fields will be created by default as a part of app installation process:
125+
Additionally, if you are using Apache in the Kubernetes environment, these following additional fields will be created by default as a part of the app installation process:
126126
* `pod_labels_component`
127127
* `pod_labels_environment`
128128
* `pod_labels_webserver_system`
@@ -246,9 +246,9 @@ This section explains the steps to collect Apache logs from a Kubernetes environ
246246
kubectl describe pod <apache_pod_name>
247247
```
248248
The Sumo Logic Kubernetes Collection process will automatically capture the logs from `stdout`/`stderr` and will send the logs to Sumo Logic. For more information on deploying the Sumo Logic-Kubernetes-Collection, please see [this page](/docs/integrations/containers-orchestration/kubernetes#collecting-metrics-and-logs-for-the-kubernetes-app).
249-
<br />
249+
<br/>
250250
**FER to normalize the fields in Kubernetes environments**. Labels created in Kubernetes environments automatically are prefixed with `pod_labels`. To normalize these for our app to work, we will have a Field Extraction Rule automatically created for Apache Web Server Application Components named as **AppObservabilityApacheWebserverFER**
251-
<br />
251+
<br/>
252252

253253
</TabItem>
254254
<TabItem value="non-k8s">

docs/integrations/web-servers/haproxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ As part of the app installation process, the following fields will created by de
8686
* `proxy_cluster`
8787
* `pod`
8888
89-
Additionally, if you are using Haproxy in the Kubernetes environment, these following additional fields will be created by default as a part of app installation process:
89+
Additionally, if you are using Haproxy in the Kubernetes environment, these following additional fields will be created by default as a part of the app installation process:
9090
* `pod_labels_component`
9191
* `pod_labels_environment`
9292
* `pod_labels_proxy_system`
@@ -203,9 +203,9 @@ This section explains the steps to collect HAProxy logs from a Kubernetes enviro
203203
kubectl describe pod <haproxy_pod_name>
204204
```
205205
5. Sumo Logic Kubernetes collection will automatically start collecting logs from the pods having the annotations defined above.
206-
<br />
206+
<br/>
207207
**FER to normalize the fields in Kubernetes environments**. Labels created in Kubernetes environments automatically are prefixed with `pod_labels`. To normalize these for our app to work, we will have a Field Extraction Rule automatically created for Proxy Application Components named as **AppObservabilityHaproxyFER**
208-
<br />
208+
<br/>
209209
</TabItem>
210210
<TabItem value="non-k8s">
211211

docs/integrations/web-servers/nginx-ingress.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Configuring log and metric collection for the Nginx Ingress app includes the fol
3737

3838
### Step 1: Configure fields in Sumo Logic
3939

40-
Additionally, if you are using Nginx Ingress in the Kubernetes environment, Following fields will be created automatically as a part of app installation process:
40+
Additionally, if you are using Nginx Ingress in the Kubernetes environment, Following fields will be created automatically as a part of the app installation process:
4141

4242
* `pod_labels_component`
4343
* `pod_labels_environment`
@@ -68,9 +68,9 @@ It’s assumed that you are using the latest helm chart version if not please up
6868
**Do not modify** the following values set by this configuration as it will cause the Sumo Logic app to not function correctly.
6969
* `component: “webserver”`. This value is used by Sumo Logic apps to identify application components.
7070
* `webserver_system: “nginx_ingress”`. This value identifies the database system.
71-
<br />
71+
<br/>
7272
**FER to normalize the fields in Kubernetes environments**. Labels created in Kubernetes environments automatically are prefixed with `pod_labels`. To normalize these for our app to work, we will have a Field Extraction Rule automatically created for Nginx Application Components named as **AppObservabilityNginxIngressWebserverFER**
73-
<br />
73+
<br/>
7474
## Installing the Nginx Ingress app
7575

7676
This section demonstrates how to install the Nginx Ingress app. These instructions assume you have already set up the collection as described above.

docs/integrations/web-servers/nginx.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ As part of the app installation process, the following fields will created by de
6363
* `webserver_farm`
6464
* `pod`
6565

66-
Additionally, if you are using Nginx in the Kubernetes environment, these following additional fields will be created by default as a part of app installation process:
66+
Additionally, if you are using Nginx in the Kubernetes environment, these following additional fields will be created by default as a part of the app installation process:
6767
* `pod_labels_component`
6868
* `pod_labels_environment`
6969
* `pod_labels_webserver_system`
@@ -197,9 +197,9 @@ This section explains the steps to collect Nginx logs from a Kubernetes environm
197197
```
198198
5. Sumo Logic Kubernetes collection will automatically start collecting logs from the pods having the annotations defined above.
199199
6. Verify logs in Sumo Logic.
200-
<br />
200+
<br/>
201201
**FER to normalize the fields in Kubernetes environments**. Labels created in Kubernetes environments automatically are prefixed with `pod_labels`. To normalize these for our app to work, we will have a Field Extraction Rule automatically created for Nginx Application Components named as **AppObservabilityNginxWebserverFER**
202-
<br />
202+
<br/>
203203
</TabItem>
204204
<TabItem value="non-k8s">
205205

0 commit comments

Comments
 (0)