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?

Login with username, password and session length
News:
   Home   WIKI BLOG Help Search Recent Topics GoogleTagged Login Register  
Pages: [1]
  Print  
Author Topic: syslog-ng server config file  (Read 483 times)
capricorn80
Newbie
*
Offline Offline

Posts: 28


View Profile
« 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 Online

Posts: 146


View Profile WWW
« 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  

 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC | Sitemap Valid XHTML 1.0! Valid CSS!