|
In order to collect event logs from various hosts in the network, you need to add them to the list of hosts that EventLog Analyzer is currently collecting event logs from. The list of hosts currently monitored is shown in the Hosts table on the Dashboard view of the Home tab. You can add a new host by clicking the New Host link from the Dashboard, the sub tab, or the Settings tab.
If EventLog Analyzer has been installed on a UNIX machine, it cannot collect event logs from Windows hosts.
Default listener ports of EventLog Analyzer are 513 & 514. UNIX hosts already configured to send data to the EventLog Analyzer on either of these ports will be automatically added to the list of hosts.
| |
The default Host Types are Windows, Unix, Cisco Device and Syslog Device. For adding custom/new host types click on the |
icon to create a new host group.| You need to be logged in with Administrator rights to see the Pick Hosts option. |
| |
The default Host Types are Windows, Unix, Cisco Device and Syslog Device. For adding custom host types click on the |
| |
While adding multiple hosts, the Syslog Listener Port number that you enter, is assumed as the port number of the syslog service for all the hosts. |
The above steps for adding a UNIX host is also applicable for adding Cisco Device (switches and routers) or any other Syslog Device provided you select the Host Type as Cisco Device or Syslog Device or Custom Host Type. Before adding a Cisco Device or UNIX or HP-UX or Solaris host, you need to configure the syslog service on the Cisco Device or UNIX or HP-UX or Solaris host to send syslogs to EventLog Analyzer.
The Host Details page provides details regarding the added hosts.
*.* @<server_name>
at the end, where <server_name>
is the name of the machine on which EventLog Analyzer is running./etc/rc.d/init.d/syslog restart*.emerg;*.alert;*.crit;*.err;*.warning;*.notice;*.info;*.debug
<tab-separation>@<server_name>;
| |
For Solaris host, it is just enough to include |
*.debug
and @<server_name>.Command to be executed :
(for HP-UX) /sbin/init.d/syslogd start
(for Solaris) /etc/init.d/syslog start
(for IBM AIX) startsrc -s syslogd
|