[Azure] Integration settings UI for sanitization#6357
[Azure] Integration settings UI for sanitization#6357lucian-ioan merged 12 commits intoelastic:mainfrom
Conversation
🌐 Coverage report
|
| title: Sanitizes New Lines | ||
| description: Sanitizes New Lines |
There was a problem hiding this comment.
I would expand the description, explaining what it does and in which cases this is required. The same applies to sanitize_singlequotes the option.
Another option is keep this description shorter and add a section in the integration docs.
Co-authored-by: Gabriel Pop <94497545+gpop63@users.noreply.github.com>
zmoog
left a comment
There was a problem hiding this comment.
LGTM, I added a couple of suggestions on the docs.
| Malformed logs can be indentified by: | ||
| - Presence of a records array in the message field, indicating a failure to unmarshal the byte slice. | ||
| - Existence of an error.message field containing the text "Received invalid JSON from the Azure Cloud platform. Unable to parse the source log message." | ||
|
|
There was a problem hiding this comment.
IIRC, besides the data streams used for the logs collection, the affected log categories are App Services, and Azure Functions logs.
The Native Azure Integration sends all logs to the platform or Spring Cloud logs data stream; that's why the ingest pipelines in these data streams handle these kinds if errors.
Co-authored-by: Maurizio Branca <maurizio.branca@elastic.co>
💚 Build Succeeded
History
cc @lucian-ioan |
|
Package azure - 1.5.20 containing this change is available at https://epr.elastic.co/search?package=azure |
What does this PR do?
Adds integration settings UI for elastic/beats#34874.