2025-12-23 19:17:16 +08:00

21 lines
482 B
JSON

{
"processors": [
{
"json": {
"field": "message",
"target_field": "json",
"ignore_failure": true
}
},
{
"date": {
"field": "json.timestamp",
"formats": [
"yyyy-MM-dd HH:mm:ss.SSSSSS"
],
"target_field": "@timestamp",
"ignore_failure": true
}
}
]
}