Autopsy
4.7.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 104 of file KeywordSearchIngestModule.java.
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.METADATA_INGESTED |
No content, so we just text_ingested metadata.
Definition at line 108 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 109 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 111 of file KeywordSearchIngestModule.java.
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.SKIPPED_ERROR_TEXTEXTRACT |
File was skipped because of text extraction issues.
Definition at line 110 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 107 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.extractStringsAndIndex().
org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.IngestStatus.TEXT_INGESTED |
Definition at line 106 of file KeywordSearchIngestModule.java.
Referenced by org.sleuthkit.autopsy.keywordsearch.KeywordSearchIngestModule.Indexer.indexFile().
Copyright © 2012-2016 Basis Technology. Generated on: Mon Jun 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.