So I performed a quick take off, loop back, and land. I checked that the log had appeared in the logbook. Interestingly a flight I did yesterday has been retained.
While I was watching the flight, what I noticed was telemetry is constantly being uploaded, not just logged to a local logbook file for upload once the flight has ended. Because of that itâs a bit tricky to identify the very first entry, but it may be this one:
Start of flight
"CustomTags" : {},
"Events" :
[
{
"CustomTags" : {},
"Entity" :
{
"Id" : "<ID REDACTED>",
"Type" : "title_player_account"
},
"EventNamespace" : "custom.title.C1771",
"Name" : "FlightHeartbeat",
"OriginalId" : null,
"OriginalTimestamp" : null,
"Payload" :
{
"Body" :
{
"AGLAltitude" : "35",
"AircraftHeading" : "31",
"AircraftLatitude" : "8.46848",
"AircraftLongitude" : "-83.59624",
"AircraftPitch" : "0.2",
"AircraftRoll" : "2.2",
"AtmosphericPressure" : "29.8",
"BuildID" : "1.7.7.0",
"BuildType" : "Master",
"CamID" : "2",
"DistanceFlown" : "495",
"EngineRPM" :
[
"2585.5"
],
"EventSequenceID" : "84",
"ExtWnd" : "0",
"FlapsExtension" : "29",
"FlightSegmentIndex" : "1",
"FlightSessionDuration" : "201",
"FlightSessionID" : "ED15B68B-A2FF-4D68-B2AB-37605782BFF9",
"FlightState" : "10",
"FlightViewSeeds" : "BE87F246ABCED81B-D93F27F90C0BA07B-6AFC3264F01484AF-74633002AC932A02",
"Frames" : "39",
"FrqFHB" : "10",
"FuelQuantity" : "43",
"GameBranch" : "LIVE1.0",
"GameMode" : "FREE_FLIGHT",
"GlitchedFrames" : "0",
"GroundSpeed" : "93",
"HitchCount" : "82",
"IndicatedAirSpeed" : "88",
"IsInFlight" : "1",
"IsOoF" : "0",
"IsPaused" : "0",
"LandingGearActive" : "1",
"MSLAltitude" : "35",
"MultiFilter" : "0",
"OutsideAirTemp" : "14",
"PlatformID" : "6",
"PlayerSessionID" : "6F21EE60-A50F-44A2-8B6B-19012247FAC7",
"SandboxID" : "RETAIL",
"SmartCam" : "0",
"SubSessionID" : "2253AC97-EDA2-1ACF-00E3-5BFD151F44E5",
"Tag" : "SIMUPDATE5",
"Teleport" : "0",
"Variants" :
[
"a07cb9"
],
"WindDirection" : "269",
"WindSpeed" : "3"
}
},
"PayloadJSON" : null
}
]
}
You can see your lat/long, pitch/roll, altitude, wind, and other info. Then every second or so there are more uploads, like these:

Iâm assuming this is the information you can see in external tools like Flightlog Analyser, where you can view your flight, and export the KDL information for input into other tools like Google Earth.
So it isnât really a single sync of your flight into the cloud, its many, many little updates, I assume all tied together by the flight session ID:

Itâs not the very last entry, but there is one important one based on the label âBackToMainMenuâ.
Returning to Main Menu
"CustomTags" : {},
"Events" :
[
{
"CustomTags" : {},
"Entity" :
{
"Id" : "<ID REDACTED>",
"Type" : "title_player_account"
},
"EventNamespace" : "custom.title.C1771",
"Name" : "FlightSessionEnd",
"OriginalId" : null,
"OriginalTimestamp" : null,
"Payload" :
{
"Body" :
{
"AGLAltitude" : "1",
"AircraftHeading" : "261",
"AircraftLatitude" : "8.48013",
"AircraftLongitude" : "-83.58990",
"AircraftPitch" : "0.5",
"AircraftRoll" : "-0.9",
"AtmosphericPressure" : "29.8",
"BuildID" : "1.7.7.0",
"BuildType" : "Master",
"CLitemAuto" : "0",
"CLitemEvaluation" : "0",
"CLitemForced" : "0",
"CLitemManual" : "0",
"CamID" : "34",
"EventSequenceID" : "109",
"FlightExitType" : "BackToMainMenu",
"FlightSegmentIndex" : "-1",
"FlightSessActiveOoF" : "109",
"FlightSessPauseOoF" : "0",
"FlightSessionDuration" : "272",
"FlightSessionID" : "ED15B68B-A2FF-4D68-B2AB-37605782BFF9",
"FlightSessionPauseDuration" : "2",
"FlightState" : "4",
"FlightViewSeeds" : "1F0A6D40659F8243-8471CFB8660A7FCB-18F024FF27F0C625-565DE95D78F7F0F3",
"FlyingSegments" :
[
{
"Distance" : "6036.14",
"Duration" : "270.33"
}
],
"GameBranch" : "LIVE1.0",
"GameMode" : "FREE_FLIGHT",
"HitchCount" : "84",
"IndicatedAirSpeed" : "0",
"IsInFlight" : "1",
"IsOoF" : "0",
"IsPaused" : "0",
"MSLAltitude" : "23",
"OutsideAirTemp" : "15",
"PlatformID" : "6",
"PlayerSessionID" : "6F21EE60-A50F-44A2-8B6B-19012247FAC7",
"SandboxID" : "RETAIL",
"SubSessionID" : "2253AC97-EDA2-1ACF-00E3-5BFD151F44E5",
"TTSCharTotalV5" : "327",
"TTSLengthTotal" : "10.00",
"Tag" : "SIMUPDATE5",
"TotalFlownDistance" : "6036.14",
"TotalFlownDuration" : "270.33",
"TotalWalkedDistance" : "0.00",
"TotalWalkedDuration" : "0.00",
"Variants" :
[
"a07cb9"
],
"WalkingSegments" : [],
"WindDirection" : "242",
"WindSpeed" : "4"
}
},
"PayloadJSON" : null
}
]
}
So that, or perhaps one after kind of âsealsâ the log entry, completing the upload of data.
After relaunching the sim to check the logbook, todays flight is missing, but the one from yesterday is still there.