No commit activity in last 3 years
No release in over 3 years
This is a Logstash output for the Pushover push notification service.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

< 2.0.0, >= 1.4.0
 Project Readme

Logstash Plugin for Pushover output

This is a plugin for logstash to send events to Pushover. It's not an official Pushover-service.

Usage

There are two required parameters that need to be set, so at the very least the following is required:

output {
	pushover {
		app_token => "YOUR_UNIQUE_APP_TOKEN"
		user_key => "RECEIVERS_UNIQUE_USER_KEY"
	}
}

No futher configuration parameters that are listed on the API specification are currently enabled.

ToDo

  • Wire-up additional configuration parameters
  • tests :)

Copyright

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request