Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Remove extra part of readme
Browse files Browse the repository at this point in the history
Signed-off-by: Sanya Kochhar <kochhars@microsoft.com>
  • Loading branch information
SanyaKochhar committed Nov 24, 2020
1 parent 6e6524f commit 3fd1ad2
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions docs/patterns/observability/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,3 @@ Once logs have been sent to Log Analytics, they can also be consumed by Applicat
```
You can now interact with your logs in either of these instances.
### Configuring Outbound Proxy Support for Fluent Bit
If you require outbound proxy support:
1. In `values.yaml`:
a) Change `enableProxySupport` to `true`
b) Update the httpProxy and httpsProxy values to `"http://<host>:<port>"`
2. In `/charts/osm/templates` create a new secret `proxy-config.yaml`:
```
apiVersion: v1
kind: Secret
metadata:
name: proxy-config
stringData:
HTTP_PROXY: {{ .Values.OpenServiceMesh.fluentBit.httpProxy }}
HTTPS_PROXY: {{ .Values.OpenServiceMesh.fluentBit.httpsProxy }}
```

0 comments on commit 3fd1ad2

Please sign in to comment.