[Azure] [Audit Logs] Update Azure Audit Logs pipeline with support for initiated_by user fields - #9701
Merged
lucian-ioan merged 10 commits intoMay 1, 2024
Conversation
6 tasks
lucian-ioan
marked this pull request as ready for review
April 24, 2024 15:30
🚀 Benchmarks reportTo see the full report comment with |
muthu-mps
reviewed
Apr 26, 2024
| ignore_missing: true | ||
| - rename: | ||
| field: azure.auditlogs.properties.resultDescription | ||
| target_field: azure.auditlogs.properties.result_description |
Contributor
There was a problem hiding this comment.
The result_description field isn't there in the fields.yml. Including this field to the pipeline test would help to trace the missing fields.
muthu-mps
approved these changes
Apr 30, 2024
| "correlation_id": "8a4de8b5-095c-47d0-a96f-a75130c61d53", | ||
| "id": "Directory_ESQ", | ||
| "initiated_by": { | ||
| "user": { |
Contributor
There was a problem hiding this comment.
The fields inside initiated_by doesn't apply the naming standard but the rest of the fields does in audit logs. This is existing and not relevant to this PR. Lets figure out a way to address this issue.
lucian-ioan
enabled auto-merge (squash)
May 1, 2024 21:19
💚 Build Succeeded
History
cc @lucian-ioan |
|
|
Package azure - 1.11.3 containing this change is available at https://epr.elastic.co/search?package=azure |
shmsr
added a commit
to shmsr/integrations
that referenced
this pull request
Jul 20, 2026
…test PR elastic#9701 added a pipeline rename for properties.resultDescription → properties.result_description but never declared the field in fields.yml or added test coverage. This adds both: - fields.yml: declare properties.result_description as keyword/8191 - adlogs.md: add the field to the docs table - test fixture: second event in test-auditlogs-result-description.log exercises the properties rename end-to-end Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 tasks
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
Update Azure Audit Logs pipeline with support for initiated_by user fields.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots
These fields are currently not supported by the pipeline:
