-
Couldn't load subscription status.
- Fork 450
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
After recent changes (adding entity fieldset to the ECS ) we have following inconsistency for all affected groups (cloud, host, service, user). Let discuss check only user as an example:
RFC says that
If the entity type includes a provision for `target.*` fields, such as `user.target.*`, then the `entity.*` fields should be nested under the `*.target.*` field set, for example, `user.target.entity.*`.
PR above adds entity sub namespace to the target but not to the namespace itself i.e. user.target has type of user namespace itself. So essentially it means target is of type user therefore we adding entity to the user namespace.
Changes required
Update yaml files to include entity to the top level namespace - user.entity, host.entity etc
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working