mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-14 05:14:06 +02:00
10 lines
207 B
YAML
10 lines
207 B
YAML
filter: "evt.StrTime != ''"
|
|
name: test/dateparse
|
|
debug: true
|
|
#it's a hack lol
|
|
statics:
|
|
- method: ParseDate
|
|
expression: evt.StrTime
|
|
- target: MarshaledTime
|
|
expression: evt.Enriched.MarshaledTime
|
|
|