nickwallen commented on a change in pull request #1269: METRON-1879 Allow
Elasticsearch to Auto-Generate the Document ID
URL: https://github.com/apache/metron/pull/1269#discussion_r240815917
##########
File path:
metron-interface/metron-alerts/src/app/alerts/alerts-list/table-view/table-view.component.html
##########
@@ -61,7 +61,7 @@
<span appAlertSeverity [severity]="getScore(alert.source)"> <a> {{
hasScore(alert.source) ? getScore(alert.source) : '-' }} </a> </span>
</td>
<td [attr.colspan]="alertsColumnsToDisplay.length - 1">
- <a (click)="addFilter('guid', alert.id)" [attr.title]="alert.id"
style="color:#689AA9"> {{ alert.source['name'] ? alert.source['name'] :
alert.id | centerEllipses:20:cell }}</a>
+ <a (click)="addFilter('guid', alert.source['guid'])"
[attr.title]="alert.source['guid']" style="color:#689AA9"> {{
alert.source['name'] ? alert.source['name'] : alert.source['guid'] |
centerEllipses:20:cell }}</a>
Review comment:
Displays the GUID, if a user has not renamed a meta alert.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services