码迷,mamicode.com
首页 > 其他好文 > 详细

logstash收集bash_history历史命令

时间:2017-04-13 01:04:01      阅读:338      评论:0      收藏:0      [点我收藏+]

标签:use   apr   cat   and   记录   com   bash   ash   root   

原本使用logstash是无法读取/root/.bash_history的。这里用了一个比较巧妙的方法,将history命令记录在message中,然后再使用logstash来读取。

我们需要在/etc/profile中最后加入一行:

PROMPT_COMMAND=history -a >(tee -a ~/.bash_history | logger -t "$USER[$$] $SSH_CONNECTION  bash_history")

/var/log/message效果如下

Apr 12 22:43:03 1.1.1.1  root[4719] 2.2.2.2  44496 14.18.237.48 22  bash_history:  cat /etc/profile

 

logstash收集bash_history历史命令

标签:use   apr   cat   and   记录   com   bash   ash   root   

原文地址:http://www.cnblogs.com/mcshell/p/6701821.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!