1834608 Members
3283 Online
110069 Solutions
New Discussion

how to make log server

 
SOLVED
Go to solution
siva baskaran
Regular Advisor

how to make log server

Dears,
how to make log server, which will collect all the server's log or cumulate at one place, is there any software or any methods to do this. becoz of i would like to collect all server's logs and we can analyse easily.

thanks
siva
4 REPLIES 4
wip
Frequent Advisor

Re: how to make log server

Hi Siva,

Could you tell us what logs that you want to consolidate.If you are referring syslogs files or any system files the best will be to configure a scp thru cron to copy all logs from all system to a centralised log server.Ofcourse you need to used ssh keys.

thanks
Wip
yulianto piyut
Valued Contributor
Solution

Re: how to make log server

hi siva,

just configure in /etc/syslog.conf, add line
*.info @ip_address_syslog_server

in syslog server, edit in /etc/syslog.conf, edit: *info /direktori_to_collect_syslog

so, u should make one filesystem to collect syslog, for example /data
At syslog server, edit /etc/syslog.conf => *info /data/LOG/syslog.log

-yut-
Jaime Bolanos Rojas.
Honored Contributor

Re: how to make log server

Siva, if you don't mind going third party,
This product have been recommended here in the forums,

http://www.tditx.com

Regards,

jaime.
Work hard when the need comes out.
siva baskaran
Regular Advisor

Re: how to make log server

Dear(s), wip & antul

i would like to collect syslog of all several server's. antul can u provide me as yet little brief.

and expecting from other's suggetions also



thanks
siva