We store your events forever in our search cache and in S3 in parquet format.
2.
The data in search cache is used for search; data in S3 is used for replays.
3.
You can provide your own S3 bucket for us to write the parquet data or utilize our S3 data lake.
1.
If you provide your own bucket, you can utilize Athena to perform queries on the parquet dataset.
5.
Search
1.
All event data is indexed and can be searched using Lucene syntax
2.
Our search interface functions as a "looking glass" - it exists purely for you to quickly sift through a large data set.
3.
Once you find the general type of data you are looking for - perform a replay or an extended search, which will find all of the data by going through the parquet data stored in the data lake.