File tree 3 files changed +12
-1
lines changed
content/en/docs/collector
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,11 @@ It is also easier to [setup a collector](quick-start) than you might think: the
52
52
default OTLP exporters in each language assume a local collector endpoint, so if
53
53
you launch a collector it will automatically start receiving telemetry.
54
54
55
+ ## Collector security
56
+
57
+ Follow best practices to make sure your collectors are [ hosted] and [ configured]
58
+ securely.
59
+
55
60
## Status and releases
56
61
57
62
The ** Collector** status is: [ mixed] [ ] , since core Collector components
@@ -70,6 +75,8 @@ for more details.
70
75
{{% docs/latest-release collector-releases /%}}
71
76
72
77
[ registry ] : /ecosystem/registry/?language=collector
78
+ [ hosted ] : /docs/security/hosting-best-practices/
79
+ [ configured ] : /docs/security/config-best-practices/
73
80
[ mixed ] : /docs/specs/otel/document-status/#mixed
74
81
[ stability levels] :
75
82
https://github.com/open-telemetry/opentelemetry-collector#stability-levels
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ the following content:
14
14
15
15
- [ Data collection concepts] [ dcc ] , to understand the repositories applicable to
16
16
the OpenTelemetry Collector.
17
- - [ Security guidance] ( https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security-best-practices.md )
17
+ - [ Security guidance for end users] ( /docs/security/config-best-practices/ )
18
+ - [ Security guidance for component developers] ( https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security-best-practices.md )
18
19
19
20
## Location {#location}
20
21
Original file line number Diff line number Diff line change @@ -8,13 +8,16 @@ The OpenTelemetry Collector consists of a single binary which you can use in
8
8
different ways, for different use cases. This section describes deployment
9
9
patterns, their use cases along with pros and cons and best practices for
10
10
collector configurations for cross-environment and multi-backend deployments.
11
+ For deployment security considerations, see [ Collector hosting best
12
+ practices] [ security ] .
11
13
12
14
## Resources
13
15
14
16
- KubeCon NA 2021 Talk on [ OpenTelemetry Collector Deployment
15
17
Patterns] [ y-patterns ]
16
18
- [ Deployment Patterns] [ gh-patterns ] accompanying the talk
17
19
20
+ [ security ] : /docs/security/hosting-best-practices/
18
21
[ gh-patterns] :
19
22
https://github.com/jpkrohling/opentelemetry-collector-deployment-patterns/
20
23
[ y-patterns ] : https://www.youtube.com/watch?v=WhRrwSHDBFs
You can’t perform that action at this time.
0 commit comments