# 1. Import Event Log The first step is the event log import. --- > **_NOTE:_** To make things easy, two prepared sample event logs from an ECS can be selected and loaded. > - Small sample dataset -> for demonstration purpose > - Full sample dataset -> More insights (however, longer runtimes) --- ![img.png](img/upload_xes.png) A local `.xes` event log file (or packed XES event log as .xes.gz) can be uploaded. Note, that each event must contain a `case:concept:name` attribute as ID for the respective trace, a `concept:name` attribute for the activity, and a `time:timestamp` attribute for the timestamp. After the upload, the event log will be preprocessed and sublogs and process models that represent collaborative activity will be created. Note, that this process might take some time as the default preprocessing configuration is used to process the event log. This second step can be defined in the [Process Discovery Configuration](2_PM_Config.md). Afterwards, the preprocessing process is started again with the adjusted parameters. The resulting process models can be viewed in the third step [Process Models](3_Process_Models.md). Once the event log is processed and cached in the backend, the next step is to configure and execute [Pattern Detection](4_Frequent_Subgraph_Mining.md). --- > **_NOTE:_** The *Collaboration Pattern Detection Frameworks* uses the [pm4py](https://pm4py.fit.fraunhofer.de/) > library for > importing event logs. --- .