The Wayback Machine - https://web.archive.org/web/20200708015941/https://github.com/topics/syslog
Skip to content
#

syslog

Here are 377 public repositories matching this topic...

pavlovdog
pavlovdog commented Aug 8, 2019

The documentation actually is amazing, but for me (maybe for someone else) it's not clear: can I use the rotating logs setup with the logspout?

For example, I have the following command for starting some docker container:

docker run --log-opt max-size=10m --log-opt max-file=5 ...

And the Logstash command is:

docker run -d --name=logspout\
 --volume=/var/run/docker.sock:
jburgess777
jburgess777 commented Jan 8, 2020

I noticed that there is code in afsocket which looks like it should be setting a 60 second keepalive interval on the socket:

https://github.com/syslog-ng/syslog-ng/blob/master/modules/afsocket/socket-options-inet.c#L234

#if defined(TCP_KEEPTIME) && defined(TCP_KEEPIDLE) && defined(TCP_KEEPCNT)
  self->tcp_keepalive_time = 60;
  self->tcp_keepalive_intvl = 10;
  self->tcp_keepalive_prob
danielmotaleite
danielmotaleite commented Dec 15, 2016

Adding a way to clear the screen and mark a line is good idea, as we might have several lines/pages on each updated and can be hard to known where to start reading.
Clear will also clear stored buffer and mark can be used to track some event

For clean, a small button/trash is probably good enough, mark would be great if you could click or select with the mouse

davidelang
davidelang commented Oct 8, 2019

currently when rsyslog starts, it checks to see if a pidfile exists, and if it exists, rsyslog refuses to start.

However, if rsyslog crashes or is killed with a -9, it does not have a chance to remove the pidfile and so a replacement cannot be started

As an enhancement, rather than just depending only on the existance of a pid file, rsyslog should look in the pid file and check to see if the

bitc
bitc commented Jun 20, 2018

Hi! I've recently become more interested in structured logging, and have looked into a few structured logging libraries.

You get amazing power when you dump the logs from all of your different systems and sources into a centralized log store, and can then view and analyze them as one whole.

What I've noticed though is that the various structured logging frameworks all save JSON log entries i

brian626
brian626 commented Mar 21, 2017

Hi,

First off - thanks for all the hard work that's gone into the integration documentation and examples! Really made it easy to get started with Papertrail.

I'd like to suggest one improvement to the Elastic Beanstalk example, however. As written, examples/remote_syslog.ebextensions.config uses a container_command to restart remote_syslog. However, container_command items are execut

candlerb
candlerb commented Oct 29, 2019

Is your feature request related to a problem? Please describe.

I have some issues around the "date" and "time" fields which come from syslog, either as pipe-delimited fields or as mapped JSON fields.

The fundamental question is: are these fields actually used for anything, apart from being included in alert messages? And does it matter if the format is not YYYY-MM-DD or HH:MM:SS?

**

grepory
grepory commented Oct 22, 2019

The official and locally built napalm-logs Docker container I made don't support the kafka transport. Upon inspection, I realized that kafka-python is missing from requirements.txt--so it will never make it into the container. I've fixed this in my fork, but wanted to know if that was deliberately left out or if there's a way to get it into the Docker container other than this that I'm not aware o

Library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
  • Updated Jun 30, 2020
  • Pascal
darkl0rd
darkl0rd commented Nov 2, 2019

It is not uncommon to run multiple alertmanagers, think for example a cluster of alertmanagers for each region you are hosting services in.

The current plugin allows you to only target a single AlertManager.

We use Alerta to group/visualize all our alerts from different monitoring systems and from different alertmanagers - it would be very convenient if this plugin would allow one to silence

Improve this page

Add a description, image, and links to the syslog topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the syslog topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.