Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Attributes | |
METADATA_INGESTED | |
No content, so we just text_ingested metadata. More... | |
SKIPPED_ERROR_INDEXING | |
File was skipped because index engine had problems. More... | |
SKIPPED_ERROR_IO | |
File was skipped because of IO issues reading it. More... | |
SKIPPED_ERROR_TEXTEXTRACT | |
File was skipped because of text extraction issues. More... | |
STRINGS_INGESTED | |
Text was extracted by knowing file type and text_ingested. More... | |
TEXT_INGESTED | |
Definition at line 160 of file KeywordSearchIngestModule.java.
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.METADATA_INGESTED |
No content, so we just text_ingested metadata.
Definition at line 164 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.indexFile().
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_INDEXING |
File was skipped because index engine had problems.
Definition at line 165 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractStringsAndIndex(), org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.indexFile(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.process().
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_IO |
File was skipped because of IO issues reading it.
Definition at line 167 of file KeywordSearchIngestModule.java.
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_TEXTEXTRACT |
File was skipped because of text extraction issues.
Definition at line 166 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractStringsAndIndex(), and org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.indexFile().
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.STRINGS_INGESTED |
Text was extracted by knowing file type and text_ingested.
Strings were extracted from file
Definition at line 163 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractStringsAndIndex().
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.TEXT_INGESTED |
Definition at line 162 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.indexFile().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.