linux业务日志分析步骤,EventLog Analyzer日志管理、审计、分析服务器部署教程(Linux版本)...

本文详细介绍了如何在Linux系统上安装和配置EventLog Analyzer,包括关闭SELinux和firewall,执行安装步骤,并设置开机启动。EventLog Analyzer是一个全面的日志管理、审计和分析工具,支持多种日志源。
摘要由CSDN通过智能技术生成

一、EventLog Analyzer是什么?

1、EventLog Analyzer是一款集日志存储、管理、审计、分析功能与一身的系统软件,可以收集分析路由器、交换机、防火墙和IDS/IPS、服务器、企业运行的应用程序,如数据库和网络服务器等。

2、EventLog Analyzer支持5个日志源免费,版本信息如下图:

9be5f6e72ec6e9c0e761863cf54a383c.png

二、EventLog Analyzer下载

三、EventLog Analyzer软件安装

1、Linux安装,Centos、Redhat都可以,我这里使用7.X版本最小安装,安装过程就不赘述了,系统资源最低为2C/4G/40G。

2、将下载的bin文件通过SFTP上传到linux操作系统中。

3、关闭SELinux安全

setenforce 0

#临时关闭SElinux

sed -i "s/SELINUX=enforcing/SELINUX=disabled/" /etc/selinux/config

#永久关闭SElinux

或者手动修改配置文件:

vim /etc/selinux/config

SELINUX=enforcing #将enforcing替换为disabled

SELINUX=disabled

4、关闭firewall防火墙

systemctl stop firewalld

systemctl disable firewalld

5、执行命令进行安装

[[email protected] ~]# chmod +x ManageEngine_EventLogAnalyzer_64bit.bin #给安装添加执行权限

[[email protected] ~]# ll

总用量 190056

-rw-------. 1 root root 1565 12月 2 11:33 anaconda-ks.cfg

-rwxr-xr-x. 1 root root 194612022 5月 4 18:30 ManageEngine_EventLogAnalyzer_64bit.bin

[[email protected] ~]# ./ManageEngine_EventLogAnalyzer_64bit.bin #执行安装程序

Preparing to install...

Extracting the JRE from the installer archive...

Unpacking the JRE...

Extracting the installation resources from the installer archive...

Configuring the installer for this system's environment...

./ManageEngine_EventLogAnalyzer_64bit.bin: line 2852: unzip: command not found

Invalid unzip command found

Launching installer...

Graphical installers are not supported by the VM. The console mode will be used instead...

===========================================================&#

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值