iectl iem device log-streaming sync-status¶
View current sync status for specific device on Industrial Edge Management. While configuring streaming logs on device via Industrial Edge Management the changes will be automatically synchronized between your Industrial Edge Management and the Edge Device
Synopsis¶
This command retrieves the current synchronization status of log streaming configuration for a specific device on Industrial Edge Management. It allows you to monitor the progress of configuration changes as they propagate from Industrial Edge Management to the Edge Device.
iectl iem device log-streaming sync-status [flags]
Options¶
--device-id id of the device for which the sync status needs to be fetched
--follow use this flag to follow the sync status until it changes to completed [optional]
-h, --help help for sync-status
--poll-interval polling interval in seconds, when using --follow flag you can additionally specify poll interval to determine how frequently the status
is fetched (Default is 5 seconds). This will be ignored if the --follow flag is not used with this option. Must be between 1 and 300 seconds [optional] (default 5)
--quiet use this flag with --follow to suppress repeated status output, only shows output on completion [optional]
NOTICE
poll-interval flag will be ignored if the --follow flag is not used with it.
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 device log-streaming sync-status --device-id "sampleDeviceId" --follow --poll-interval "10" --quiet
SEE ALSO¶
- iectl iem device log-streaming configure - configure device metrics and log data for a specific device via Industrial Edge Management for stream based logging. The configuration changes will be automatically synchronized between your Industrial Edge Management and the Edge Device. It may take up to 30 seconds to sync the configuration updates.
Use
--fileargument to provide valid configuration file in json format, this will overwrite previous configurations. To avoid data loss, please backup (export) the configurations before importing - iectl iem device log-streaming - cmodify and view streaming logs settings on device via Industrial Edge Management using subcommands like 'iectl iem device log-streaming configure'
- iectl iem device log-streaming view - view current streaming logs configurations of a specific device on Industrial Edge Management