Registry / logging / logstash-filter-grok

logstash-filter-grok

JSON →
library4.4.4rbrubygemsunverified

A Logstash plugin that parses unstructured log data into structured fields using Grok patterns.

gem install logstash-filter-grok
INSTALL
IMPORT
SIG · LOGSTASH-FILTER-GR
L
logstash-filter-grok
loggingrubyv4.4.4
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::Filters::Grok
require 'logstash/filters/grok'

Configure Logstash to parse logs using Grok patterns.

require 'logstash/filters/grok' # This plugin is typically used within a Logstash pipeline configuration. # Example config: # filter { # grok { # match => { "message" => "%{COMBINEDAPACHELOG}" } # } # }
Debug
Known issues
gotchaRequires Logstash core to be installed; not a standalone gem.
fix
Install Logstash and use bin/logstash-plugin install logstash-filter-grok.
affects: >= 4.0.0
Upgrade
Version history
4.4.4latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
logstash-filter-grok — gem install logstash-filter-grok · libregistry