A node is a service instance of the service (tier) in your application environment. You can view the logs for a specific node of the required application. For more information about nodes, see Tiers and Nodes.

Perform the following after selecting the required application from the Splunk AppDynamics SaaS Controller UI:

  1. Click Tiers & Nodes on the left pane of the application dashboard.
  2. Select required node, then click Details.
    Select the time range for which you require the log details.
  3. Click View related Logs. If the View related Logs button is not displayed, then there are no logs during the selected time range, you can change the time range to view the button.

    This opens a new tab with the Cisco Cloud Observability UI where you can view the logs of a specific application node.
    The selected node is added as filter on the Cisco Cloud Observability UI. You can view the node filter as the service instance in the UI.
    This is the filter that you can view on the UI:

    attributes(“service.namespace”)='<app name in saas>';attributes(“service.name”)='<tier name>';attributes(“service.instance.id”)='<node name>'
    CODE