Trying to get log insight to grab the C:\ProgramData\VMware\VDM\logs\pcoip_server_2017_04_24_0000111c.txt file so that we can draw a line from a VDI session to a human on the other end of a zero client (we are a school district - kids are abusive on the equipment)
There is a handy line in this file that tells me the IP of the zero client (man DNS resolution would be nice) but I can work with this because I have my DHCP logs being absorbed by insight as well.
MGMT_SSIG :Received session INVITE (172.24.132.97, 00-1F-D8-01-1F-C4, PRI: 0)
So from here I can get the IP, the VM name and then compare with other logging get the user name.
However I have in the agent to grab this with the Horizon Agent template, but not seeing it.
[filelog|PcoipAgentLogs]
directory=C:\ProgramData\VMware\VDM\logs
include=*.txt;*.log
What am I missing?
I have no idea why I did not respond to this earlier ... I apologize . I did work on it on 24th April ...doh! Anyway this is the filelog I used to import the data correctly into Log insight
[filelog|yogi_importer_test]
directory = **
include = *
tags={"product":"pcoip"}
event_marker=^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}-
So all you need is the event_marker line in your and it should work. Let me know if it doesn't and I can help you over a webex if needed. Once again sorry for the delay.
