Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #636 from opdemand/rsyslog-docs
Browse files Browse the repository at this point in the history
Add rsyslog export documentation
  • Loading branch information
Gabriel Monroy committed Mar 17, 2014
2 parents 2c283ca + 542f6d2 commit 2d0f8e5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/operations/index.rst
Expand Up @@ -17,3 +17,4 @@ Operations Guide
provision-controller
register-admin-user
deploy-formation
manage-controller
30 changes: 30 additions & 0 deletions docs/operations/manage-controller.rst
@@ -0,0 +1,30 @@
:title: Manage the Deis PaaS Controller
:description: Learn how to manage your Deis controller.
:keywords: guide, howto, deis, controller, sysadmins, operations, syslog

.. _manage-controller:

Manage the Controller
=====================

The following documentation will help you get set up with managing your Deis PaaS
controller to your liking.

Sending Logs to a Remote Syslog Server
--------------------------------------

You can forward messages from Deis's syslog server to another remote server hosted outside
of the cluster. This is used in a number of cases:

- there is a legal requirement to consolidate all logs on a single system
- the remote server needs to have a full picture of the cluster's activity to perform
correctly

In our case, you can forward all messages from your Deis cluster to your remote syslog
server by setting two keys in :ref:`Discovery`. SSH into your controller and run the
following commands:

.. code-block:: console
$ etcdctl set /deis/logger/remoteHost <your_remote_syslog_hostname>
$ etcdctl set /deis/logger/remotePort <your_remote_syslog_port>

0 comments on commit 2d0f8e5

Please sign in to comment.