fix: correct syntax for 'from' field in OpenTelemetry configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
eedb1cefc7
commit
b2dd79744b
@ -21,7 +21,7 @@ spec:
|
||||
parse_from: record.time.timestamp
|
||||
layout: unix_float
|
||||
- type: move
|
||||
from record.level.name
|
||||
from: record.level.name
|
||||
to: severity
|
||||
- type: move
|
||||
from: record.message
|
||||
|
||||
Loading…
Reference in New Issue
Block a user