I'm having the same/similar issues. 6.3.2 running v1.6 of the app.
tag=web returns results
there is no "file" eventtype
there IS a pageview eventtype
generate lookups returns no results
audit data model also returns the same URI REST Endpoint error as above
I do have file entries in the raw log data (ex: button.jpg, search.aspx on the URL's), yet there is still no "file" eventtype
dashboards all return "no results found"
my index is non-default. my index IS listed in the user permissions (ROLES) section for my user and the app - I even manually added index=myindex to the eventtypes to force it
also, eventtype=pageview failed because it was looking for "status=200". Initially, my status codes were returning only "2" and "0" (yesterday). Today (this morning) I now see normal http codes 200, 404, 401, etc. HOWEVER they are extracted as "sc_status" and NOT "status".
I then modified the pageview syntax as such:
from "status=200" to "(status=200 OR sc_status=200)"
I also find it odd that "eventtype" lists 100% for each event, on every eventtype.
Also, in Event Types, the first item listed contains a field that I don't have anywhere else:
web-traffic-external eventtype=web-traffic NOT eventtype=web-agent-nonpublic
Specifically, I do not see "web-agent-nonpublic" defined anywhere in my app.
I'm optimistic that we're close, but I seem to be broken at some very early step (no "files" eventtype, lookups return nothing, etc).
Any help?
... View more