Replies: 2 comments
-
|
Update: I can see the TrackableId in the But I think these are getting cleared, so doesn't serve as a complete log. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I made this into an issue to officially review = #581 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to make use of trackables and I have a couple of questions. My end goal it to see when an event was executed. I can do this either by pulling logs off individual agents or through the API, either is fine for me. I added the
TrackableIdfield to severalTimelineEvents, but can't seem to see them popping up anywhere. So I started poking around and I have a couple questions:Info|Ghosts.Client.Infrastructure.DebugManager.Write|C:\ghosts\instance\trackables.json == False. Do I need to put a file there? Would it just be a list of GUIDs found in the timeline?ghosts.com/api/trackableI get an empty response. When I queryghosts.com/api/machinesI get something like this (note the null fields):[ { "id": "64cf659a-26ba-4e5c-a1cb-a174d1e89a91", "name": "hosty", "fqdn": "hosty.domainy.com", "domain": "domainy.com", "host": "hosty", "resolvedHost": "hosty.domainy.com", "hostIp": "10.11.12.13", "ipAddress": "::ffff:10.11.12.13", "currentUsername": "User.Name", "clientVersion": "8.5.0.0", "history": null, "historyHealth": null, "historyTimeline": null, "historyTrackables": null, "status": "Active", "createdUtc": "2026-01-21T18:49:53.84057", "statusMessage": "Active & Up", "statusUp": "Up", "lastReportedUtc": "2026-01-21T19:20:04.993149", "hadId": false }, ]Any pointers / help on trackables?
Beta Was this translation helpful? Give feedback.
All reactions