You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the target project/domain has child-projects, the API calls cascade to the child-projects, so that the audit-viewer of the main project does not have to traverse all the child-projects.
When called against the main project, the API act like the child-projects had been merged with the main project. That means that the /events call returns all the events of child-projects. Likewise the /attributes API returns existing unique values in not only the main but also the child projects.
The text was updated successfully, but these errors were encountered:
The enrichment project is enabled, and a success. We have not added child projects at this time. Will look into the viability with additional fields to manage child projects via enrichment. From there, we can cascade the calls to combine child project information. Many more events as well are included within project scopes now as we are enriching events without this data after the fact.
When the target project/domain has child-projects, the API calls cascade to the child-projects, so that the audit-viewer of the main project does not have to traverse all the child-projects.
When called against the main project, the API act like the child-projects had been merged with the main project. That means that the
/events
call returns all the events of child-projects. Likewise the/attributes
API returns existing unique values in not only the main but also the child projects.The text was updated successfully, but these errors were encountered: