From 2249a61a17857208b86ff733c75f4d4128866d15 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 21 Sep 2016 09:33:59 -0400 Subject: [PATCH] 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 --- doc/source/firehose.rst | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/source/firehose.rst b/doc/source/firehose.rst index 1ed45ba608..6a76f5dbdb 100644 --- a/doc/source/firehose.rst +++ b/doc/source/firehose.rst @@ -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