1.0.9 • Published 10 years ago

logagent-input-windows-events v1.0.9

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
10 years ago

logagent-inpt-windows-events

Plugin for Logagent to collect windows events

1) Install logagent 2.x

npm i -g @sematext/logagent

2) Install this plugin

npm i -g logagent-input-windows-events  

3) configure logagent

input:
  windowsEvent:
    module: logagent-input-windows-events 
    intervall: 10
    providers: 
      - Microsoft-Windows-Security-SPP
      - Microsoft-Windows-Security-Auditing
      - Microsoft-Windows-DNS-Client
      - Service Control Manager
      - Microsoft-Windows-Kernel-General
      - MsiInstaller
      - Microsoft-Windows-RestartManager
      - Microsoft-Windows-CAPI2

output:
  elasticsearch:
    url: http://localhost:9200
    index: logs

4) Start logagent

logagent-windows --config myconfig.yml

5) Result in Kibana npm.io

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago