mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Update documentation
This commit is contained in:
parent
5f0e8d3759
commit
1b933fe2fd
@ -18,7 +18,7 @@ The module should be able to extract the following:
|
||||
|
||||
NOTE: These database formats vary by version of OS and different vendors can place the databases in different places. Autopsy may not support all versions and vendors.
|
||||
|
||||
NOTE: This module is not exhaustive with its support for Android. It was created as a starting point for others to contribute plug-ins for 3rd party apps. See the <a href="http://sleuthkit.org/autopsy/docs/api-docs/4.0/mod_mobile_page.html">Developer docs</a> for information on writing modules.
|
||||
NOTE: This module is not exhaustive with its support for Android. It was created as a starting point for others to contribute plug-ins for 3rd party apps. See the <a href="http://sleuthkit.org/autopsy/docs/api-docs/4.1/mod_mobile_page.html">Developer docs</a> for information on writing modules.
|
||||
|
||||
|
||||
Configuration
|
||||
|
BIN
docs/doxygen-user/images/ingest_progress_snapshot.PNG
Executable file
BIN
docs/doxygen-user/images/ingest_progress_snapshot.PNG
Executable file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
docs/doxygen-user/images/open_log_folder.PNG
Executable file
BIN
docs/doxygen-user/images/open_log_folder.PNG
Executable file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
BIN
docs/doxygen-user/images/open_output_folder.PNG
Executable file
BIN
docs/doxygen-user/images/open_output_folder.PNG
Executable file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
@ -52,4 +52,9 @@ Ingest modules run in the background. An ingest module can provide you results
|
||||
|
||||
All of the official Autopsy modules send results to the blackboard, but if you install third-party apps, then they may choose any approach -- including a pop-up window each time they find something.
|
||||
|
||||
\section ingest_monitoring Viewing Ongoing Ingest Activity
|
||||
While Ingest is running, one can use the "Ingest Progress Snapshot" tool to see what activity is going on at the moment. Click on "Help", "Get Ingest Progress Snapshot" to view the dialog shown in the screenshot below.
|
||||
\image html ingest_progress_snapshot.PNG
|
||||
To refresh the view, use the "Refresh" button.
|
||||
|
||||
*/
|
||||
|
@ -75,8 +75,8 @@ The log file should end up looking like this (modified lines are highlighted in
|
||||
<br><br>
|
||||
\image html log4j.PNG
|
||||
<br><br>
|
||||
5. From an Autopsy installation, copy the folder <i>"C:\Program Files\Autopsy-4.0\autopsy\solr\solr\configsets"</i> to <i>"C:\Bitnami\solr-4.10.3-0\apache-solr\solr"</i>.
|
||||
6. From an Autopsy installation, copy the folder <i>"C:\Program Files\Autopsy-4.0\autopsy\solr\solr\lib"</i> to <i>"C:\Bitnami\solr-4.10.3-0\apache-solr\solr"</i>.
|
||||
5. From an Autopsy installation, copy the folder <i>"C:\Program Files\Autopsy-4.1\autopsy\solr\solr\configsets"</i> to <i>"C:\Bitnami\solr-4.10.3-0\apache-solr\solr"</i>.
|
||||
6. From an Autopsy installation, copy the folder <i>"C:\Program Files\Autopsy-4.1\autopsy\solr\solr\lib"</i> to <i>"C:\Bitnami\solr-4.10.3-0\apache-solr\solr"</i>.
|
||||
7. Start a Windows command prompt as administrator by pressing _Start_, typing _command_, right clicking on _Command Prompt_, and clicking on _Run as administrator_. Then run the following command to install the _solrJetty_ service:
|
||||
<br><br>
|
||||
<i>cmd /c C:\\Bitnami\\solr-4.10.3-0\\apache-solr\\scripts\\serviceinstall.bat INSTALL</i>
|
||||
|
13
docs/doxygen-user/logs_and_output_page.dox
Executable file
13
docs/doxygen-user/logs_and_output_page.dox
Executable file
@ -0,0 +1,13 @@
|
||||
/*! \page logs_and_output_page Logs, Output, and Progress
|
||||
There are several shortcuts for getting to the output folder, log folder, and progress shapshot shown below.
|
||||
<br><br>
|
||||
To open the Case output folder, use "Tools", "Open Output Folder" as shown below:
|
||||
\image html open_output_folder.PNG
|
||||
<br><br>
|
||||
To open the Case log folder, use "Help", "Open Log Folder" as shown below:
|
||||
\image html open_log_folder.PNG
|
||||
<br><br>
|
||||
While Ingest is running, one can use the "Ingest Progress Snapshot" tool to see what activity is going on at the moment. Click on "Help", "Get Ingest Progress Snapshot" to view the dialog shown in the screenshot below.
|
||||
\image html ingest_progress_snapshot.PNG
|
||||
To refresh the view, use the "Refresh" button.
|
||||
*/
|
@ -41,6 +41,7 @@ The following topics are available here:
|
||||
- \subpage file_search_page
|
||||
- \subpage timeline_page
|
||||
- \subpage stix_page
|
||||
- \subpage logs_and_output_page
|
||||
- Reporting
|
||||
- \subpage tagging_page
|
||||
- \subpage reporting_page
|
||||
|
Loading…
x
Reference in New Issue
Block a user