Skip to content

[Azure Logs] Normalize durationMs to long across Azure integrations #16677

@zmoog

Description

@zmoog

Context

Some Azure services generate the durationMs field with a string value ("durationMs": "0") instead of a long value ("durationMs": 0), as implied by the common schema, and explicitly stated in some log categories docs like aadprovisioninglogs.

Goal

Make sure all Azure logs-focused integration always convert the durationMs to long before sending the log event to ES.

Impact

Not sending the durationMs values with the correct values can create mapping errors and deteriorate the ingest experience.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions