lib/logstash/outputs/pagerduty.rb in logstash-output-pagerduty-0.1.1 vs lib/logstash/outputs/pagerduty.rb in logstash-output-pagerduty-0.1.2
- old
+ new
@@ -9,10 +9,9 @@
# The only required field is the PagerDuty "Service API Key", which can be found on
# the service's web page on pagerduty.com. In the default case, the description and
# event details will be populated by Logstash, using `message`, `timestamp` and `host` data.
class LogStash::Outputs::PagerDuty < LogStash::Outputs::Base
config_name "pagerduty"
- milestone 1
# The PagerDuty Service API Key
config :service_key, :validate => :string, :required => true
# The service key to use. You'll need to set this up in PagerDuty beforehand.