mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-11 07:29:29 -05:00
debugd: use nanosecond precision for logs
This commit is contained in:
parent
248dbb5927
commit
cab6044f69
@ -16,6 +16,8 @@ filebeat.config:
|
||||
# reload.enabled: true
|
||||
# reload.period: 10s
|
||||
|
||||
timestamp.precision: nanosecond
|
||||
|
||||
processors:
|
||||
- dissect:
|
||||
when:
|
||||
|
@ -38,9 +38,6 @@ filter {
|
||||
target => "logs"
|
||||
skip_on_invalid_json => true
|
||||
}
|
||||
date {
|
||||
match => [ "[logs][ts]", "ISO8601" ]
|
||||
}
|
||||
mutate {
|
||||
replace => {
|
||||
"message" => "%{[logs][msg]}"
|
||||
|
Loading…
Reference in New Issue
Block a user