博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
winlog
阅读量:5256 次
发布时间:2019-06-14

本文共 899 字,大约阅读时间需要 2 分钟。

下载 

https://www.elastic.co/downloads/beats/winlogbeat

PS C:\Users\Administrator> cd 'C:\Program Files\Winlogbeat' PS C:\Program Files\Winlogbeat> .\install-service-winlogbeat.ps1 编辑配置
winlogbeat.event_logs:  - name: Application - name: Security - name: System output.elasticsearch: hosts: - localhost:9200 logging.to_files: true logging.files: path: C:/ProgramData/winlogbeat/Logs logging.level: info

setup.template.enabled:

setup.template.name: "1.2"
setup.template.pattern: "1.2-*"

 
setup.kibana:  host: "localhost:5601"    //改一下有模板输出
output.elasticsearch:  hosts: ["myEShost:9200","myEShost2:9200"] index: "1.2-%{+yyyy.MM.dd}"
PS C:\Program Files\Winlogbeat> winlogbeat.exe -c winlogbeat.yml 在C盘下建立一个 .bat

cd C:\Program Files\Winlogbeat

winlogbeat.exe -c winlogbeat.yml

  建立一个 .vbs

createobject("wscript.shell").run "c:\winlog.bat",0

开机自启动

关闭:进程里关闭即可

 

 

转载于:https://www.cnblogs.com/jjp816/p/9024301.html

你可能感兴趣的文章
Luogu P1880 [NOI1995]石子合并
查看>>
菜鸟nginx源码剖析数据结构篇(三) 单向链表 ngx_list_t[转]
查看>>
聪明的KK【ACM】
查看>>
UIImageView裁剪
查看>>
第三章 表操作
查看>>
[转载]IntelliJ IDEA常用设置
查看>>
Linux 命令详解 ./configure、make、make install 命令
查看>>
我的lua学习2
查看>>
centos 开启关闭网卡
查看>>
C#遍历枚举中所有值
查看>>
树莓派 websocket 控制LED
查看>>
10步让你成为更优秀的程序员
查看>>
使用java代码打开chm格式的帮助文档
查看>>
不能被继承的类
查看>>
fedora yum无法正常运行问题的解决
查看>>
makefile中的自动化变量$@,$%,$
查看>>
T-SQL 之 自定义函数
查看>>
5-23 币值转换
查看>>
CentOS7 宝塔搭配git 实时更新项目源码
查看>>
论项目合同管理
查看>>