Skip to content

caeops > logs

remove-from-group

Description


This command helps you remove Logs Service from a group. Run caeops logs remove-from-group --help for more help.

Synopsis


  remove-from-group
--name [value]
--group-name [value]

Options


--name (string)

Name of Logs Service

--group-name (string)

Name of group from which you want to remove the Logs Service

Examples


To remove Logs Service from a group.

The following logs remove-from-group example removes Logs Service from the group.

caeops logs remove-from-group --name=name --group-name=example

Output


Logs Service Details -> (Structure)

  • serviceName -> (string)
    Name of the Logs Service
  • serviceRegion -> (string)
    Region of Logs Service
  • serviceEndpoint -> (string)
    Endpoint of the Elasticsearch Instance
  • serviceType -> (string)
    Type of the resource, logs-service for Logs Service
  • groupName -> (string)
    Name of the service group (Here it will be - "")
  • labels -> Structure

    • key -> (string) Name of the label

    • value -> (string) Value of the label

  • createdAt -> (long)
    Creation timestamp

  • updatedAt -> (long)
    Last modified timestamp
Back to top