Commit Graph
17695 Commits
Author SHA1 Message Date
Ann Priestman 2ff7ccc62b Don't plot lines above the top of the graph 2018-04-30 15:58:38 -04:00
Ann Priestman c1ecc34773 Added code to check for changed multiuser settings. 2018-04-27 14:39:34 -04:00
Ann Priestman e3dc9f2f55 Add message if there is no timing data.
Improve some try with resources blocks.
2018-04-27 14:00:50 -04:00
Ann Priestman c30120f437 Fixing disabled panel.
cleanup.
2018-04-27 11:46:47 -04:00
Ann Priestman 871ce3ead1 Remove testing files and cleanup 2018-04-26 15:09:38 -04:00
Ann Priestman 3fe761185c Bundle messages and cleanup 2018-04-26 14:57:10 -04:00
Ann Priestman 1e3a8c5449 Merge remote-tracking branch 'upstream/custom-release-may-2018' into 3613_dashboard
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/healthmonitor/EnterpriseHealthMonitor.java
2018-04-26 12:41:17 -04:00
Richard Cordovano ff1436054c Merge pull request #3711 from APriestman/3754_hashMetric
3754 Add metrics for hash lookup and a database query
2018-04-26 11:59:19 -04:00
Ann Priestman f496a20295 Change to use bundle messages 2018-04-26 11:22:14 -04:00
Ann Priestman e8d5de97cc Refactored dashboard code 2018-04-26 10:06:08 -04:00
Richard Cordovano 7c9aa10674 Merge pull request #3707 from APriestman/doxygenWarningFix
Deleted unrelated comment block to remove doxygen warnings.
2018-04-26 10:00:40 -04:00
Richard Cordovano cd6ab8787c Merge pull request #3704 from dgrove727/3748_PasswordProtectedOfficeDocuments
Added password detection for Office documents.
2018-04-26 10:00:20 -04:00
Richard Cordovano a0ba73ade7 Merge pull request #3705 from wschaeferB/3744-DocumentQuickSearchFeature
3744 document quick search feature
2018-04-26 09:59:15 -04:00
Ann Priestman 2200a41d74 Added code to enable and disable monitoring.
Added button to auto ingest dashboard.
Improved trend line.
2018-04-26 07:54:15 -04:00
Ann Priestman bdb1a49d89 Merge remote-tracking branch 'upstream/custom-release-may-2018' into 3613_dashboard 2018-04-24 14:33:36 -04:00
Ann Priestman 6d9256469f Cleanup 2018-04-24 11:33:49 -04:00
Ann Priestman 19983efaac Improving hash metric 2018-04-24 11:17:21 -04:00
Ann Priestman 27c6cf9e5d Deleted unrelated comment block to remove doxygen warnings. 2018-04-23 11:58:33 -04:00
William Schaefer 57367742f7 3744 make language regarding what will be searched more clear 2018-04-20 17:02:10 -04:00
Ann Priestman e86127039a Test not normalizing the hash metric 2018-04-20 16:43:35 -04:00
William Schaefer f2044b9550 3744 add links to documentation for sections which use Quick Search 2018-04-20 16:04:22 -04:00
Ann Priestman 1d05fdf688 Added database query metric 2018-04-20 14:45:45 -04:00
William Schaefer 4ddec9aab3 3744 fix case to cases typo 2018-04-20 14:40:20 -04:00
William Schaefer 8d57aa9017 3744 change formating and add screen shots for Quick Search documentation 2018-04-20 14:36:40 -04:00
William Schaefer 45dc03758e 3744 intial documentation of quick search feature added to doxygen 2018-04-20 13:55:36 -04:00
U-BASIS\dgrove 3d67c8d2cf Added password detection for Office documents. 2018-04-19 23:55:56 -04:00
Richard Cordovano fa621583e9 Merge pull request #3692 from wschaeferB/3723-OpenAid2Faster
3723 open aid 2.0 faster
2018-04-18 16:23:06 -04:00
Ann Priestman b6fe29d039 Add normalized metric to time hash lookup 2018-04-18 09:55:29 -04:00
William Schaefer 86e660c599 Merge branch 'custom-release-may-2018' of https://github.com/sleuthkit/autopsy into 3723-OpenAid2Faster 2018-04-18 09:51:39 -04:00
Richard Cordovano fc79de8078 Merge pull request #3698 from APriestman/addMissingImage
Add missing case_properties.png
2018-04-18 09:19:38 -04:00
Richard Cordovano 601db87112 Merge pull request #3697 from APriestman/switchMonitorToMilliseconds
Switch from saving nanoseconds to milliseconds (as double precision) in…
2018-04-18 09:19:15 -04:00
Richard Cordovano c7bc1ad862 Merge pull request #3687 from wschaeferB/3610-RemoveButtonsAddAdminMode
3610 remove buttons add admin mode
2018-04-18 09:16:33 -04:00
Richard Cordovano 2812357845 Merge pull request #3675 from dgrove727/3736_CorrelationEngineBackwardsCompatibility
Updated 'createFileIngestModule()' to check object type.
2018-04-18 08:32:26 -04:00
Richard Cordovano c34ef2d5ed Merge pull request #3672 from wschaeferB/3610-SearchableAutoIngestJobs
3610 searchable auto ingest jobs
2018-04-18 08:31:37 -04:00
Ann Priestman f89dca903c Adding new public method to handle "time per X" metrics 2018-04-17 10:10:10 -04:00
Ann Priestman 6b005512c1 Add missing case_properties.png 2018-04-16 16:14:20 -04:00
Richard Cordovano 9de97a7511 Merge pull request #3679 from APriestman/3612_solrMetrics
Moved solr metrics further down.
2018-04-16 14:37:42 -04:00
Ann Priestman 47564a167e Switch to saving nanoseconds to milliseconds (as double precision) in health monitor 2018-04-16 14:06:36 -04:00
Ann Priestman d1db85de89 Graph is now a consistent scale for different hosts. 2018-04-16 13:17:41 -04:00
William Schaefer 27f49273e6 3723 move auto ingest monitor start up of AWT onto a new thread 2018-04-13 17:23:20 -04:00
William Schaefer be9282c6a6 Merge branch '3610-SearchableAutoIngestJobs' of https://github.com/wschaeferB/autopsy into 3610-RemoveButtonsAddAdminMode 2018-04-13 13:03:06 -04:00
William Schaefer edd853a1e2 3610 add dummy actions Running and Completed jobs related actions 2018-04-13 12:39:39 -04:00
Ann Priestman e36607accc Moved solr metrics further down. 2018-04-13 08:20:02 -04:00
Ann Priestman 0cbd4e6711 Added millisecond label 2018-04-13 08:02:55 -04:00
William Schaefer ab1c424e0d 3610 change invalid index of -1 for columns to be a Static variable 2018-04-12 15:13:41 -04:00
Ann Priestman 08878ed407 Merge remote-tracking branch 'upstream/custom-release-may-2018' into 3613_dashboard
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/healthmonitor/EnterpriseHealthMonitor.java
2018-04-12 15:07:44 -04:00
William Schaefer 79ac8165f2 3610 remove buttons which have context actions from aid2.0 2018-04-12 12:27:17 -04:00
William Schaefer e51fdc1658 3610 add initial version of admin mode to enable context menu file is userdir/adminAccess 2018-04-12 12:25:47 -04:00
U-BASIS\dgrove 044932d8bc Updated 'createFileIngestModule()' to check object type. 2018-04-12 12:23:12 -04:00
William Schaefer 10cc0aceb9 Merge branch 'custom-release-may-2018' of https://github.com/sleuthkit/autopsy into 3610-SearchableAutoIngestJobs 2018-04-11 17:08:40 -04:00