mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Add note about where to get MC and how we use it
This commit is contained in:
parent
411bb54143
commit
2bf9d3ef3c
1 changed files with 10 additions and 1 deletions
|
@ -5,7 +5,16 @@ require "json"
|
|||
# This output ships metrics to MetricCatcher, allowing you to
|
||||
# utilize Coda Hale's Metrics.
|
||||
#
|
||||
# At Clearspring, we use it to count the response codes from Apache logs
|
||||
# More info on MetricCatcher: https://github.com/clearspring/MetricCatcher
|
||||
#
|
||||
# At Clearspring, we use it to count the response codes from Apache logs:
|
||||
# metriccatcher {
|
||||
# host => "localhost"
|
||||
# port => "1420"
|
||||
# type => "apache-access"
|
||||
# fields => [ "response" ]
|
||||
# meter => [ "%{@source_host}.apache.response.%{response}", "1" ]
|
||||
# }
|
||||
class LogStash::Outputs::MetricCatcher < LogStash::Outputs::Base
|
||||
config_name "metriccatcher"
|
||||
plugin_status "beta"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue