Merge "Add logstash worker to services table"

This commit is contained in:
Zuul 2018-02-22 20:58:30 +00:00 committed by Gerrit Code Review
commit e59b6cd4a8
1 changed files with 14 additions and 11 deletions

View File

@ -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`