Logstash 8.13.2

Logstash is part of the Elastic Stack along with Beats, Elasticsearch and Kibana. 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

Tags log log-viewer java
License
State stable

Recent Releases

8.13.209 Apr 2024 17:45 minor bugfix: Update Dockerfile to publishing of docker images to Docker Hub registry https://github.com/elastic/logstash/pull/16059. ==== Plugins. *Elasticsearch Output - 11.22.5*. DOC Correctly document default data stream name (`logs-generic-default`) https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1140. DOC Add note that ecs-compatibility is required for data streams to work properly https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1174. logstash-8-13-1 .
8.13.104 Apr 2024 07:05 minor feature: No user-facing changes in Logstash core. logstash-8-13-0 .
8.13.027 Mar 2024 23:05 major feature: featured-8-13-0 . ==== New ls plugin: Elastic_integration filter. With the ls Elastic_integration filter, you can take advantage of the features in integrations-docs Elastic integrations without missing out on the advanced processing capabilities offered by ls . Together, Elastic integrations and ls can help you solve a wide range of use cases, including air gapped environments, data privacy processing, and multiple destinations. Your ls pipeline would include the elastic_agent input, the elastic_integration filter, and the elasticsearch output, in addition to any other plugins you want to use. Check out and the plugin docs for details. notable-8.13.0 . ==== Enhancements and notable. Flow metrics added `worker_utilization` to pipeline-level https://github.com/elastic/logstash/pull/15912. Ensure that the order of JVM options from both files and environment variables is respected https://github.com/elastic/logstash/pull/15997. plugin-changes-8.13.0 . ==== Changes to bundled plugins. Packaged `filter-elastic_integration` as a bundled plugin in preparation for GA. https://github.com/elastic/logstash/pull/15769. Unbundled `logstash-input-imap` plugin https://github.com/elastic/logstash/pull/15985. ==== Plugins. *Elastic_integration Filter - 0.1.6*. The elastic_integration filter is generally available and bundled with Logstash 8.13.0. Using this filter, ls can process data collected by integrations-docs Elastic integrations . + When you configure the filter to point to an es cluster, it auto-detects the event s data-stream to determine what integration processing (if any) should be executed for each event. It performs that processing inside ls without transmitting the event to es . Events that are successfully handled are tagged so that any downstream es output in the ls pipeline will not re-run the integration in es . where configured `username`/`password` credentials was not sent to Elasticsearch instances that ha
8.12.225 Feb 2024 01:25 minor bugfix: Set Netty's maxOrder options to previous default value of 11 https://github.com/elastic/logstash/pull/15928. Add "openssl" to UBI docker images https://github.com/elastic/logstash/pull/15929. ==== Plugins. *Jdbc Integration - 5.4.8*. Update Derby to 10.15.2.1 https://github.com/logstash-plugins/logstash-integration-jdbc/pull/155 #155 . Update sequel version to = 5.74.0, that allows the generic jdbc adapter to better handle disconnect errors https://github.com/logstash-plugins/logstash-integration-jdbc/pull/153 #153 . *Kafka Integration - 11.3.4*. "retries" and "value_serializer" error handling in output plugin https://github.com/logstash-plugins/logstash-integration-kafka/pull/160 #160 . logstash-8-12-1 .
8.12.107 Feb 2024 07:25 minor bugfix: Updates bundled JDK https://github.com/elastic/logstash/pull/15840. ==== Plugins. *Http Filter - 1.5.1*. Don't process response when the body is empty. https://github.com/logstash-plugins/logstash-filter-http/pull/50 #50 . *Syslog_pri Filter - 3.2.1*. Remove spurious leftover text from "use_labels" docs https://github.com/logstash-plugins/logstash-filter-syslog_pri/pull/15 #15 . *Logstash Integration - 1.0.2*. : input plugin now correctly applies common event decorators `type`, `tags`, and `add_field` to events after receiving them https://github.com/logstash-plugins/logstash-integration-logstash/pull/21 #21 . logstash-8-12-0 .
8.12.021 Jan 2024 03:15 major feature: features-8.12.0 . ==== New features and enhancements. Add support for adding and removing multiple keystore keys in a single operation https://github.com/elastic/logstash/pull/15739. Docker: Update Iron Bank base image to ubi9.2 https://github.com/elastic/logstash/pull/15490. Internal: extract GeoIP database manager to stand-alone feature https://github.com/elastic/logstash/pull/15348. notable-8.12.0 . ==== Notable. Add missing method of logger wrapper for puma https://github.com/elastic/logstash/pull/15640. logstash-keystore multiple keys operations with command flags https://github.com/elastic/logstash/pull/15737. Separate scheduling of segments flushes from time https://github.com/elastic/logstash/pull/15697. Add system properties to configure Jackson's stream read constraints https://github.com/elastic/logstash/pull/15763. with Jackson 2.15: Can not write a field name, expecting a value https://github.com/elastic/logstash/pull/15564. dependencies-8.12.0 . ==== Updates to dependencies. Add bigdecimal 3.1 dependency. https://github.com/elastic/logstash/pull/15384. Update Guava dependency to 32.1.2 https://github.com/elastic/logstash/pull/15394. Swap dataformat-yaml with snakeyaml https://github.com/elastic/logstash/pull/15606. Bump Puma to 6.4.2+ https://github.com/elastic/logstash/pull/15776. Update jackson to 2.15.3 https://github.com/elastic/logstash/pull/15477. docs-8.12.0 . ==== Documentation enhancements. Add https://www.elastic.co/guide/en/logstash/8.12/running-logstash-kubernetes.html info and link to ls running on a k8s cluster through. eck (ECK) https://github.com/elastic/logstash/pull/15565. Add info for sending https://www.elastic.co/guide/en/logstash/current/serverless-monitoring-with-elastic-agent.html ls monitoring data to Elastic serverless-short https://github.com/elastic/logstash/pull/15636. Add docs for https://www.elastic.co/guide/en/logstash/current/ea-integrations.html extending integrations with
8.11.417 Jan 2024 18:11 minor bugfix: No user-facing changes in Logstash core. Plugins Netflow Codec - 4.3.2 Updates the milliseconds rounding for IPFIX start/end milliseconds fields. Fix the test to run on Logstash 8 with microseconds precision. #206 Fixed unable to initialize the plugin with Logstash 8.10+ #205 Json Filter - 3.2.1 Fix tag on failure test #52 File Input - 4.4.6 Change read mode to immediately stop consuming buffered lines when shutdown is requested #322 Twitter Input - 4.1.1 Bumped public_suffix gem version to 4 6 #77 Csv Output - 3.0.10 Extend spreadsheet_safe prefix guard to '-', '+', and '@' #27