Skip to content

Commit

Permalink
rust rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbnl committed Mar 8, 2024
1 parent b02b5ec commit fb5f0f6
Show file tree
Hide file tree
Showing 13 changed files with 204 additions and 1,273 deletions.
1,128 changes: 68 additions & 1,060 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ serde_json="1.0.79"
serde_derive = "1.0.136"
clap = { version = "4.5.2", features = ["derive"] }
csv = "1.3.0"
polars = "0.38.1"
poston = "0.7.8"
2 changes: 1 addition & 1 deletion ConfigExamples/fluentd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ output:
fluentd:
enabled: True
tenantName: MyTenant
address: fluentd
address: localhost
port: 24224
1 change: 0 additions & 1 deletion ConfigExamples/fullConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ collect: # Settings determining which audit logs to collect and how to do it
retryCooldown: 3 # Seconds to wait before retrying retrieving a content blob
autoSubscribe: True # Automatically subscribe to collected content types. Never unsubscribes from anything.
skipKnownLogs: True # Remember retrieved log ID's, don't collect them twice
resume: False # DEPRECATED, recommended to keep 'false'. Remember last run time, resume collecting from there next run
hoursToCollect: 24 # Look back this many hours for audit logs (can be overwritten by resume)
filter: # Only logs that match ALL filters for a content type are collected. Leave empty to collect all
Audit.General:
Expand Down
2 changes: 0 additions & 2 deletions known_blobs

This file was deleted.

77 changes: 0 additions & 77 deletions known_logs

This file was deleted.

Loading

0 comments on commit fb5f0f6

Please sign in to comment.