Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
thenodon committed Dec 1, 2023
1 parent 6ea9312 commit 3d0cad1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ streams:
regex: "^topology/pod-(?P<podid>[1-9][0-9]*)/node-(?P<nodeid>[1-9][0-9]*)/sys/.*"
message:
name: message
format: "%s [dn: %s]"
format: "%s podid:%s [dn: %s]"
# Names are add to the format in the order they are written
property_names:
- descr
- podid
- dn


Expand All @@ -44,7 +45,8 @@ streams:
timestamp:
property_name: loginTime
drops:
property_name: hashToken
- property_name: hashToken
- property_name: userdom
message:
name: mesg
format: "User %s - status %s IP %s"
Expand Down

0 comments on commit 3d0cad1

Please sign in to comment.