rule "json message" when has_field("json_regex") then set_fields(to_map(parse_json(regex_replace(to_string($message.json_regex), to_string($message.message), "$1")))); set_field("source", $message.Source); remove_field("Source"); set_field("timestamp", parse_date(to_string($message.Timestamp), "yyyy-MM-dd'T'HH:mm:ssZ")); remove_field("Timestamp"); end
相关文章
- 01-12[CodeIgniter4]-记录日志信息
- 01-12工作流学习日志 -(Activiti7进阶)
- 01-12eclipse或者AS链接手机真机之后,logcat里面日志信息乱跳
- 01-12【day4】实训日志4(maven依赖的scope标签,springboot学习,yml与properties,springboot项目的要点)
- 01-12UE4 TRPG制作日志06
- 01-12请问在 .NET Core 中如何让 Entity Framework Core 在日志中记录由 LINQ 生成的SQL语句?
- 01-12EF Core如何输出日志到Visual Studio的输出窗口
- 01-12Spring Boot - 记录日志
- 01-12STF日志提示 Not found ; no service started
- 01-12Android Studio 日志中文乱码问题