Skip to content

iectl iem-v2 device log-streaming configure

configure log streaming settings on Edge Devices

Synopsis

configure log streaming settings on Edge Devices via Industrial Edge Management.

the configuration changes will be automatically synchronized from your Industrial Edge Management to the Edge Device. It may take up to 30 seconds to sync the configuration updates.

use '--file' argument to provide valid configuration file in json format, this will overwrite previous configurations. To avoid data loss, please backup (export) the configurations before importing

execute this command on numerous Edge Devices by specifying multiple Device IDs. for example, use flags like --device-id id1 --device-id id2, and so on.This method enables you to configure multiple devices simultaneously in one go

iectl iem-v2 device log-streaming configure [flags]

Options

      --device-id stringArray   id of the device that needs to be configured,
                                use 'iectl iem device list' command to list available devices on Edge Management
      --file string             path of the log streaming exported configuration file
                                configuration can be exported with 'iectl ied log-streaming export' command.
  -h, --help                    help for configure

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Example

$ iectl iem-v2 device log-streaming configure --device-id "sampleDeviceId1" --device-id "sampleDeviceId2" --file "config.json"

SEE ALSO