Add logstash output mqtt topic to table of services

This commit adds the logstash messages to the services table in the
firehose docs. We should strive to keep this up to date, and the
messages should start reporting there once we unbreak logstash.

Change-Id: Ifaf040f889c2dcb1317c7b27cd81f275e52ed65c
This commit is contained in:
Matthew Treinish 2016-09-21 09:33:59 -04:00
parent 7e54fde8bd
commit 2249a61a17
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 10 additions and 7 deletions

View File

@ -64,16 +64,19 @@ Services Publishing to firehose
As of right now the following services publish messages to the firehose:
+-----------+------------+--------------------+
| Service | Base Topic | Source of Messages |
+===========+============+====================+
| gerrit | gerrit | `germqtt`_ |
+-----------+------------+--------------------+
| launchpad | launchpad | `lpmqtt`_ |
+-----------+------------+--------------------+
+-----------+------------+-------------------------+
| Service | Base Topic | Source of Messages |
+===========+============+=========================+
| gerrit | gerrit | `germqtt`_ |
+-----------+------------+-------------------------+
| launchpad | launchpad | `lpmqtt`_ |
+-----------+------------+-------------------------+
+ logstash | logstash | `logstash-output-mqtt`_ |
+-----------+------------+-------------------------+
.. _germqtt: http://git.openstack.org/cgit/openstack-infra/germqtt/
.. _lpmqtt: http://git.openstack.org/cgit/openstack-infra/lpmqtt/
.. _logstash-output-mqtt: https://github.com/kompa3/logstash-output-mqtt
Client Usage