Syslog is a standard for logging program messages.
0
votes
2answers
26 views
Processing syslog output to csv with python
I need help with taking log events from my siem and processing them into a csv file that can be ingested into hadoop for further processing. Below is sample from the siem and the desired result. I'm ...
0
votes
1answer
11 views
Where I can get sample syslogs?
I am trying to develop a reporting tool for Cisco devices sending syslogs i.e. Cisco Catalyst 3560 Switch, Where I can get few sample syslogs for testing my program ?
0
votes
0answers
27 views
printk stopped writing to after booting into new compiled kernel
I have compiled latest Linux kernel version (3.7.6) on my VMware machine and was able to successfully boot into new kernel, however for some reason I am not able to view printk messages from kernel in ...
0
votes
1answer
31 views
What is the syslog() facility if none is net using openlog()
I am trying to use syslog() and reading through the man pages tells me that in openlog(), "The facility argument establishes a default to be used if none is specified in subsequent calls to syslog()"
...
-1
votes
0answers
13 views
nxlog/syslog - log rotation, write delay before logrotate [closed]
I need rotate logs, but before rotate log, hold/delay any messeage for 60s (in cache) and write them after log rotate. Is it possible in nxlog or syslog?
0
votes
1answer
21 views
Can we change the log message format in sysklogd (similar to creating templates in rsyslog)
I have to send data from rsyslog in a format like this
Eg:
fac:kern HELLO pri:info HELLO May 5 14:06:31 nitish-VirtualBox kernel: Kernel logging (proc) stopped.
So i created a new conf file ...
1
vote
0answers
20 views
Log4J 1.2 SyslogAppender to detect fail connection
Currently I'm using log4j 1.2.x, and intend to use SyslogAppender for logging to syslog server. I have accomplish this.
However, I am aware that there is a possibility that the message does not ...
0
votes
2answers
45 views
Implement syslog to remote host in Windows service
I've been looking to implement sending log data to a remote Syslog host from my Windows service, so far the only decent library based option I have found is the UDP remote Syslog sender in the POCO ...
1
vote
2answers
60 views
Is there a way to redirect syslog messages to stdout?
I have an application that can run in two modes, either with a CLI, or as a daemon.
I am using syslog() for logging. However, when run in CLI mode I'd like all the logging, except those marked ...
0
votes
0answers
15 views
Nodejs with winston udplogger won't start
I have a nodejs / express app that uses winston with a udplogger. It works fine on a number of development environments, including Linux (Fedora, Centos), OSX and various versions of Windows.
We have ...
0
votes
1answer
51 views
syslog.conf configuration to log only into a custom log file,
I am using syslog in my application, I have created a rule in syslog.conf file to log
data from my application in to specific file.
But it is also writing in to the standard syslog file, i dont want ...
1
vote
0answers
24 views
How to send structured data through Syslog?
I have structured data, key value pairs, that should be logged through syslog. In the end we want to see statistics about these metrics. How should we encode and then decode it on the reciever side?
...
-1
votes
1answer
23 views
Debian 6 syslog overflow [closed]
My syslog get overflooded with the same message over and over again, untill it reaches 14gb and then the server crash.. I have my own VPS at a provider.
Im thinking it has something with it trying to ...
0
votes
0answers
19 views
Syslog not listening on port 514 - Solaris [migrated]
I ve been trying to make syslog listen in port 514 for the past 2 days but in vain. All am trying to achieve is do a logging in syslog using sysloghandler in python on (localhost, 514) socket.
The ...
1
vote
1answer
50 views
python syslog logger can't write more than 2048 chars
I'm trying to print some messages to syslog using python syslog logger. Simple logger as described here :
import logging
import logging.handlers
my_logger = logging.getLogger('MyLogger')
...
0
votes
0answers
120 views
Syslog server configuration for logging remote messages [closed]
I am currently trying to set up a syslog server on a linux machine which can receive log messages from remote clients (specifically firewalls).
The server is running sysklogd (OS is currently Linux ...
0
votes
0answers
11 views
conman: sending console log to syslog or single file
Is it possible to send conman's console output to a single unified file, or even better to syslog?
This is possible using conserver, using the '-U' flag.
1
vote
1answer
389 views
How to read jailbreak syslog?
0
How to understand why gvidi app is fall at start up? I have a crash log, but i cant read any helpful inforamtion from it.
========================
ASL is here to serve you
Mar 13 14:28:13 ...
2
votes
1answer
157 views
Increase precission of apache log to include milliseconds
I have modified the configuration of rsyslogd to disable RSYSLOG_TraditionalFileFormat.
But still the apache log /var/log/apache/error.log is displaying only second-precission.
Is there something ...
0
votes
0answers
56 views
Run bash command when specific entry found in syslog
I have a linux box that occasionally puts an error in the syslog. That error indicates a critical problem with the system. I'm working on resolving the root of the problem. However, I'd like a good ...
0
votes
0answers
50 views
Syslog4j - remove prefix from the message
Sample code:
final SyslogIF syslog = Syslog.getInstance(props.getProperty("protocol"));
final SyslogConfigIF config = syslog.getConfig();
config.setHost(props.getProperty("host"));
...
0
votes
0answers
112 views
PAM “pam_unix.so” authentication sometimes fails
I'm having some trouble with PAM. I have a tomcat webapp that uses PAM to authenticate. During install we make a symbolic link in /etc/pam.d to the /etc/pam.d/sshd file. This has always worked.
...
0
votes
3answers
60 views
How to define an additional Java log level?
The standard Java logging defines the following log levels:
SEVERE (highest)
WARNING
INFO
CONFIG
FINE
FINER
FINEST
This is incompatible to RFC 5424, because it lacks a NOTICE level between INFO ...
0
votes
1answer
300 views
Using Syslog functionality in Graylog2
I have Graylog2 v 0.9.6 installed, its syslog server is listening on UDP port 33000. Below is its configuration:
# On which port (UDP) should we listen for Syslog messages? (Standard: 514)
...
1
vote
1answer
179 views
WebLogic 12C centralized Log4J or Logback configuration
I'd like configure a centralized logging into WebLogic 12C. According to the business requirements I have to use Syslog in the production environment and I have to provide custom (eg. file, console ...
1
vote
1answer
108 views
Algorithm for parsing Syslog Priority Value (PRIVAL)
I'd like to parse the PRIVAL info from a syslog entry, but I'm having trouble wrapping my head around the algorithm needed.
RFC5424 says:
The Priority value is calculated by first multiplying the ...
0
votes
0answers
70 views
Devise Lockable Strategy: Failed Login Attempts Triggering syslogs (local0.warn)
We are setting up an external facing server. Our IT requires us to use the syslogs (local0.warn) to log the incidents of failed login attempts.
We are using Devise Lockable strategy, and we also set ...
0
votes
0answers
54 views
How do I get syslog-ng to do something smart with truncated messages
Syslog-ng uses the *log_msg_size* setting to control how long a message is allowed to be. This questions is concerned with how to manage the excess data.
Currently what is happening is the excess ...
0
votes
0answers
68 views
syslog-daemon with dynamic facilitys or own logger for each software?
)
In the moment I'm writing a few daemon applications that produce output and this should be logged. So now I have two choices: Use syslog or provide own functions to write to my log file.
But I ...
0
votes
0answers
26 views
Can you specify a whole network in the syslog.conf file?
As stated in man, one can syslog out from a specific host via :
+hostname
. /var/log/sip.log
Is it possible to grab a whole network instead of a single hostname in this manner via +10.0.0.0/24?
...
2
votes
1answer
133 views
Rails logger.error not showing up in SysLog
I have a question on how to configure correctly to get rails logger.error message showing up in SysLog. We used SyslogLogger gem. In our Syslog config, we have filter like this:
if $programname == ...
0
votes
0answers
201 views
How Klogd communicate with syslogd?
On my system I have syslogd writing userpsace log messages into a persistent file on flash. I want to do same thing with my klogd messages. From manpages it seems Klogd by default send messages to ...
1
vote
1answer
71 views
Servlet filter for selective data capture
I have a third party Tomcat-based server application that I cannot change. The application receives POST requests from clients using the XML format. There is a business need to log some XML data ...
2
votes
1answer
126 views
How to configure Jetty 8 to use syslog
Running on Ubuntu I want Jetty 8 to write to syslog instead of the logs folder. In my Java I just want to use getLogger.info(messaeg)...
I can see my app logs in the Jetty logs at $JETTY_HOME/logs, ...
0
votes
0answers
70 views
Using Pantheios with SysLog on Windows to log to Loggly
I'm trying to use Pantheios with the WindowsSyslog back-end (I've never used Syslog before).
I want it to log to Loggly.com.
I wrote this little global class and variable for testing based on the ...
-1
votes
1answer
88 views
What are the members of “local4” in syslog? [closed]
In syslog, it's possible to redirect local4.* log messages to a separate file, but where can I find the list of programs that logs under local4 ?
Is there a list of the members of each logging group ...
2
votes
1answer
145 views
Suppress log entry for single sudo commands
For server monitoring, we execute couple of commands with password-less sudo every minute. This fills the server logs.
sudo: zabbix : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/foo/bar
Can I ...
0
votes
1answer
144 views
Good syslog analyser tools [closed]
I have a requirement where in i get huge syslogs every day i need to analyze those logs generate alarm's or do some action. Do we have any tools(open source or commercial) which will analyze the ...
2
votes
2answers
131 views
Streaming log files to remote client
I have a Java app running on a remote server (debian linux). The app logs runtime informations to files.
Once in a while, the support needs to analyze the logs using a client tool (not running on the ...
3
votes
2answers
538 views
python syslog.syslog vs SysLogHandler
I'm looking at how to log to syslog from within my python app, and I found there are two ways of doing it:
Using syslog.syslog() routines
Using the logger module SysLogHandler handler
Can anyone ...
-1
votes
1answer
42 views
404 eror page writing to syslog in asp
I have a custom 404 page that is written in classic ASP. I am trying to set up that when the page is hit, it should send a log through syslog.
How do I write that out?
0
votes
1answer
265 views
Using logAnalyzer with log4j syslog appender
I am trying to send syslog messages from my web application to RSYSLOG and then view them in logAnalyzer.
I manage to see the logs but the following fields are not shown in the main table: Facility, ...
5
votes
1answer
197 views
Newlines get stripped in syslog-ng
We have implemented centralised logging using syslog-ng on our load balanced servers. The history of that setup can be seen here: How do I set up PHP Logging to go to a remote server? .
It's working ...
1
vote
2answers
41 views
PHP two syslogs;
I'm trying to do a feature with such a functionality:
I've got a custom error handler but I want to set it up i cooperation with default server syslogger. I'm using Xampp.
So I need to send data to ...
3
votes
1answer
130 views
Filter syslog in php functions, then display contents in JS div?
Let's revise this question with a new approach...I have three files: logtail.php, ajax.js and index.php. My goal is to create a syslog viewer (Linux).
On index.php I made a div where I want to ...
0
votes
1answer
77 views
Preform a bitwise to decode a syslog priority code
I'm trying figure how to decode a syslog priority code in powershell. I know the priority code is a combination of the facilty and severity of the message, and that the facility is mutiplied by 8 ...
0
votes
1answer
372 views
Writing log data to syslog using log4j
I'm unable to write log messages into syslog. Any helo would be great.
Here is my simple log4j program
import org.apache.log4j.Logger;
import java.io.*;
import java.sql.SQLException;
import ...
0
votes
1answer
86 views
Gearmand not starting properly, getting “multiple occurences” returned
Gearmand ran for about a day before I tried to restart it and it wouldn't come back up. Getting the following and the syslog doesn't have anything in it that refers to gearman.
~$ ...
1
vote
1answer
62 views
what happens if an application open more than one connection to syslog?
I have an application that uses syslog for logging. another library within this application explicitly calls openlog() for its own usage, in this case something strange happens: stderr output is sent ...
0
votes
1answer
179 views
syslog-ng install finished without the needed files
I downloaded syslog-ng OSE from the site (version 3.4.0alpha3)
successfully run
./configure
make
make install
but I've got no /etc/syslog-ng.conf
nor /etc/init.d/syslog-ng
What might be the ...

