We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
如图配置,IgnoreIfExist 设置为true 模拟采集数据如下: echo '{"timestamp": "2024-03-27T12:00:00","message": "Error occurred","severity": "ERROR"}' >> Add_Fields.log
处理之后的数据如下:并没有忽略已有的字段 {"content":"{"timestamp": "2024-03-27T12:00:00","message": "Error occurred","severity": "ERROR"}","severity":"ERROR","time":"1711593722"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如图配置,IgnoreIfExist 设置为true
模拟采集数据如下:
echo '{"timestamp": "2024-03-27T12:00:00","message": "Error occurred","severity": "ERROR"}' >> Add_Fields.log
处理之后的数据如下:并没有忽略已有的字段
{"content":"{"timestamp": "2024-03-27T12:00:00","message": "Error occurred","severity": "ERROR"}","severity":"ERROR","time":"1711593722"}
The text was updated successfully, but these errors were encountered: