Reputation: 1220
Isn't there a way to list raw events from segment.com, with all their attributes, on Keen.io?
It seems the UI only allows me to create aggregations.
Upvotes: 1
Views: 88
Reputation: 734
The easiest way to do this is to log into your Keen account and go to the Explorer. Click preview collections
to pull up a schema inspector tool and sample events.
You can also run an extraction
query in the explorer or any of the query SDKS. You can also easily download a CSV of your raw events.
Data Explorer Guide has more tips & tricks as well.
Upvotes: 1
Reputation: 13054
I believe you're looking for extractions. These will give you the raw data from whatever source they were given to. Keep in mind however, that the performance of an extraction will generally be slower than any other kind of query. Furthermore, doing too many of them can cause irate Keen engineers* to get on your case.
*In this case, probably me.
Upvotes: 1