Powershell会导致Elasticlogsearch和Kibana仪表板

问题描述 投票:0回答:1

我已经在linux上安装了kibana和elasticlogsearch(ELK),在Windows 2012上安装了metricbeat。窗口的系统日志将在Kibana仪表板上发布并显示。我需要向Kibana仪表板显示powershell命令的get-hotfix结果。

我怎样才能做到这一点?

linux windows elasticsearch kibana metricbeat
1个回答
0
投票

Windows Update事件将写入“事件日志”的“系统日志”类别。

enter image description here

您需要使用winlogbeat从事件日志中读取所需的事件并将它们发送到ES。

© www.soinside.com 2019 - 2024. All rights reserved.