mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
explain defaults
This commit is contained in:
parent
0cba8ffda2
commit
fd8a0f8ae6
1 changed files with 7 additions and 2 deletions
|
@ -22,8 +22,13 @@ require "logstash/namespace"
|
|||
# A simple example usage of this is to count HTTP hits by response code; to learn
|
||||
# more about that, check out the [log metrics tutorial](../tutorials/metrics-from-logs)
|
||||
#
|
||||
# The final metric sent to statsd will look like the following (assuming defaults)
|
||||
# logstash.sender.file_name
|
||||
# The default final metric sent to statsd will look like this:
|
||||
#
|
||||
# logstash.sender.metric_name
|
||||
#
|
||||
# With regards to this plugin, the default namespace is "logstash", the default sender
|
||||
# is the ${host} field, and the metric name depends on what is set as the metric name
|
||||
# in the increment, decrement, timing, count, set or gauge variable.
|
||||
#
|
||||
class LogStash::Outputs::Statsd < LogStash::Outputs::Base
|
||||
## Regex stolen from statsd code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue