mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- it's milestone, not plugin_status (new change)
This commit is contained in:
parent
2f12186c0e
commit
fc8d5a273f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ require "logstash/namespace"
|
|||
class LogStash::Outputs::DatadogMetrics < LogStash::Outputs::Base
|
||||
|
||||
config_name "datadog_metrics"
|
||||
plugin_status "experimental"
|
||||
milestone 1
|
||||
|
||||
# Your DatadogHQ API key. https://app.datadoghq.com/account/settings#api
|
||||
config :api_key, :validate => :string, :required => true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue