[azure] Standardize the azure.platformlogs.Identity field to .identity#11765
Merged
zmoog merged 0 commit intoelastic:mainfrom Nov 19, 2024
Merged
[azure] Standardize the azure.platformlogs.Identity field to .identity#11765zmoog merged 0 commit intoelastic:mainfrom
azure.platformlogs.Identity field to .identity#11765zmoog merged 0 commit intoelastic:mainfrom
Conversation
.Identity field to .identityazure.platform.Identity field to azure.platform.identity
azure.platform.Identity field to azure.platform.identityazure.platformlogs.Identity field to .identity
🚀 Benchmarks reportPackage
|
| Data stream | Previous EPS | New EPS | Diff (%) | Result |
|---|---|---|---|---|
signinlogs |
2439.02 | 1956.95 | -482.07 (-19.76%) | 💔 |
springcloudlogs |
5208.33 | 4219.41 | -988.92 (-18.99%) | 💔 |
identity_protection |
4464.29 | 3533.57 | -930.72 (-20.85%) | 💔 |
To see the full report comment with /test benchmark fullreport
kaiyan-sheng
approved these changes
Nov 18, 2024
Kavindu-Dodan
approved these changes
Nov 18, 2024
devamanv
approved these changes
Nov 19, 2024
Contributor
Author
|
/test |
|
💚 Build Succeeded
History
cc @zmoog |
|
Package azure - 1.19.3 containing this change is available at https://epr.elastic.co/package/azure/1.19.3/ |
qcorporation
pushed a commit
that referenced
this pull request
Feb 3, 2025
…tity` (#11765) Renames the field `azure.platformlogs.Identity` to `azure.platformlogs.identity` for consistency. Sometimes users send log categories with an `azure.platformlogs.Identity` to platform logs. Some documents contain `azure.platformlogs.Identity` as a string, while others are as an object, causing mapping exceptions. By renaming `azure.platformlogs.Identity` to `azure.platformlogs.identity` the rest of the pipeline will take care of the string and object cases.
harnish-crest-data
pushed a commit
to chavdaharnish/integrations
that referenced
this pull request
Feb 4, 2025
…tity` (elastic#11765) Renames the field `azure.platformlogs.Identity` to `azure.platformlogs.identity` for consistency. Sometimes users send log categories with an `azure.platformlogs.Identity` to platform logs. Some documents contain `azure.platformlogs.Identity` as a string, while others are as an object, causing mapping exceptions. By renaming `azure.platformlogs.Identity` to `azure.platformlogs.identity` the rest of the pipeline will take care of the string and object cases.
qcorporation
pushed a commit
that referenced
this pull request
Feb 4, 2025
…tity` (#11765) Renames the field `azure.platformlogs.Identity` to `azure.platformlogs.identity` for consistency. Sometimes users send log categories with an `azure.platformlogs.Identity` to platform logs. Some documents contain `azure.platformlogs.Identity` as a string, while others are as an object, causing mapping exceptions. By renaming `azure.platformlogs.Identity` to `azure.platformlogs.identity` the rest of the pipeline will take care of the string and object cases.
harnish-crest-data
pushed a commit
to chavdaharnish/integrations
that referenced
this pull request
Feb 5, 2025
…tity` (elastic#11765) Renames the field `azure.platformlogs.Identity` to `azure.platformlogs.identity` for consistency. Sometimes users send log categories with an `azure.platformlogs.Identity` to platform logs. Some documents contain `azure.platformlogs.Identity` as a string, while others are as an object, causing mapping exceptions. By renaming `azure.platformlogs.Identity` to `azure.platformlogs.identity` the rest of the pipeline will take care of the string and object cases.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Proposed commit message
Renames the field
azure.platformlogs.Identitytoazure.platformlogs.identityfor consistency.Sometimes users send log categories with an
azure.platformlogs.Identityto platform logs. Some documents containazure.platformlogs.Identityas a string, while others are as an object, causing mapping exceptions.By renaming
azure.platformlogs.Identitytoazure.platformlogs.identitythe rest of the pipeline will take care of the string and object cases.Checklist
changelog.ymlfile.I have verified that Kibana version constraints are current according to guidelines.I have verified that any added dashboard complies with Kibana's Dashboard good practicesRelated issues