Logging, Syslog and Log Anaylsys Forums
July 30, 2010, 09:56:46 pm
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
WIKI
BLOG
Help
Search
Recent Topics
GoogleTagged
Login
Register
Logging, Syslog and Log Anaylsys Forums
>
Forums
>
syslog-ng
>
syslog-ng server config file
Pages: [
1
]
« previous
next »
Print
Author
Topic: syslog-ng server config file (Read 483 times)
capricorn80
Newbie
Offline
Posts: 28
syslog-ng server config file
«
on:
February 15, 2010, 10:12:40 am »
Hi!
Can someone post his working syslog-ng server config file. The server is centralized place and accepting log from cisco,linux and window devices. I know there are many example available but i am little confused. I will be very thankful.
Regards,
Logged
Admin
Administrator
Newbie
Online
Posts: 146
Re: syslog-ng server config file
«
Reply #1 on:
February 16, 2010, 09:32:46 am »
Here is a very basic file:
Code:
source s_source { internal(); udp(); };
destination d_messages { file ("/var/log/messages"); };
log { source (s_source); destination (d_messages); };
Logged
Pages: [
1
]
Print
GoogleTagged:
syslog-ng server config file
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Forums
-----------------------------
=> Syslog & syslogd
=> syslog-ng
=> Log Data and Analysis
=> Windows Event Log
=> Web Server Logs
=> Security Event Management
=> General Discussion
===> Red Light District
Loading...