Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titlePerformance Impact

Each created trend needs to be analyzed when processing data through the pipeline. So if you don't need a configured trend anymore, make sure you remove it.

Removing is not currently possible in the user interface but available through the API or the SDK.

...

  1. Download the CSV file: trends_tutorial_scenario2_dataset.csv.
  2. Create a new Squirro project. It is important that the project is created on a project-specific index. By default all Squirro projects are on their project-specific index.
  3. One of the facets we import is going to be numeric. This needs to be configured before the import itself.
  4. On the "Data" tab select the "Facets" option from the left navigation.
  5. Click "Add Facet".
  6. As the Name enter "service_tickets" and select the Type int:



  7. Go back to the "Sources" section. Use the "CSV/Excel one-off import" to import the provided CSV file.
  8. The field mappings can again be left to their default.

...