Hello,
I am trying to get a useful information from two logs format. Let me Start the call flow.
Msgs:-
dhcp,info dhcp 414 assigned 10.101.193.4 to F0:::::40
hotspot,account,info,debug cb8xgh (10.101.193.4): logged in
hotspot,info,debug cb8xgh (10.101.193.4): logged out: session timeout
dhcp,info dhcp 414 deassigned 10.101.193.4 from F0:::::40
I can parse each one individually, And as you can see IP address is the common term. So, I want to bind those logs as I can read " The specific IP address for the specific username assigned to this mac "..
My ultimate goal is to be able to get the session details like that: username used a mac address, logged in at a time,logged out at a time.