I'm trying to use TailMessageLog to get all MessageLogEntries that occurred after the specified timestamp. The TailMessageLog() function returns the expected value containing the current timestamp. For example:
{
"@odata.context": "$metadata#",
"value": "MessageLogEntries/!delta('0[4096]2336357955@54920!2150929191')"
}
However, when I try to make a call to get all of the MessageLogEntries, I get the following error:
{
"error": {
"code": "248",
"message": "Invalid message log file format; line exceed internal buffer size!"
}
}
Has anyone seen this before, and are there any recommendations?
------------------------------
Nina Gordy
------------------------------
#PlanningAnalyticswithWatson