Skip to content

Commit 542f6d2

Browse files
author
Matthew Fisher
committed
changed title to "Manage the Controller"
1 parent 02d2d1e commit 542f6d2

3 files changed

Lines changed: 31 additions & 25 deletions

File tree

docs/operations/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Operations Guide
1717
provision-controller
1818
register-admin-user
1919
deploy-formation
20-
send-rsyslog-messages
20+
manage-controller
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
:title: Manage the Deis PaaS Controller
2+
:description: Learn how to manage your Deis controller.
3+
:keywords: guide, howto, deis, controller, sysadmins, operations, syslog
4+
5+
.. _manage-controller:
6+
7+
Manage the Controller
8+
=====================
9+
10+
The following documentation will help you get set up with managing your Deis PaaS
11+
controller to your liking.
12+
13+
Sending Logs to a Remote Syslog Server
14+
--------------------------------------
15+
16+
You can forward messages from Deis's syslog server to another remote server hosted outside
17+
of the cluster. This is used in a number of cases:
18+
19+
- there is a legal requirement to consolidate all logs on a single system
20+
- the remote server needs to have a full picture of the cluster's activity to perform
21+
correctly
22+
23+
In our case, you can forward all messages from your Deis cluster to your remote syslog
24+
server by setting two keys in :ref:`Discovery`. SSH into your controller and run the
25+
following commands:
26+
27+
.. code-block:: console
28+
29+
$ etcdctl set /deis/logger/remoteHost <your_remote_syslog_hostname>
30+
$ etcdctl set /deis/logger/remotePort <your_remote_syslog_port>

docs/operations/send-rsyslog-messages.rst

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)