使用 Fluent-bit Deamon 在 JsonLayout(log4j.xml) 中解析问题

parsing issue in JsonLayout(log4j.xml) using fluent-bit deamon

提问人:mrDark 提问时间:9/29/2023 最后编辑:mrDark 更新时间:10/3/2023 访问量:33

问:

嘿,我在使用流利位deamon解析JsonLayout(log4j.xml)时遇到问题

我尝试在文档中查找,但找不到任何修复程序 这是我的 JsonLayout

<JsonLayout complete="false" compact="true" eventEol="true">
     <KeyValuePair key="wx.server.type.test" value="TEST"/>
      <KeyValuePair key="wx.server.status.test" value="active"/>
 </JsonLayout>

有了这个,我在 opensearch 中得到这样的输出

{"wx_server_type_test":"TEST","wx_server_status_test":"active"}

但需要这样的输出

{"wx.server.type.test":"TEST","wx.server.status.test":"active"}

任何线索都会有所帮助,谢谢

java json xml log4j 流利位

评论


答: 暂无答案