Skip to content

caeops > logs-analyzer

list

Description


This command helps to list logs analyzers. Run caeops logs-analyzers list --help for more help.

Examples


To list details of logs analyzer.

The following logs-analyzers list example lists details of logs analyzer.

caeops logs-analyzers list

Output


Logs analyzer details -> List(structure)

  • serviceName -> (string)
    Name of the logs analyzer
  • serviceType -> (string)
    Type of the service (e.g logs-analyzer, metrics-analyzer)
  • groupName -> (string)
    Name of the service group to which the logs-analyzer is added
  • dataSources -> (structure)
    List of the data sources and their type(e.g {"logs":"some-logs-service"})
  • createdAt -> (long)
    Creation timestamp
  • updatedAt -> (long)
    Last modified timestamp)
Back to top