Questions tagged [syslog]

syslog is a standard for logging messages about the operation of a system.

syslog is a standard that defines the format of messages about a system's operation. They are further categorized by facility (user,mail,kern), etc and a severity (critical, emergency, informational, etc). These messages are usually then processed by a network monitoring system to take appropriate action. For example, on an emergency message, staff could be paged to resolve the issue, whereas long term analysis could be done on informational messages to properly maintain sytems.

660 questions
0
votes
2 answers

Configuring Syslog to accept remote log submissions

By default syslog daemons don't accept remote log submissions. I need mine to, but don't really have a clue how to configure that. Can anyone help me out, send me a good tutorial, etc. I have been googling for awhile, but can seem to find what I'm…
auwall12688
0
votes
1 answer

Qmail - replacing multilog with splogger

I currently manage a qmail installation, set up on Centos using the qmailrocks guide (which seems to have vanished from the Internet now). So - daemontools, multilog, vpopmail, qmail. I've been asked to set up a Splunk server for analysing the logs…
om3rta
  • 3
  • 4
0
votes
2 answers

Proftpd doesn't send xferlogs to syslog

I have a Proftpd v1.3.2 server, and I need to send every logs (system logs + auths logs + xferlogs) to a remote syslog server. It works fine for system+auth logs. But even if "TransferLog" was removed from the configuration file, Proftpd keeps…
klipz
  • 168
  • 2
  • 8
0
votes
2 answers

server log problem

I have a linux server running Debain. My logs are not updated in my var/log/messages. Deamon syslogd is running. Below are the logs are updated in my var/log/messages. Apr xx 20:40:24 xxxxx -- MARK -- Apr 16 22:40:26 xxxxx -- MARK -- Apr 16 23:00:26…
rajesh22
0
votes
1 answer

How do you enable and configure syslog server in OSX server 10.6?

I am completely new to OSX server. How do I turn on the syslog service? I also need it to accept connections from remote network switches. This seems to answer the second part of my question.
jftuga
  • 5,731
  • 4
  • 42
  • 51
0
votes
1 answer

How to get perl stderr to httpd log file when using syslog

This question is about HTTPD (Apache) 2.? on centOS and modperl 1.7+ When I use the apache directive ErrorLog logs/error_log, my perl warnings show up in the error_log file. When I change this to ErrorLog syslog:local1, no perl warnings show up in…
ryansstack
  • 128
  • 4
0
votes
2 answers

Detect port scanning using splunk

i have setup a log server with splunk running on it. i pinged one of the clients using backtrack....Does this also genrate log which is sent the log server?????? I wanted to detect port scanning ...on any clients ..How to do it??? The client is…
Vinod
  • 1
  • 1
  • 2
0
votes
2 answers

Solaris syslog.conf. What are root and operator?

In /etc/syslog.conf #ident "@(#)syslog.conf 1.5 98/12/14 SMI" /* SunOS 5.0 */ # # Copyright (c) 1991-1998 by Sun Microsystems, Inc. # All rights reserved. # # syslog configuration file. # # This file is processed by m4 so be careful to…
700 Software
  • 2,233
  • 10
  • 49
  • 77
0
votes
1 answer

ASA5520 stops sending to splunk syslog

I have an ASA5520 that is set up to send logs to a splunk syslog server. the setup works for a while, usually around 24 hours or so, but then stops until either the logging is reconfigured (twiddling the ports) or the ASA is restarted. what should…
Devnull
  • 951
  • 1
  • 7
  • 23
0
votes
1 answer

FreeBSD: Syslog configuration for wireless routers ( BlueSocket )

Problem: Trying to isolate the issue preventing one of our BlueSocket routers from logging to a FreeBSD syslog box. The one that is not logging has identical logging settings to the other but is on a DMZ segment, so I believe it is either a Firewall…
Bubnoff
  • 415
  • 7
  • 18
0
votes
1 answer

system logging in linux

Which one is better? syslog-ng or rsyslog or dsyslog? Please help me
user504083
0
votes
1 answer

Storing logfiles in a searchable format

We want to store logiles so that they are easily searchable and available for extended periods of time. The problem is that there are multiple servers that needs to be archived. I've looked in to a few database based solutions. Database is pretty…
Ressu
  • 246
  • 1
  • 5
0
votes
2 answers

freebsd syslog server limit

whats the max numbers of syslog servers can I configure on a freebsd machine?
hari
  • 270
  • 1
  • 4
  • 17
0
votes
1 answer

Is it possible to export Wireshark syslogs to another device?

My company is trying to export the live captured packet syslogs to a device within the network. We were just wondering if it is actually possible to do it with the Wireshark acting as a syslog relay server? Thanks.
VMNoob
0
votes
1 answer

Syslog buffering

I have a large number of "client" machines (Mac Minis running OS X 10.6.3) that need to send data to a central server, also running OS X, so I am using remote syslogging to accomplish this. My question is, if the server (or the a client) goes…
DanielGibbs
  • 573
  • 5
  • 13
  • 32