lib/logstash/outputs/jira.rb in logstash-output-jira-0.1.1 vs lib/logstash/outputs/jira.rb in logstash-output-jira-0.1.2

- old
+ new

@@ -17,10 +17,9 @@ # # To use this, you'll need to ensure your JIRA instance allows REST calls class LogStash::Outputs::Jira < LogStash::Outputs::Base config_name "jira" - milestone 2 # The hostname to send logs to. This should target your JIRA server # and has to have the REST interface enabled config :host, :validate => :string