Skip to content

Conversation

@pgomulka
Copy link
Contributor

Fields in JSON logs should be an escaped JSON fields. It is a broken json value at the moment
"stats": "["group1", "group2"]", -> "stats": "["group1", "group2"]",
This should later be refactored into a JSON array of strings (the same as types in 7.x)
backport(#44642)

Fields in JSON logs should be an escaped JSON fields. It is a broken json value at the moment
"stats": "["group1", "group2"]", -> "stats": "[\"group1\", \"group2\"]",
This should later be refactored into a JSON array of strings (the same as types in 7.x)
@pgomulka pgomulka added :Core/Infra/Logging Log management and logging utilities backport v7.4.0 labels Jul 22, 2019
@pgomulka pgomulka self-assigned this Jul 22, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@pgomulka pgomulka merged commit a154f49 into elastic:7.x Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport :Core/Infra/Logging Log management and logging utilities v7.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants