Add link to OpenStack Infra LogStash filters

Joe Gordon noted on the openstack-operators ML [1] that the OpenStack
Infra team runs an ELK stack and has it's filters available for interested
parties to peruse.  This patch adds a link to Infra's filters in the
README file similar to the way they're laid out in the README for the
tools-generic repo [2].

[1]
http://lists.openstack.org/pipermail/openstack-operators/2015-May/007133.html
[2]
https://raw.githubusercontent.com/osops/tools-generic/master/README.md
This commit is contained in:
Mark T. Voelker 2015-05-27 13:37:39 -04:00
parent 0352cc1903
commit ea5a338bae
1 changed files with 8 additions and 0 deletions

View File

@ -6,3 +6,11 @@ OpenStack Logging Tools
logstash logstash
Example dashboards for Kibana and logging configurations for logstash. Example dashboards for Kibana and logging configurations for logstash.
Other sources of logging tools
------------------------------
* The [OpenStack Infra team](http://docs.openstack.org/infra/system-config/)
runs [logstash.openstack.org](http://logstash.openstack.org/) for debugging
test jobs and has filters available
[here](http://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/templates/logstash/indexer.conf.erb).