Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azure: fix mappings for azure.activitylogs.claims.* #7979

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/azure/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.5.32"
changes:
- description: Fix mappings for `azure.activitylogs.claims.*`.
type: bugfix
link: https://github.com/elastic/integrations/pull/7979
- version: "1.5.31"
changes:
- description: Migration of Azure AD Identity Protection dashboard to Lens.
Expand Down
2 changes: 2 additions & 0 deletions packages/azure/data_stream/activitylogs/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
Schema
- name: claims.*
type: object
object_type: keyword
object_type_mapping_type: '*'
description: |
Claims
- name: authorization
Expand Down
2 changes: 1 addition & 1 deletion packages/azure/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: azure
title: Azure Logs
version: 1.5.31
version: 1.5.32
release: ga
description: This Elastic integration collects logs from Azure
type: integration
Expand Down