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"
}
}
},
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 specifyingobject_type_mapping_typeto control thematch_mapping_typevalue in the index template if that matters.integrations/packages/azure/data_stream/activitylogs/fields/fields.yml
Lines 34 to 37 in f7a2a19
The generated mapping is for a literal field name containing
*.