Rsyslog is enhanced syslogd with lot of enhanced features
0
votes
0answers
6 views
ryslog stops when apache stops
I have a django web application hosted with apache. I wanted to restart rsyslog as a part of one of my API requests.
Here is what I am doing:
I edited /etc/sudoers file to allow 'apache' user to ...
0
votes
0answers
15 views
openstack-nova dose not send logs to syslog facility specified
I want to nova to send its logs to rsyslog for later use.
I just add some configurations to /etc/nova/nova.conf
use_syslog = True
syslog_log_facility = LOG_LOCAL1
verbose = False
debug = False
I ...
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 ...
-2
votes
1answer
59 views
c program to create a conf file in /etc/rsyslog.d/
i am supposed to create a conf file in /etc/rsyslog.d ,restart rsyslog and when pgm exits it should remove the conf file.But in c i cannot create file in /etc/rsyslog.d/ it is not prompting for ...
0
votes
1answer
45 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?
...
0
votes
0answers
23 views
How to get substring in rsyslog 7x (new syntax)
I have a rsyslog script, similar to this:
module(load="imfile" PollingInterval="3")
input(type="imfile"
File="/var/log/app1.log"
StateFile="log1"
tag="log1")
input(type="imfile"
...
0
votes
1answer
71 views
rsyslog config with both “$msg contains” and “$fromhost-ip startswith”
can i use the statement both "$msg contains" and "$fromhost-ip startswith" in rsyslog config?
when i use the follow for rsyslog config, it work!
if $msg contains 'src_port=6699' then -?DynFileA
...
0
votes
0answers
31 views
Rsyslog filter option
I configured my system to put syslog to a remote machine. The logging is heavy and I am running out of memory. so I want to filter it based on priority for example log only error message. I see some ...
0
votes
0answers
20 views
rsyslog performance optimization
What should be done to setup rsyslog for best performance?
We can allow some items to be lost on server crash or just lost.
We are going to save logs to the MySQL DB.
We would like to be able to ...
0
votes
0answers
77 views
duplicate log entries in Python UDP syslog server from iptables
I've implemented a basic remote syslog server in Python with the following code:
self.UDPsock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
self.UDPsock.bind(self.addr)
...
0
votes
0answers
44 views
firewall output flooding dmesg [closed]
I log all dropped packets using following iptables rule:
-A INPUT -j LOG --log-prefix "FW_DROP: " --log-level 7
and then in rsyslog.conf, I redirect this output to a separate file, so that my ...
0
votes
0answers
16 views
Rsyslod Daemon on MMU less Architecture
I am trying to port rsyslod daemon utility(Which is coded full of pthreads and fork system calls) to an architecture which does not have MMU unit.
Is it possible to run a Posix Thread based ...
0
votes
1answer
48 views
Heroku log drain performance
I am currently trying to figure out why a relative simple app I have on Heroku is (sometimes) taking very long to respond.
One of the things I am looking into is the log drain: apps write to stdout, ...
2
votes
1answer
150 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
1answer
132 views
rsyslog - how to forward specific log files to different destinations
I have a rsyslog server and several hundred Linux, Windows, ESX and F5 hosts that will be sending syslog messages to it. Is there any way to capture a specific character in the hostname from each ...
1
vote
1answer
40 views
how i grep for certain log lines
I have the following logs (removed unnecessary info) :
Feb 18 11:38:54 Kingston dhcpd: DHCPACK
Feb 18 11:39:01 duxbury /USR/SBIN/CRON[27892]:
Feb 18 17:39:01 ruby /USR/SBIN/CRON[13080]:
How Can I ...
0
votes
0answers
27 views
In rsyslog, how can I trigger an hourly email aggregating entries in one of our logs?
One of our apps has been configured to log certain errors to a log on a remote server using rsyslog. I've been asked to provide an hourly email that lists the errors logged within the last hour. I've ...
1
vote
0answers
114 views
My rsyslog.conf action doesn't trigger a Shell Execute
I'm using version 4.6.2 of rsyslog and have the following lines in /etc/rsyslog.conf:
$template InputToScript,"/home/user/%msg%"
if $msg contains "abcdefg" then ^touch;InputToScript
I did a kill -1 ...
0
votes
1answer
114 views
change msg property to new value with rsyslog
I have this rsyslog configuration:
$template f_x,"/path/%programname%.%$YEAR%%$MONTH%%$DAY%%$HOUR%.log"
if $programname == 'xyz' and $msg contains 'Hello World' or $msg contains 'FATAL' ...
0
votes
0answers
93 views
rsyslog not rotate fix size log
I am new to rsyslog, I am trying to rotate fix size log files use outchannel. It does not work for me. Could anyone help on this issues?
my rsyslog version is 4.6.2.
I add something new to my ...
0
votes
0answers
74 views
How useful is STRUCTURED-DATA in rsyslog?
I have changed the configuration of rsyslog to enable logging of STRUCTURED-DATA. So far, all that is contained in that column is -. The Syslog Protocol states the following:
STRUCTURED-DATA ...
0
votes
0answers
29 views
is RELP exist outside of RSYSLOG protocol if so were?
is RELP exist outside of RSYSLOG protocol if so were?
i want to know if the relp protocol has more to it then a protocol that has been writen to the rsyslog
0
votes
0answers
45 views
RELP protocol structure
I'm trying to understand the structure of the protocol to the bit level. I have found this documentation but it doesn't help me a lot
Does any one know how do I make my Linux send the log and save it ...
0
votes
1answer
258 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, ...
0
votes
1answer
66 views
Disable timestamp
How can I disable the timestamp (default template I think)?
I use rsyslog to send Apache access.log but I don't want the rsyslog timestamp...
Nov 26 14:13:21 remotehost apache: 1.2.3.4 - user ...
0
votes
1answer
244 views
redirection log using rsyslog
I add this line on rsyslog.conf:
if $msg contains 'arpwatch' then /var/log/test.log
The problem is if I a have simultaneous lines of logs containing the expression (arpwatch), ...
0
votes
1answer
362 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 ...
3
votes
0answers
171 views
Heroku syslog drain : too many tcp sessions
I set a logging drain on my Heroku app, to send logs to my other server.
My rsyslogd well receive the logs from Heroku, but after few hours, rsyslog start to drop packets because too many TCP ...
1
vote
1answer
61 views
Can we achieve features like no message loss and no crash when we use log4cplu as client and rsyslog as server
We are planning to use log4cplus as client with syslog appender feature and using rsyslog as server ( both local system). I am not clear with syslog appender of log4cplus features. I would like to ...
0
votes
1answer
358 views
regex for rsyslog to exclude a pattern
I need an rsyslog regex to forward all the messages containing the word "FIREWALL" to a remote server. The original log format is:
Jul 24 16:33:09 FW02 kernel: [3456825.472985] FIREWALL_DENY_IN: ...
10
votes
2answers
732 views
Why can't rsyslogd find libgcc_s.so.1?
Scenario: Running a debootstrapped Ubuntu 11.4 lxc guest on a Ubuntu 12.4 lxc host (both 64 bit)
Inside the lxc guest, rsyslogd is constantly crashing with SIGABRT stating:
libgcc_s.so.1 must be ...
1
vote
2answers
569 views
Send Output errors of nohup to syslog
I'm attempting to write a bash script that uses nohup and passes errors to rsyslog.
I've tried this command with different variations of the log variable (see below) but can't get the output passed ...
0
votes
0answers
108 views
How to prepend timestamp in logs when using upstart to fire Rails app processes?
I'm using foreman to build upstart startup scripts on some ubuntu servers, however the output from these lack timestamps of events.
The examples I've seen hitherto simply build the log via appending ...
0
votes
2answers
42 views
Incomplete sylog log when thread exit
I ve a main program that initializes syslog, this program can run multiple threads, the problem is, when a thread exit, i find only a part of their logs in syslog file, what is the problem please?
0
votes
0answers
96 views
Expression-Based Filters not working in rsyslog
Probably a quick one,
What is wrong with my syntax in this statement? rsyslog keeps complaining.
if $fromhost-ip == "172.16.255.3" and $programname == "named" then /syslogs/named.log
1
vote
2answers
2k views
Graylog2 Stream filter rule
I've got a graylog server setup and working. (version 0.9.6, with web interface). I have a stream for log entries with severity NOTICE or higher.
I want to add a filter rule to that stream which ...
1
vote
2answers
214 views
Heroku logging and exception tracking
I'm been playing around with Heroku, Airbrake and Papertrail. I love the Airbrake interface and exception tracking system. It's one crippling weakness is that you have to send messages to it ...
0
votes
1answer
183 views
Setting up rsyslog filter
I am writing something and I wanted to take advantage of Linux API for logging, I wanted to put the logs of my app to different files, so I added those lines to rsyslog.conf
if $programname == ...
0
votes
1answer
308 views
Multiple apache virtual host on different rsyslog facilities
Working on CentOS (specifically the Amazon EC2 Linux AMI). I have 2 virtual host on my apache, and I would like them to log on different rsyslog facilities, so I configured my hosts like this:
...
2
votes
1answer
615 views
Using rsyslogd in Rails 3.0
I am running a couple of Rails 3.0 sites on a Debian server. Currently all logs go into RAILS_ROOT/log/production.log (RAILS_ROOT for each site)
I would like to change this, so that all logging goes ...
1
vote
0answers
255 views
How to change log level of Munin's munin-graph.log, munin-html.log, munin-limits.log and munin-update.log?
I've already changed the log level for "munin-node.log" in "/etc/munin/munin-node.conf" but now that everything is working 100%, how do I change the log level of "munin-graph.log", "munin-html.log", ...
0
votes
1answer
803 views
how to send log to a remote log server through rsyslog?
I'm very new on ossim. i have installed ossim 3.1 onto a virtual machine (vmware)
I have 2 questions:
1) I have enabled SYSLOG from ossim-setup. Now I'm getting horde of syslog messages in ...
0
votes
1answer
198 views
storing syslog messages to MySQL using rsyslog
I need to store Syslog messages to a database like MySQL for one of my application. but i only want to store those messages which contains a specific pattern. I don't want to store all the lines which ...
0
votes
0answers
865 views
How to avoid syslogtag from rsyslog template
I am trying to use log4j to write to rsyslog server just the pure message other than having any extra stuff.
/etc/rsyslog.conf has:
$template Log4Java,"%msg:1:$:::drop-last-lf%\n"
...
1
vote
1answer
304 views
How can you send structured-data to syslog from Twisted?
I am trying to send structured-data as defined in RFC5424 to syslog from Twisted.
I'm on Ubuntu and the syslog implementation is rsyslog.
I'm running the twisted app with 'twistd --syslog', which ...
2
votes
4answers
2k views
JBoss AS 7 configure logging to Syslog Appender
In a previous version of Jboss I was able to configure a SYSLOG appender with the following configuration in jboss-log4j.xml:
<appender name="SYSLOG" ...
3
votes
1answer
1k views
How to configure syslog so that an applications log goes to a specific file
I have an application myapp which should send log files only to /var/log/myapp.log. myapp is written in C++. The following sample code, sends the logs to /var/log/syslog only. My os is Linux - Ubuntu ...
0
votes
3answers
346 views
can not read correctly from STDIN
I have a weird problem to read from STDIN in a python script.
Here is my use case. I have rsyslog configured with an output module so rsyslog can pipe log messages to my Python script.
My Python ...
0
votes
3answers
152 views
syslog - log line classifications
A very generic question; in the context of a programmer, with operational aspect of the process (program) in mind.
Is there any sort of best-practice / guide to classify messages, particularly in the ...
