-
Notifications
You must be signed in to change notification settings - Fork 45
V6 Trigger Migration Guide
emimaesmith edited this page Feb 1, 2019
·
1 revision
WIP
This guide outlines how to transition an existing Strike or Scan and recipe trigger to the new v6 recipe of recipes system. Scale v6 removes triggers
In Scale v6, recipes are now triggered directly from the Strike or Scan that ingested a file. It is assumed, for jobs that depend on the data type of a file, that the first job of the triggered recipe will parse the incoming ingested file and use conditional statements to run the jobs corresponding to the proper data types.
The new recipe of recipe system assumes the following:
- One Strike or Scan will be created for each recipe
- If data parsing is required, the first job in a recipe will the the parser and utilize recipe conditions to run the corresponding jobs/recipes based on data types.
- Home
- What's New
-
In-depth Topics
- Enable Scale to run CUDA GPU optimized algorithms
- Enable Scale to store secrets securely
- Test Scale's scan capability on the fly
- Test Scale's workspace broker capability on the fly
- Scale Performance Metrics
- Private docker repository configuration
- Setting up Automated Snapshots for Elasticsearch
- Setting up Cluster Monitoring
- Developer Notes