-
Can I use this to receive Gelf udp packages (gelf is a subset of Json) and forward them to logstash with TCP? I don't want to run logstash on every machine in my cluster and am looking for a lightweig…
-
The `gelf.rb` dependency does not properly check for connection breakdown and discards every first message that it tries to send to server that just terminated the connection.
- Version: 3.1.4, gel…
-
Hi,
We are using the daemonset to send logs to centralized Graylog server using the following image: fluent/fluentd-kubernetes-daemonset:v1.2-debian-graylog.
The logs are sent to Graylog and we a…
-
There are several implementation details missing in the GELF specification, e. g. that using GELF via TCP mandates terminating messages with a null character (`\0`) or that compression cannot be used …
-
The [GELF specification](http://docs.graylog.org/en/2.0/pages/gelf.html) includes a sample JSON string that can be reduced to:
``` json
{
"full_message": "Backtrace here\n\nmore stuff"
}
```
leadi…
-
When u use rpc to connect to a running elixir process and then execute any action that would cause
a log to be sent to gelf, the messages are not sent.
Steps to reproduce
1.Build a long living app…
-
It would be good to have fancylogger sending out GELF messages for being consumed by a more powerful logging facility such as [Graylog2](http://www.graylog2.org) or [Logstash](http://www.logstash.net)…
-
## What?
We have some queues on our RabbitMQ cluster and we want Graylog to consume these messages with GELF AMQP input. These RabbitMQ queues are set with **Durability = transient** .
But from…
-
I'm setting up with the following implementation:
```
const stream = gelfStream.forBunyan('http://graylog-server/gelf', 12201);
const logger = bunyan.createLogger({
name: serviceName,
s…
-
Hi,
I am trying to also send the requestLog to our graylog server. Unfortunately, it does not work (messages are dropped silently). The instance is created correctly but messages cause a NPE in Logba…