Skip to content

[azure.activity_logs] Missing object_type on 'azure.activitylogs.identity.claims.*' #7974

@andrewkroh

Description

@andrewkroh

azure.activitylogs.identity.claims.* field is meant to be a dynamic mapping, but is missing an 'object_type' so it will never be a dynamic mapping. Also consider specifying object_type_mapping_type to control the match_mapping_type value in the index template if that matters.

- name: claims.*
type: object
description: |
Claims

The generated mapping is for a literal field name containing *.

                "claims": {
                  "properties": {
                    "*": {
                      "type": "object"
                    }
                  }
                },

Metadata

Metadata

Assignees

Labels

Integration:azureAzure LogsbugSomething isn't working, use only for issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions