隨便找了個版本下載下來,安裝一路next,除了中間讓你輸入一次http的管理登陸口令。 linux
2,配置 spa
以後打開URL:http://192.168.37.23:6161/,輸入默認的用戶snare和前面設置的口令3d
出現管理界面了,日誌
咱們配置syslog主要是設置以下參數,看見514,應該知道是什麼了blog
3,驗證get
在linux上查看syslog日誌,能夠看見已通過來了it
餘下的就和使用word同樣操做日誌配置,系統的遠程管理設置等了。io
4,ossim支持 登錄
若是想用再ossim上,須要修改 配置
process=rsyslogd
start=no ; launch plugin process when agent starts
stop=no ; shutdown plugin process when agent stops
startup=/etc/init.d/rsyslog start
shutdown=/etc/init.d/rsyslog stop
source=log
location=/var/log/snare.log
create_file=true
再到
alienvault:/etc/ossim# cat /etc/rsyslog.d/snare.conf
if $msg contains '192.168.1.8' then -/var/log/snare.log
if $rawmsg contains 'EventLog' then -/var/log/snare.log
~
以後重啓ossim-agent和rsyslog服務就能夠了。