I have a csv file that contains the date and time, visited url (which is a complete url, not just the domain), and visit count of a user's web history. I've already pulled the csv into Splunk and properly extracted the fields as:
- last_visit_time
- last_visit_date
- visited_url
- visit_count
I need to get a pie chart or graph together to report on this user's internet usage, either by domain or personal / productive categorization, and for the life of me I can't figure it out. Any suggestions?
↧