Skip to content

caeops > logs-analyzer

get

Description


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

Synopsis


  get
--name [value]

Options


--name (string)

Name of the analyzer

Examples


To get details of a logs analyzer.

The following logs-analyzers get example gets details of a logs analyzer.

caeops logs-analyzers get --name=examplename

Output


Logs analyzer details -> (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