https://github.com/elastic/logstash-contrib
THIS REPOSITORY IS NO LONGER USED.
https://github.com/elastic/logstash-contrib
Last synced: 3 months ago
JSON representation
THIS REPOSITORY IS NO LONGER USED.
- Host: GitHub
- URL: https://github.com/elastic/logstash-contrib
- Owner: elastic
- Created: 2013-12-13T20:08:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T07:50:58.000Z (over 1 year ago)
- Last Synced: 2025-03-29T17:08:57.153Z (10 months ago)
- Language: Ruby
- Homepage: https://github.com/logstash-plugins/
- Size: 2.29 MB
- Stars: 128
- Watchers: 375
- Forks: 135
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NOTICE: Please read!
## This repository is deprecated!
This repository and its contents are specific to the 1.4 branch of Logstash. **Beginning with Logstash 1.5, a new plugin management system was put into place.** No longer will all plugins be shipped with the Logstash core, they will be completely independent from one another.
This means that **new pull requests will not be accepted** here. This also means that any **existing pull requests will likely need to be rerouted to their new repository**. You can find where the new plugin repository is below.
## [github.com/logstash-plugins](http://github.com/logstash-plugins)
Repositories are now in [github.com/logstash-plugins](http://github.com/logstash-plugins) and have a `logstash-{type}-{name}` syntax, where type is one of `input`, `codec`, `filter`, or `output`. For example, the Elasticsearch output plugin is at [github.com/logstash-plugins/logstash-output-elasticsearch](http://github.com/logstash-plugins/logstash-output-elasticsearch), and the collectd codec is at [github.com/logstash-plugins/logstash-codec-collectd](http://github.com/logstash-plugins/logstash-codec-collectd).