gelf is a full implementation for sending messages in GELF (Graylog Extended Log Format) from node.js
A stream to send JS objects to a Graylog2 server (in GELF format)
GELF Appender for log4js-node
A Winston transporter for sending GELF messages
Winston gelf transport for winston 3.x
Create and send GELF (Graylog2) messages, including chunking
A Winston transporter for sending GELF messages
A simple gelf client for node. Currently supports TCP and TCP/TLS.
PM2 Logging to GELF for GrayLog
Convert Pino logs to GELF format and gzip ready for upload to Graylog
Grab your json logs and convert them to GELF format
PM2 logging to Graylog using gelf-pro
A complete GELF client, server, and proxy for Graylog2
Winston GELF transport to Graylog or Gelf server via TCP or HTTP (TLS and HTTPS ready)
A graylog GELF UDP transport for Winston
Bunyan logs to GELF throught UDP socket
Haraka plugin for Graylog/GELF logging
Yet another winston GELF transport
A complete GELF client, server, and proxy for Graylog2
forwards log entries to a GELF server
The Graylog Extended Log Format for the Node.js
Sending GELF to graylog node by HTTP
A stream to send JS objects to a Graylog2 server (in GELF format)
Graylog client library for node.js. Works via UDP protocol with GELF format (supports compression & chunking).
A library for logging GELF messages to a Graylog compatible server
Gelf serialization using serde.
Minimal rust logger to send log entries in GELF.
TCP Handler and GELF Encoder to use with the log4rs logging framework.
GELF drain for slog
A Graylog tracing library.
Simple proxy gelf messages to the Sentry.
A near-lock-free structured logging library for Rust. Sub-microsecond ingestion via a 65k-slot ring buffer (LMAX Disruptor pattern), deferred formatting, and native OS sinks (`os_log` on macOS via `syslog(3)`, `journald` on Linux). 14 output formats including JSON, MCP, OTLP, ECS, GELF, CEF, and Logfmt.
Application-level tracing for Rust.
Application-level tracing for Rust.
`rlg` — `jq` for structured logs. Tail, filter, and convert log streams across all 14 `rlg` formats from the command line.
Flowgger is a fast, simple and lightweight data collector.
Library to send GELF messages to Graylog logging server. Supports plain-text, GELF messages and exceptions via UDP and TCP.
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
A Log4r appender for logging to a gelf sink, e.g. the graylog2 server
GELF logging for Sidekiq
Library to send GELF messages to Graylog logging server. Supports plain-text, GELF messages and exceptions via UDP, TCP and HTTP(S)
Buffered fluentd output plugin to GELF (Graylog2).
Converts fluentd log events into GELF format and sends them to Graylog
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
A GELF input plugin for fluentd
= DESCRIPTION: Provides a Chef handler which can report run status, including any changes that were made, to a Graylog2 server. In the case of failed runs a backtrace will be included in the details reported. = REQUIREMENTS: * A Graylog2 server running somewhere. = USAGE: This example makes of the chef_handler cookbook, place some thing like this in cookbooks/chef_handler/recipes/gelf.rb and add it to your run list. It also assumes your Graylog2 server has set the attribute rsyslog_server to true. log_server = search(:node, "rsyslog_server:true").first if log_server include_recipe "chef_handler::default" gem_package "chef-gelf" do action :nothing end.run_action(:install) # Make sure the newly installed Gem is loaded. Gem.clear_paths require 'chef/gelf' chef_handler "Chef::GELF::Handler" do source "chef/gelf" arguments({ :server => log_server['fqdn'] }) supports :exception => true, :report => true end.run_action(:enable) end Arguments take the form of an options hash, with the following options: * :server - The server to send messages to. * :port (12201) - The port to send on. * :facility (chef-client) - The facility to report under. * :host (node.fqdn) - The host to report messages as coming from. * :blacklist ({}) - A hash of cookbooks, resources and actions to ignore in the change list. = BLACKLISTING: Some resources report themselves as having updated on every run even if nothing changed, or are just things you don't care about. To reduce the amount of noise in your logs these can be ignored by providing a blacklist. In this example we don't want to be told about the GELF handler being activated: chef_handler "Chef::GELF::Handler" do source "chef/gelf" arguments({ :server => log_server['fqdn'], :blacklist => { "chef_handler" => { "chef_handler" => [ "nothing", "enable" ] } } }) supports :exception => true, :report => true end.run_action(:enable) = LICENSE and AUTHOR: Author:: Jon Wood (<jon@blankpad.net>) Copyright:: 2011, Blank Pad Development Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Graylog2 adapter for Yell
Library to send GELF messages to Graylog logging server. Supports plain-text, GELF messages and exceptions via UDP and TCP.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.