I'm having a problem getting web intel app showing any results. I've investigated a bit, and think the problem is the column names I used.
This is what I currently have set:
iislogs
FIELDS = "date", "time", "s_siteName", "s_computername", "dest_ip", "http_method", "uri_stem", "uri_query", "dest_port", "user", "src_ip", "http_user_agent", "http_cookie", "http_referrer", "dest_host", "http_response", "http_sub_response", "sc_win32Status", "bytes_out", "bytes_in", "duration"
DELIMS = " "
What column names does web intel expect me to have?
... View more