mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-11 00:05:27 -05:00
debugd: use nanosecond precision for logs
This commit is contained in:
parent
248dbb5927
commit
cab6044f69
2 changed files with 2 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue