The first panel will ask you to browse for the image on your machine.
You will also need to specify the timezone that the disk image came from so that the dates and times can be properly displayed and converted.
+ As soon as you click 'Next >', Autopsy will begin analyzing the disk image and populating the database in the background.
- The second panel is when Autopsy is analyzing the disk image and populating the database with basic information.
- This can take a few minutes for large images.
+ The second panel allows you to choose which ingest modules to run on the image.
+ Refer to the Image Ingest part of the help guide for more details.
-
+
- The third panel allows you to choose which ingest modules to run on the image.
- Refer to the Image Ingestpart of the help guide for more details.
+ The third panel provides a progress bar and information about the image Autopsy is currently processing.
+ If small enough, the image may have already finished processing, allowing you to continue past this panel.
+ However, it may be necessary to wait for a short time while the database is populated.
-
+
- Once you select the ingest modules that you want to use, they will run in the background.
- You can choose to add another image or exit the Add Image wizard.
+ Once the image finishes adding, the ingest modules you selected will automatically run in the background.
+ If the image is processed before you select ingest modules, Autopsy will wait until you have done so.
diff --git a/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java b/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java
index 0f30930935..f5a0b3ddc4 100644
--- a/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java
+++ b/Core/src/org/sleuthkit/autopsy/report/ReportHTML.java
@@ -30,22 +30,26 @@ import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.UnsupportedEncodingException;
import java.io.Writer;
+import java.sql.ResultSet;
+import java.sql.SQLException;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
+import java.util.Comparator;
import java.util.Date;
import java.util.HashMap;
-import java.util.LinkedHashSet;
import java.util.List;
+import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import java.util.TreeMap;
+import java.util.TreeSet;
import java.util.logging.Level;
import org.openide.filesystems.FileUtil;
import org.sleuthkit.autopsy.casemodule.Case;
-import org.sleuthkit.autopsy.coreutils.EscapeUtil;
import org.sleuthkit.autopsy.coreutils.Logger;
import org.sleuthkit.autopsy.ingest.IngestManager;
import org.sleuthkit.datamodel.*;
+import org.sleuthkit.autopsy.coreutils.EscapeUtil;
/**
* Generates an HTML report for all the Blackboard Artifacts found in the current case.
@@ -57,7 +61,7 @@ public class ReportHTML implements ReportModule {
+ "\n";
private final String CSS = "\n";
private final String TABLE_FOOT = "";
- private final String HTML_FOOT = "\n