This commit adds a rake task `rake artifact:dockerfile_ironbank` to generate ironbank docker build context for automatic release. The output can be found in build/logstash-ironbank-$VERSION-docker-build-context.tar.gz Co-authored-by: Rob Bavey <rob.bavey@elastic.co> |
||
---|---|---|
.. | ||
go/src/env2yaml | ||
LICENSE | ||
README.md |
Logstash
Logstash is part of the Elastic Stack along with Elasticsearch, Kibana, and Beats. Logstash is a server-side data processing pipeline that ingests data from a multitude of sources simultaneously, transforms it, and then sends it to your favorite "stash." (Ours is Elasticsearch, naturally.). Logstash has over 200 plugins, and you can write your own very easily as well.
For more info, see https://www.elastic.co/products/logstash
Installation instructions
Please follow the documentation on how to install Logstash with Docker.
Documentation and Getting Started
You can find the documentation and getting started guides for Logstash on the elastic.co site.
Where to file issues and PRs
Please open new issues and pull requests for plugins under its own repository
For example, if you have to report an issue/enhancement for the Elasticsearch output, please do so here.
Need Help?
Project Principles
- Community: If a newbie has a bad time, it's a bug.
- Software: Make it work, then make it right, then make it fast.
- Technology: If it doesn't do a thing today, we can make it do it tomorrow.