Skip to content

iectl ied log-streaming export

Export log streaming settings from device, useful to take backup and restore configurations or apply to another device using 'iectl ied log-streaming configure' directly on device or 'iectl iem device log-streaming configure' via Industrial Edge Management

Synopsis

This command exports the current log streaming configuration from an Industrial Edge Device to a JSON file.

iectl ied log-streaming export [flags]

Options

      --file-path           export file path     
  -h, --help                help for export

Options inherited from parent commands

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

Example

iectl ied log-streaming export --file-path "/path/to/export/location" 

SEE ALSO

  • iectl ied log-streaming - import and export streaming logs settings on device using subcommands like 'iectl ied log-streaming configure'

  • iectl ied log-streaming configure - configure device metrics and log data on device for stream based logging. 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 new configurations.