Promtail windows configuration script, binary and config file
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
windows_events:
|
|
eventlog_name: "Application"
|
|
bookmark_path: "./bookmark.xml"
|
|
xpath_query: "*"
|
|
labels:
|
|
job: windows
|
|
pipeline_stages:
|
|
- json:
|
|
expressions:
|
|
level: levelText
|