./heex
command.monitorUuid
(monitor_uuid
in python) variable with the implementation ID of your monitor.recorderUuid
(recorder_uuid
in python) variable with the implementation ID you get on the cloud for the recorder.
generateRequestedLabels
function add as many labels as you want as shown by the example.
echo "This is Smart Data!" > file.txt
.
Provide the path of this file in the generateRequestedFilePaths
function (filepath = "/path/get-started/cpp/file.txt"
).
get-started/cpp
directory:
get-started/cpp
directory and open two terminals:./GetStartedRecorder
📝 Note: Note that it is important to start the recorder first.
./GetStartedMonitor
ℹ️ Note: CONGRATULATIONS! You just generated 1 event!