[
https://issues.apache.org/jira/browse/NIFI-4403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16174911#comment-16174911
]
ASF GitHub Bot commented on NIFI-4403:
--------------------------------------
Github user mcgilman commented on the issue:
https://github.com/apache/nifi/pull/2167
I don't think we can always add the group name to the BulletinDTO. A user
could have permissions to the component generating the bulletin but not the
Process Group the component lives in. Adding it to the Bulletin model
server-side and exposed via the ReportingContext should ok though.
FYI - The source name is fair game as the BulletinDto is not set in the
BulletinEntity when they lack permissions to the source.
> Add group name in bulletin data
> -------------------------------
>
> Key: NIFI-4403
> URL: https://issues.apache.org/jira/browse/NIFI-4403
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Minor
>
> At the moment a bulletin includes the following information:
> - timestamp
> - id
> - nodeAddress
> - level
> - category
> - message
> - groupId
> - sourceId
> - sourceName
> - sourceType
> When S2S is used to redirect bulletins to external monitoring tools it'd be
> useful to also indicate the group name in addition to the group id.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)