{{ t('Event Correlations') }} {{ t('overview') }}
@if (( PermissionsService.hasPermissionObservable(['EventcorrelationModule', 'eventcorrelations', 'add'])|async ) && ( PermissionsService.hasPermissionObservable(['hosts', 'add'])|async )) { }
{{ t('Filter') }}
@if (!eventcorrelations) { } @if (eventcorrelations) { @for (evcHost of eventcorrelations.all_evc_hosts; track evcHost) { }
{{ t('Event correlation name') }} {{ t('Event correlation description') }}
@if (( PermissionsService.hasPermissionObservable(['EventcorrelationModule', 'eventcorrelations', 'view'])|async ) && evcHost.hasViewPermission) { {{ evcHost.Host.name }} } @else { {{ evcHost.Host.name }} } @if (evcHost.Host.disabled) { {{ t('DISABLED') }} } {{ evcHost.Host.description }} @if (evcHost.hasWritePermission) { {{ t('Edit Correlation') }} } @if (evcHost.hasWritePermission) { {{ t('Edit host') }} } @if (evcHost.hasWritePermission) {
  • } {{ t('Used by') }} @if (evcHost.hasWritePermission) {
  • } {{ t('View') }} {{ t('Summary view') }}
  • {{ t('Download as PDF') }}
  • @if (evcHost.hasWritePermission) {
  • } @if (evcHost.hasWritePermission) { {{ t('Delete') }} }
    } @if (eventcorrelations && eventcorrelations.all_evc_hosts.length === 0) { } @if (eventcorrelations && eventcorrelations.all_evc_hosts) {
    @if (eventcorrelations) { } }