Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
c981ee66
Commit
c981ee66
authored
4 years ago
by
apriestman
Browse files
Options
Downloads
Patches
Plain Diff
Finished ingest module descriptions
parent
0f939755
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bindings/java/doxygen/schema/db_schema_8_6.dox
+9
-10
9 additions, 10 deletions
bindings/java/doxygen/schema/db_schema_8_6.dox
with
9 additions
and
10 deletions
bindings/java/doxygen/schema/db_schema_8_6.dox
+
9
−
10
View file @
c981ee66
...
@@ -327,12 +327,12 @@ Defines the types of ingest modules supported. Must exactly match the names and
...
@@ -327,12 +327,12 @@ Defines the types of ingest modules supported. Must exactly match the names and
- type_name - Internal name for the ingest module type
- type_name - Internal name for the ingest module type
## ingest_modules
## ingest_modules
Defines which modules were installed. One row for each module.
Defines which modules were installed
and run on at least one data source
. One row for each module.
- ingest_module_id
- ingest_module_id
- Id of the ingest module
- display_name
- display_name
- Display name for the ingest module (should be human readable)
- unique_name
- unique_name
- Unique name for the ingest module
- type_id
- type_id
- Type of ingest module (references type_id from ingest_module_types)
- version
- version
- Version of the ingest module
## ingest_job_status_types table
## ingest_job_status_types table
Defines the status options for ingest jobs. Must match the names and ordering in the org.sleuthkit.datamodel.IngestJobInfo.IngestJobStatusType enum.
Defines the status options for ingest jobs. Must match the names and ordering in the org.sleuthkit.datamodel.IngestJobInfo.IngestJobStatusType enum.
...
@@ -351,10 +351,9 @@ One row is created each time ingest is started, which is a set of modules in a p
...
@@ -351,10 +351,9 @@ One row is created each time ingest is started, which is a set of modules in a p
## ingest_job_modules
## ingest_job_modules
Defines the order of the modules in a given pipeline (i.e. ingest_job)
Defines the order of the modules in a given pipeline (i.e. ingest_job)
- ingest_job_id
- ingest_job_id - Id for the ingest job (references ingest_job_id in ingest_jobs)
- ingest_module_id
- ingest_module_id - Id of the ingest module (references ingest_module_id in ingest_modules)
- pipeline_position
- pipeline_position - Order that the ingest module will be run
*/
*/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment