Browse Source

upload promtail config file

master
Akshay 11 months ago
parent
commit
4be81c999b
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      promtail-config.yaml

+ 18
- 0
promtail-config.yaml View File

@ -0,0 +1,18 @@
server:
http_listen_port: 9080
grpc_listen_port: 0
client:
url: http://10.22.13.38:3100/api/prom/push
scrape_configs:
- job_name: windows:
eventlog_name: "Application"
bookmark_path: "./bookmark.xml"
xpath_query: "*"
labels:
job: windows
pipeline_stages:
- json:
expressions:
level: levelText

Loading…
Cancel
Save