Question1 Find out where the log files came from?
Anwser:
- Native app service logs from Betway, but we will give TLC data in the future. (Wating for Heng)
Question2 UUID - add authorisation token / member id to the logs
- Ask Heng could we get cs_username column information?
If not how could we get the uuid? When users registered our web site, it must have uuid(memeber ID). Otherwise user logged in our app, it should use in the same account. Hence, we may have these users’ information.
Is cs(User_Agent) could replace uuid? No, cs(User_Agent) is a device-info column. Maybe same devices uses app in the same time.
Example: ios users logged in successed times in one day:
It is impossible for a user loged our app more then 1,000 times/day.
Request: Create a real-time dashbord
- Data flow problem
(should check) Option 1: Data accessed from S3 bucket on a daily/weekly basis and uploaded to Google bigquery (O) Option 2: Data accessed from the in-house database directly by the reporting system/dashboards
- Now we can do?
- use history log files to create a prototype dashboard.
Should do list
- Evens definition:
- KPI flow chat
- other evens
sample log data visualization
- different s-ips
- Similar cycle per day at different s-ips.
- different actions
- In the s-ip (172.21.103.71), different actions may have same peaks. Those actions including: GET, POST, PATCH and PUT.
Sometimes, it would occur different trends between GET-method and POST-method.