Skip to content

Commit 2d0f8e5

Browse files
author
Gabriel Monroy
committed
Merge pull request #636 from opdemand/rsyslog-docs
Add rsyslog export documentation
2 parents 2c283ca + 542f6d2 commit 2d0f8e5

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

docs/operations/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Operations Guide
1717
provision-controller
1818
register-admin-user
1919
deploy-formation
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>

0 commit comments

Comments
 (0)