logPublish - publish contents of device log to SSDSSYNOPSIS
DESCRIPTIONlogPublish deviceID logDirectory
The logPublish utility reads data and metadata packets from the deviceID "device log" residing in logDirectory, and publishes them to the Shore Side Data System (SSDS). The SSDS ingest server must be accessible from the host on which logPublish is executed.ENVIRONMENT
Device logs are generated by instrument and node services. Utilities such as portal and getPackets retrieve the logged packets over a telemetry link, and "replicate" the log on shore. The log actually consists of two files; the '.dat' file contains the packets, and the '.idx' is an index into the .dat file (providing efficient "random" access to the .dat file). The logged packets can be displayed with the logView utility.
The following environment variables must be set:
SEE ALSO