diff --git a/doc/source/firehose.rst b/doc/source/firehose.rst index 5c858c04b7..90944d19f8 100644 --- a/doc/source/firehose.rst +++ b/doc/source/firehose.rst @@ -73,22 +73,25 @@ Services Publishing to firehose As of right now the following services publish messages to the firehose: -+----------------+-----------------+---------------------------+ -| Service | Base Topic | Source of Messages | -+================+=================+===========================+ -| ansible | ansible | `ansible_mqtt_plugin`_ | -+----------------+-----------------+---------------------------+ -| gerrit | gerrit | `germqtt`_ | -+----------------+-----------------+---------------------------+ -| launchpad | launchpad | `lpmqtt`_ | -+----------------+-----------------+---------------------------+ -| subunit worker | gearman-subunit | `subunit-gearman-worker`_ | -+----------------+-----------------+---------------------------+ ++-----------------+------------------+----------------------------+ +| Service | Base Topic | Source of Messages | ++=================+==================+============================+ +| ansible | ansible | `ansible_mqtt_plugin`_ | ++-----------------+------------------+----------------------------+ +| gerrit | gerrit | `germqtt`_ | ++-----------------+------------------+----------------------------+ +| launchpad | launchpad | `lpmqtt`_ | ++-----------------+------------------+----------------------------+ +| subunit worker | gearman-subunit | `subunit-gearman-worker`_ | ++-----------------+------------------+----------------------------+ +| logstash worker | gearman-logstash | `logstash-gearman-worker`_ | ++-----------------+------------------+----------------------------+ .. _germqtt: http://git.openstack.org/cgit/openstack-infra/germqtt/ .. _lpmqtt: http://git.openstack.org/cgit/openstack-infra/lpmqtt/ .. _subunit-gearman-worker: http://git.openstack.org/cgit/openstack-infra/puppet-subunit2sql/tree/files/subunit-gearman-worker.py .. _ansible_mqtt_plugin: http://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/files/puppetmaster/mqtt.py +.. _logstash-gearman-worker: https://git.openstack.org/cgit/openstack-infra/puppet-log_processor/tree/files/log-gearman-worker.py For a full schema description see :ref:`firehose_schema`