Skip to content

Commit 4056c6c

Browse files
author
Kent Rancourt
committed
doc(*): strike references to logspout
1 parent 28e38c5 commit 4056c6c

4 files changed

Lines changed: 1 addition & 14 deletions

File tree

docs/src/contributing/triaging-issues.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ security | Security-related issues such as TLS encryption, network segregati
5050
- etcd/fleet
5151
- kubernetes
5252
- logger
53-
- logspout
5453
- publisher
5554
- registry
5655
- router

docs/src/roadmap/release-checklist.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ $ ./contrib/bumpver/bumpver -f A.B.C A.B.D \
3939
docs/reference/api-v1.7.rst \
4040
docs/troubleshooting_deis/index.rst \
4141
logger/image/Dockerfile \
42-
logspout/image/Dockerfile \
4342
mesos/template \
4443
mesos/zookeeper/Dockerfile \
4544
publisher/image/Dockerfile \

docs/src/understanding-deis/architecture.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ The platform scheduler is in charge of placing containers on hosts in the data p
4343
Deis also requires a few lightweight components on these hosts:
4444

4545
* [publisher][] - publishes end-user containers to the [router][]
46-
* [logspout][] - feeds log data to the Control Plane [logger][]
4746

4847
## Router Mesh
4948

@@ -75,7 +74,6 @@ See [Isolating the Planes][isolating-planes] for further details.
7574
[database]: components.md#database
7675
[isolating-planes]: ../managing-deis/isolating-the-planes.md
7776
[logger]: components.md#logger
78-
[logspout]: components.md#logspout
7977
[publisher]: components.md#publisher
8078
[registry]: components.md#registry
8179
[router]: components.md#router

docs/src/understanding-deis/components.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,9 @@ The builder component uses a [Git][] server to process
3535
The registry component hosts [Docker][] images on behalf of the platform.
3636
Image data is stored by [Store][].
3737

38-
## Logspout
39-
40-
The logspout component is a customized version of [progrium's logspout][] that runs
41-
on all CoreOS hosts in the cluster and collects logs from running containers.
42-
It sends the logs to the [logger][] component.
43-
4438
## Logger
4539

46-
The logger component is a syslog server that collects logs from [logspout][]
47-
components spread across the platform.
40+
The logger component is a syslog server that collects logs from across the platform.
4841
This data can then be queried by the [Controller][].
4942

5043
## Publisher
@@ -73,11 +66,9 @@ and [Logger][].
7366
[etcd]: https://github.com/coreos/etcd
7467
[Git]: http://git-scm.com/
7568
[logger]: #logger
76-
[logspout]: #logspout
7769
[Nginx]: http://nginx.org/
7870
[OpenStack Storage]: http://www.openstack.org/software/openstack-storage/
7971
[PostgreSQL]: http://www.postgresql.org/
80-
[progrium's logspout]: https://github.com/progrium/logspout
8172
[Redis]: http://redis.io/
8273
[registry]: #registry
8374
[release]: ../reference-guide/terms.md#release

0 commit comments

Comments
 (0)