Registry / observability / gelf
library3.1.0rbrubygemsunverified

Library to send GELF messages to a Graylog logging server, supporting plain-text, GELF messages, and exceptions via UDP and TCP.

gem install gelf
INSTALL
IMPORT
SIG · GELF
G
gelf
observabilityrubyv3.1.0
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.

GELF
require 'gelf'

Send a GELF message to a Graylog server.

require 'gelf' notifier = GELF::Notifier.new('localhost', 12201) notifier.notify!('short_message' => 'Hello, Graylog!', 'host' => 'example.com')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
10
OpenAI (training)
2
Amazon
1
Resources
gelf — gem install gelf · libregistry