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
f922ed61
Commit
f922ed61
authored
5 years ago
by
Richard Cordovano
Browse files
Options
Downloads
Patches
Plain Diff
5804 No timeline data if some ingest modules not run
parent
028daa11
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bindings/java/src/org/sleuthkit/datamodel/Bundle.properties
+6
-7
6 additions, 7 deletions
bindings/java/src/org/sleuthkit/datamodel/Bundle.properties
bindings/java/src/org/sleuthkit/datamodel/TimelineFilter.java
+0
-1
0 additions, 1 deletion
...ings/java/src/org/sleuthkit/datamodel/TimelineFilter.java
with
6 additions
and
8 deletions
bindings/java/src/org/sleuthkit/datamodel/Bundle.properties
+
6
−
7
View file @
f922ed61
...
@@ -322,14 +322,13 @@ BaseTypes.customTypes.name=Custom Types
...
@@ -322,14 +322,13 @@ BaseTypes.customTypes.name=Custom Types
EventTypeHierarchyLevel.root=Root
EventTypeHierarchyLevel.root=Root
EventTypeHierarchyLevel.category=Category
EventTypeHierarchyLevel.category=Category
EventTypeHierarchyLevel.event=Event
EventTypeHierarchyLevel.event=Event
DataSourcesFilter.displayName.text=
D
ata
S
ource
DataSourcesFilter.displayName.text=
Limit d
ata
s
ource
s
DescriptionFilter.mode.exclude=Exclude
DescriptionFilter.mode.exclude=Exclude
DescriptionFilter.mode.include=Include
DescriptionFilter.mode.include=Include
hashHitsFilter.displayName.text=
H
ash
H
it
s Only
hashHitsFilter.displayName.text=
Must have h
ash
h
it
hideKnownFilter.displayName.text=Hide Known Files
hideKnownFilter.displayName.text=Hide Known Files
# {0} - sub filter displaynames
IntersectionFilter.displayName.text=Intersection
IntersectionFilter.displayName.text=Intersection
tagsFilter.displayName.text=Tagged Items Only
tagsFilter.displayName.text=Must be tagged
TextFilter.displayName.text=Text Filter
TextFilter.displayName.text=Must include text:
TypeFilter.displayName.text=Event Type
TypeFilter.displayName.text=Limit event types
FileTypesFilter.displayName.text=File Types
FileTypesFilter.displayName.text=Limit file types
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
bindings/java/src/org/sleuthkit/datamodel/TimelineFilter.java
+
0
−
1
View file @
f922ed61
...
@@ -1000,7 +1000,6 @@ public FileTypesFilter copyOf() {
...
@@ -1000,7 +1000,6 @@ public FileTypesFilter copyOf() {
@Override
@Override
public
String
getDisplayName
()
{
public
String
getDisplayName
()
{
return
BundleProvider
.
getBundle
().
getString
(
"FileTypesFilter.displayName.text"
);
return
BundleProvider
.
getBundle
().
getString
(
"FileTypesFilter.displayName.text"
);
}
}
}
}
...
...
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