Logstash is a layer in the Elasticsearch ELK stack that allows you to parse and process logs from many sources in your infrastructure and store them in a centralized location. It began as an independently developed, open source project, but now exists as a part of the official Elasticsearch family of products, bolstering development and support and retaining its Apache license. For a brief introduction to Logstash, take a look at our “Welcome to the ELK Stack” post and the official getting started guide. If you’re looking for a more in-depth overview, check out the Logstash book.
Keep reading