Update the iohyve fetch event structure, and make the whole process log structure available under the "process_details" variable in the event.

This commit is contained in:
Ken Moore
2016-03-04 11:05:39 -05:00
parent b761863341
commit 857919958a
4 changed files with 26 additions and 21 deletions

View File

@@ -99,7 +99,7 @@ RestOutputStruct::ExitCode WebSocket::EvaluateBackendRequest(const RestInputStru
AvailableSubsystems(IN.fullaccess, &avail);
if(!avail.contains(namesp+"/"+name)){ return RestOutputStruct::NOTFOUND; }
}
qDebug() << "Evaluate Backend Request:" << namesp << name;
//qDebug() << "Evaluate Backend Request:" << namesp << name;
//Go through and forward this request to the appropriate sub-system
if(namesp=="sysadm" && name=="settings"){
return EvaluateSysadmSettingsRequest(IN.args, out);