- Logstash Reference: other versions:
- Logstash Introduction
- Getting Started with Logstash
- How Logstash Works
- Setting Up and Running Logstash
- Breaking changes
- Upgrading Logstash
- Configuring Logstash
- Performance Troubleshooting Guide
- Monitoring APIs
- Working with plugins
- Input plugins
- beats
- cloudwatch
- couchdb_changes
- drupal_dblog
- elasticsearch
- eventlog
- exec
- file
- ganglia
- gelf
- gemfire
- generator
- github
- graphite
- heartbeat
- heroku
- http
- http_poller
- imap
- irc
- jdbc
- jmx
- kafka
- kinesis
- log4j
- lumberjack
- meetup
- pipe
- puppet_facter
- rabbitmq
- rackspace
- redis
- relp
- rss
- s3
- salesforce
- snmptrap
- sqlite
- sqs
- stdin
- stomp
- syslog
- tcp
- udp
- unix
- varnishlog
- websocket
- wmi
- xmpp
- zenoss
- zeromq
- Output plugins
- boundary
- circonus
- cloudwatch
- csv
- datadog
- datadog_metrics
- elasticsearch
- exec
- file
- ganglia
- gelf
- google_bigquery
- google_cloud_storage
- graphite
- graphtastic
- hipchat
- http
- influxdb
- irc
- jira
- juggernaut
- kafka
- librato
- loggly
- lumberjack
- metriccatcher
- mongodb
- nagios
- nagios_nsca
- newrelic
- opentsdb
- pagerduty
- pipe
- rabbitmq
- rackspace
- redis
- redmine
- riak
- riemann
- s3
- sns
- solr_http
- sqs
- statsd
- stdout
- stomp
- syslog
- tcp
- udp
- webhdfs
- websocket
- xmpp
- zabbix
- zeromq
- Filter plugins
- aggregate
- alter
- anonymize
- cidr
- cipher
- clone
- collate
- csv
- date
- de_dot
- dissect
- dns
- drop
- elapsed
- elasticsearch
- environment
- extractnumbers
- fingerprint
- geoip
- grok
- i18n
- json
- json_encode
- kv
- metaevent
- metricize
- metrics
- mutate
- oui
- prune
- punct
- range
- ruby
- sleep
- split
- syslog_pri
- throttle
- tld
- translate
- urldecode
- useragent
- uuid
- xml
- yaml
- zeromq
- Codec plugins
- Contributing to Logstash
- How to write a Logstash input plugin
- How to write a Logstash input plugin
- How to write a Logstash codec plugin
- How to write a Logstash filter plugin
- Contributing a Patch to a Logstash Plugin
- Logstash Plugins Community Maintainer Guide
- Submitting your plugin to RubyGems.org and the logstash-plugins repository
- Glossary of Terms
- Release Notes
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Logstash 5.0.1 Release Notes
editLogstash 5.0.1 Release Notes
edit-
Fixed a startup issue for users who installed from packages, but were unable to start Logstash by running
bin/logstash
because the settings file,logstash.yml
, did not exist. Logstash no longer requireslogstash.yml
for startup, but running Logstash without thelogstash.yml
file is not ideal or recommended for production environments (Issue 6170). - Fixed a bug that caused Logstash to crash when the incoming data already had a field called tags and Logstash tried to append more tags to it (Issue 6142).
- Increased the current polling interval of a background thread that retrieves stats from the JVM and OS layer from 1s to 5s (Issue 6160).
-
Changed the behavior of how Logstash merges config strings when you start Logstash with the
-e
and-f
options specified. Previously, Logstash required the config files specified by-f
to be valid before merging. Logstash now reads the config specified by-e
even if-f
yields no config files (Issue 6164). - Improved the user feedback message that displays when Logstash is manually started after a package install (Issue 6061).
Input Plugins
editBeats
:
-
The plugin can now bind to a specific host using the
host
config (Issue 146). - Fixed an issue where only the first certificate found in the CA chain was taken into consideration to verify clients (Issue 153).
-
Validate the presence of
ssl_certificate_authorities
whenverify_mode
is set toFORCE_PEER
orPEER
(Issue 155). - Fixed a typo in the default ciphers suite and added validations to catch such issues in the future (Issue 156).
RabbitMQ
:
- Fixed issue where Logstash was unable to connect to RabbitMQ because the input plugin was blocking the Logstash pipeline (Issue 91).
- To improve debugging, we now include the URL of server when logging connection errors.
Kafka
:
- Fixed high CPU usage issue when reading from Kafka topics. Previously, the consumer thread was polling very frequently for new messages from the broker (Issue 124).
Filter Plugins
editGrok
:
- When using the execution cancellation feature, Grok could crash Logstash under high concurrent loads. This has been fixed (Issue 97).
XML
:
-
Fixed a bug where the plugin would report the following error when really it should have reported an invalid
configuration:
translation missing: en.logstash.agent.configuration.invalid_plugin_register
.
On this page
Was this helpful?
Thank you for your feedback.