Recording activity on the system (or of a particular program) for later reporting and analysis. Logins, logouts, web server page requests, etc might all be logged.
Questions tagged [logging]
2851 questions
1
vote
1 answer
Window Logs - Is any event logged when a user overwrites files? (Win Server 2012 R2)
Is any event logged when a user/process overwrites files? (Win Server 2012 R2)
hogarth45
1
vote
1 answer
How to configure aws in order to get log events?
My question has two parts:
- How to get log events? The command line tells me that I need to configure aws...
- How to configure aws?
I try to get log events by doing the following:
sudo aws logs get-log-events --log-group-name my-group…

makansij
- 265
- 1
- 5
- 12
1
vote
1 answer
How to enable slow query log in MySQL Galera?
I want to enable slow query logging in MySQL Galera.
In order to do so, I have enabled it through my.cnf:
log_slow_queries = /var/log/mysql/mysql-slow.log
long_query_time = 1
log-queries-not-using-indexes
Then, I tried to restart one…

merlin
- 2,093
- 11
- 39
- 78
1
vote
1 answer
Complete stack traces from Hyperic
I've setup Hyperic to run on our CI-machine, and every once in a while it reacts to some random stack trace and sends of an alert. So far so good, we've caught a lot of intermittent bugs that way.
My only issue is that the alert only contains the…

Mike Kushner
- 61
- 5
1
vote
4 answers
Apache access log to stdout
Is there any way to intercept Apache (1 or 2) access logs to stdout without :
modifying the config files
restarting the service
Currently my apache config file specifies "CustomLog /dev/null common"
System is Debian Etch.
Thanks in advance…

Falken
- 1,702
- 5
- 18
- 28
1
vote
1 answer
Why does my server running nginx/php-fpm keep losing session capability without generating any errors?
I am managing a server that has a couple dozen websites on it and they have all been working fine until last week when it was noticed that one site had seemingly lost the ability to maintain session data. Then another. (I am guessing it is affecting…

Dave W.
- 19
- 5
1
vote
0 answers
What is wrong with my logstash configuration?
Background
I have two types of log files: output from an ETL process, and then output from a downstream processor. We call these "ETL" and "Processor" logs.
The ETL logs are in their own folder under our logging directory, while the processor logs…

SeanKilleen
- 1,083
- 8
- 25
- 38
1
vote
1 answer
logrotation process stdout and stderr windows
I have a service on windows that's running another process that prints many lines to its STDERR and STDOUT. I'm capturing those lines and redirect them to some log file. I would like to logrotate on this log file, if its size is getting too big to…

ItamarBe
- 11
- 2
1
vote
0 answers
Event Log trigger configuration for scheduled tasks not working despite working with the eventviewer
I'm trying to start a task that gets triggered by specific events. The XML configuration for the filter I'm using is the following:

Maurice
- 11
- 3
1
vote
1 answer
Strange Centos 5 Lighttpd access log
I've investigated my Lighttpd access log and found some strange things listed below. I do not know if it's good or bad, but bearshare? I was never or these sites I use my Centos only for website hosting. Could you help me understand these…

Tom Smykowski
- 1,125
- 5
- 19
- 27
1
vote
1 answer
Send user level messages to syslog
I currently have syslog.conf like so to send INFO logs to /var/log/messages
*.info;mail.none;authpriv.none; /var/log/messages;
I have an application that uses python libraries LOG_USER facility to log Python Ref doc, but these logs are not getting…

user1843591
- 157
- 2
- 9
1
vote
1 answer
Logging when cisco switch restarts, shuts down, or starts up
Is it possible to log events like restart,shutdown and start in cisco catalyst 3750. Also need to log when a new user is created. I'm forwarding the logs from the cisco switch to the syslog server and is able to obtain the login failure and success…

Arun
- 83
- 1
- 3
- 12
1
vote
1 answer
Constant server pings
I've got a Python/Django app hosted on Heroku, monitored on New Relic, with logging tracked on Logentries. I've noticed a large amount of logs that are of the form:
at=info
method=HEAD
path="/"
host=mysite.com
…

grokpot
- 161
- 1
- 4
1
vote
2 answers
What would be a portable nignx HTTP access log format to use with nginx?
I am looking for a way to store that logs in a common format so they can easily be recognized and parsed by most tools.
I am interested about a format that is automatically recognized by goaccess tool and that it can support response time.
So far it…

sorin
- 8,016
- 24
- 79
- 103
1
vote
1 answer
Can the ETW Provider: Microsoft-Windows-IIS-Logging be installed on a Windows workstation?
I'm attempting to use Microsoft Message Analyzer version 1.3 to perform a live trace on an IIS 8.5 server. I'm an admin on my Windows 7 workstation and the target server.
Each remote provider I want to attach to must also be installed on my machine.…

Eric H
- 748
- 4
- 10