You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have enable the JSON log formatter on Opensearch. It works fine, expected on Audit logs (comonent: audit).
I try to decode the field message with Json filter on Logstash, but it failed. After look the JSON validity on field ``message, you can look there are not "}` at the end. So the JSON is not valide.
Describe the bug
Hi,
I have enable the JSON log formatter on Opensearch. It works fine, expected on Audit logs (
comonent: audit
).I try to decode the field
message
with Json filter on Logstash, but it failed. After look the JSON validity on field ``message, you can look there are not
"}` at the end. So the JSON is not valide.Related component
Other
To Reproduce
Expected behavior
The field
message
must contain valid JSON string when component isaudit
.Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: