Central Logging


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Central Logging
# 1  
Old 01-15-2009
Lightbulb Central Logging

Hello All,

I need to implement central logging for our Linux/Solaris environment and was wondering if anyone had some suggestions on software/architecture. The ability to view live/search old logs via a gui and DB support is a must. Preferably an Oracle DB...

Thanks.
# 2  
Old 01-15-2009
You mean supporting logs generated by Oracle or storing logs in an Oracle DB? (If the second, why?)
# 3  
Old 01-15-2009
re:

the logs stored in a external database... I'm thinking there may be a need in the future (SOX, etc...) to have them centrally stored in DB and we are an Oracle shop.

Thoughts?
# 4  
Old 02-05-2009
Is this still an active question?

My main thoughts were that your choices are to either make it partially relational, fully relational, or do no relations. Partially relational would have relations for:
  • hostname
  • log facility
  • log level
  • date/time
and the text of each log message is stored. Fully relational would have all messages stored in a unique table.

Doing this in perl would be easy, but probably a better way would be to take the syslog code and just modify it to interact directly with Oracle.

A great OSF project would be to do this and for max flexibility, allow the configuration to specify the SQL statements for all the inserts.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Configuring central logging server for network devices

Hi I am very well aware of configuring central logging (syslog)server on solaris to capture logs of other solaris servers. But don't know how to capture the logs of network devices like Juniper , cisco etc on solaris server. Is this possible through syslog server of solaris. Is there any way we... (1 Reply)
Discussion started by: amity
1 Replies

2. Linux

Syslog not logging successful logging while unlocking server's console

When unlocking a Linux server's console there's no event indicating successful logging Is there a way I can fix this ? I have the following in my rsyslog.conf auth.info /var/log/secure authpriv.info /var/log/secure (1 Reply)
Discussion started by: walterthered
1 Replies

3. Red Hat

Central authentication server

Hi guys In the firm we are running Windows and Linux server. Currently all servers are using the same usernames and password and from my opinion is we are running bad and non secure practice. I was looking some documentation and I think best solution is to use SAMBA/LDAP/Kerberos to act as... (5 Replies)
Discussion started by: solaris_user
5 Replies

4. AIX

Fix central firmware download

Hello, i'm a french IT student, not very fluent in English. I'm trying to download firmware updates on IBM website but they asking a serial number of a server under warrenty or maintenance. But i have a personnel server for learning, training, etc... and its not under IBM warrenty or maintenance... (4 Replies)
Discussion started by: Tharsan
4 Replies

5. UNIX for Dummies Questions & Answers

Help with central syslog

Hi, I want to collect all syslog messages from thses servers to a central syslog server and store them in seperate files. I created new Redhat server to collect all the system logs, from Linux, Windows and Cisco to this new server. For example: syslog messages from server NY01 >... (4 Replies)
Discussion started by: samnyc
4 Replies

6. AIX

How to create - Central access printer..

Guys, Totally new to this... I have asked to create a Central access printer to an AIX Server.. Spoolserver : SapErpDev_DEV_00 Host : SapErpDev IP : 172.30.1.17 Device type : HPLJ4 Printer model - HPLJ 4 : HP laserjet 4 series PCL - 5 Question.. From my understanding, I... (3 Replies)
Discussion started by: mushr00m
3 Replies

7. Filesystems, Disks and Memory

Central Backup Server

Hi , I have several Linux Servers , and now i want to run a Central backup server. . I'm looking forward finding an enterprise solution for this affair . there are different types of data on this servers, like : Mysql databases , mail server, web server , Cacti and MRTG graphs , ... I find some... (1 Reply)
Discussion started by: nasser
1 Replies

8. Red Hat

Central Syslog

Hello, Does anyone have any suggestions for a central logging solution? We have several different environments. (dev, fit, prod) I think I've settled on using rsyslog but I'm not sure on best practice. Should I tier the logging? Is a database required? etc... Any suggestions? :confused: (1 Reply)
Discussion started by: dwells
1 Replies
Login or Register to Ask a Question