Browse Source

Add security logs

master
Akshay 1 year ago
parent
commit
2a1935a23d
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      promtail-config.yaml

+ 11
- 0
promtail-config.yaml View File

@ -17,3 +17,14 @@ scrape_configs:
- json:
expressions:
level: levelText
- job_name: security
windows_event:
eventlog_name: "Security"
bookmark_path: "./bookmark.xml"
xpath_query: "*"
labels:
job: security
pipeline_stages:
- json:
expressions:
level: levelText

Loading…
Cancel
Save