This plugin adds support for sending a job's console log to Logstash indexers such as ElasticSearch, RabbitMQ, or Redis.
- see Jenkins wiki for detailed feature descriptions
- use JIRA to report issues / feature requests
-
Generate the
hpi
file with the command:mvn package
-
Put the
hpi
file in the directory$JENKINS_HOME/plugins
-
Restart jenkins
Currently supported methods of input/output:
- ElasticSearch {REST API}
- Redis {format => 'json_event'}
- RabbitMQ {mechanism => PLAIN}
- Syslog {format => cee/json, protocol => UDP}
The Logstash Plugin is licensed under the MIT License.
- Fork the project on Github
- Make your feature addition or bug fix, write tests, commit.
- Send me a pull request. Bonus points for topic branches.
- Create a new class in the package
jenkins.plugins.logstash.persistence
that extendsAbstractLogstashIndexerDao
- Add a new entry to the enum
IndexerType
inLogstashIndexerDao
- Add a new mapping to the
INDEXER_MAP
inIndexerDaoFactory