Events from ETW in standalone cluster

SfDen 141 Reputation points
2020-09-15T10:14:27.127+00:00

I have standalone cluster 7.1.417.9590 on Windows Server 2019.
I want to receive events: https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-diagnostics-event-generation-operational
I am using ETW provider: "Microsoft-ServiceFabric", but I only get events from Source (Task) - 'Hosting'. How can I get events from Source (Task) - 'CM' and 'FM' ?

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
252 questions
{count} votes

Accepted answer
  1. SfDen 141 Reputation points
    2020-09-28T14:28:31.43+00:00

    Events from Source (Task) - 'CM' and 'FM' generates node with primary replica Service fabric:/System/ClusterManagerService and Service fabric:/System/FailoverManagerService.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. prmanhas-MSFT 17,891 Reputation points Microsoft Employee
    2020-09-23T08:33:07.35+00:00

    @SfDen Apologies for the delay in response and all the inconvenience caused because of the issue.

    After discussion internally I got below response :

    This document describes how to capture the SF Logs (ETW) - https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-diagnostics-event-aggregation-wad#add-the-diagnostics-extension-to-an-existing-cluster

    In the same document, there is a section that describes how to add a keyword filter to get operational events only - https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-diagnostics-event-aggregation-wad#log-collection-configurations

    Hope it helps!!!

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics