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
0f939755
Commit
0f939755
authored
4 years ago
by
apriestman
Browse files
Options
Downloads
Patches
Plain Diff
Filled in ingest_jobs section.
parent
2556282f
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
+7
-7
7 additions, 7 deletions
bindings/java/doxygen/schema/db_schema_8_6.dox
with
7 additions
and
7 deletions
bindings/java/doxygen/schema/db_schema_8_6.dox
+
7
−
7
View file @
0f939755
...
@@ -341,13 +341,13 @@ Defines the status options for ingest jobs. Must match the names and ordering in
...
@@ -341,13 +341,13 @@ Defines the status options for ingest jobs. Must match the names and ordering in
## ingest_jobs
## ingest_jobs
One row is created each time ingest is started, which is a set of modules in a pipeline.
One row is created each time ingest is started, which is a set of modules in a pipeline.
- ingest_job_id
- ingest_job_id
- Id of the ingest job
- obj_id
- obj_id
- Id of the data source ingest is being run on
- host_name
- host_name
- Name of the host that is running this ingest job
- start_date_time
- start_date_time
- Time the ingest job started (stored in number of milliseconds since Jan 1, 1970 UTC)
- end_date_time
- end_date_time
- Time the ingest job finished (stored in number of milliseconds since Jan 1, 1970 UTC)
- status_id
- status_id
- Ingest job status (references type_id from ingest_job_status_types)
- settings_dir
- settings_dir
- Directory of the job's settings (may be an empty string)
## 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)
...
...
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