Introduction

The Topology Details app provides users with detailed insights into the relationships between their source and target resources. The app has been designed to provide comprehensive visibility into their infrastructure, empowering users to gain a better understanding of their network and system connections.

Configuration Parameters

  • Query: Use the query to select the entities that you wish to include in the report.
    • Default query: The default query {state=active and monitorable=true} will be populated by default when the app opens. User can modify/delete the default query and run his specific query.
    • Using an OpsQL query, you can customize the report result. If users did not select “state” and “monitorable” attributes in the query string, in that case the user selection query would be appended by default with “state” and “monitorable” attributes.
      For example: if a user only selected the “agentInstalled” attribute, the query would automatically append state = ‘active’ AND monitorable = true
      The query will look like as below:
      state = "active" AND monitorable = "true" AND (agentInstalled = "xxxxxx")
  • Client Selection: You can select a single client/ All clients from the dropdown list. Only selected client data will get into the report.
  • Report Content: Select report content to include selected resources as either a source, a destination, or both in the report.
  • Relations: Select relations to include specific topology relationships among the resources in the report. You can select a maximum of 3 relations.
  • Analysis Period: Only support the “Snapshot” option to analyze the report by default.
  • Supported Format: Reports are generated only in XLSX format.

Reports Output

Once the report is generated, it will consist of the following sections:

SectionDescription
SummaryThis section provides the configuration details of application.
Topology DetailsIt provides detailed information about the precise relationships among the resources in your infrastructure.
GlossaryThis section contains detailed information about each section present in the report tab, helping you to understand the generated data better.

Sample of reports in XLSX format:

Reporting apps

Next Steps

Refer to the Installation documentation on how to install and configure the apps.