From ea5a338bae12840c0aa38c4fbe87ce95c98d8a81 Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Wed, 27 May 2015 13:37:39 -0400 Subject: [PATCH] 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 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index de6d814..2724883 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,11 @@ OpenStack Logging Tools 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).