1.0.9 • Published 7 years ago

logagent-input-windows-events v1.0.9

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
7 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

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago