Registry / logging / logstash-codec-multiline

logstash-codec-multiline

JSON →
library3.1.2rbrubygemsunverified

Logstash plugin for multiline codec support

gem install logstash-codec-multiline
INSTALL
IMPORT
SIG · LOGSTASH-CODEC-MUL
L
logstash-codec-multiline
loggingrubyv3.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LogStash::Codecs::Multiline
require 'logstash/codecs/multiline'

Use multiline codec to merge lines starting with whitespace

require 'logstash/codecs/multiline' codec = LogStash::Codecs::Multiline.new(pattern: '^\\s', what: 'previous') codec.decode('line1\n line2') { |event| puts event }
Debug
Known issues
gotchaRequires Logstash core pipeline
fix
Install via logstash-plugin command, not as standalone gem
affects: >= 0.0.0
Upgrade
Version history
3.1.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
logstash-codec-multiline — gem install logstash-codec-multiline · libregistry