Replies: 6 comments 3 replies
-
Hi, thanks for checking out the project! Logs on the client are stored in At the API level, they are stored in postgres in the table |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Dustin,
I had the ghost program running on a pc and stopped it to address some
minor tweaks. No it appears in the task manager when I attempt to restart
it but no programs run and nothing is happening.
…On Fri, Aug 5, 2022 at 9:54 AM Dustin Updyke ***@***.***> wrote:
Hmm, to look at a particular agent, maybe the easiest way is to look in
the API. Try this in the API Swagger (http://your_api_url):
1.
Find the machine you want to dig into via the machines GET
[image: image]
<https://user-images.githubusercontent.com/43444464/183091312-0e1c28f0-dd3b-42cc-8c80-63e7303e4b96.png>
Click "Try it out" and then "Execute". Look in the returned json for
the machine you want. Note its ID.
2.
Now get the history for that machine using /api/machines/{id}/activity
and plug in the ID from step 1. This gives you the breakdown of what that
machine has executed.
—
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZECA3DDAE2C23WRYQSEUZ3VXUMJBANCNFSM55UIFCCA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
So I actually found that the timeline json how I changed it was stopping
the program from running for some reason. If I attached it as a file and
emailed it to you, could you take a look and let me know what you think?
…On Tue, Aug 9, 2022 at 8:27 PM Dustin Updyke ***@***.***> wrote:
Run kill-ghosts.bat and it will stop everything related to the ghosts.exe.
Then restart ghosts again, it should reset itself. LMK if that does not
correct the situation.
—
Reply to this email directly, view it on GitHub
<#103 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZECA3DLGQDSU26WXQCLLN3VYLZQHANCNFSM55UIFCCA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
{ Above is the timeline json but I changed the IP and share names |
Beta Was this translation helpful? Give feedback.
-
The problem is that for lines with file paths, we must escape the
needs to be:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I have set up the server correctly and it is logging events and showing the processes on the Grafana dashboard. However, I was curious as to where I would find those logs in a file. For example: User 1 did A,B,and C. Is there a file specifically for this and is it located on the server or client?
Thanks for any help in advance.
Beta Was this translation helpful? Give feedback.
All reactions