Skip to content

Commit

Permalink
Fix borked indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceaulinic committed Sep 6, 2017
1 parent e363f3f commit 1abd99d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,17 +209,17 @@ e.g.: the CLI option ``auth-address`` becomes ``auth_address`` in the

.. code-block:: yaml
address: 172.17.17.1
port: 5514
publish_address: 172.17.17.2
publish_port: 49017
transport: zmq
listener:
kafka:
bootstrap_servers:
- 10.10.10.1
- 10.10.10.2
- 10.10.10.3
address: 172.17.17.1
port: 5514
publish_address: 172.17.17.2
publish_port: 49017
transport: zmq
listener:
kafka:
bootstrap_servers:
- 10.10.10.1
- 10.10.10.2
- 10.10.10.3
The configuration above listens to the syslog messages from the Kafka bootstrap
servers ``10.10.10.1``, ``10.10.10.2`` and ``10.10.10.3`` then publishes the
Expand Down

0 comments on commit 1abd99d

Please sign in to comment.