Links outside of the docs/ directory will not get included
in the documentation site. This updates relative links outside
the docs/ directory to point to the Github repository
- The `elasticsearch` section of `values.yaml` now has a `fluentdLogsAge` that sets a policy for how long fluentd indexes are preserved before purging
- Creates a configmap for `fluentd` that modifies the default fluent.conf to exclude the vv noisy coredns logs (80%+ of fluentd logs)
- Updated Helm templates to reflect recent mods
- Changed default env to "production"
- Added ./script/minikube_port_forward.sh to forward the main port
Dashboard:
- Moved Nemesis logo to sidebar
- Edited CSS to remove blank space at top
File Viewer:
- Removed PDF rendering due to Chrome iframe sandbox blocking embeds
- All files now display as text in the Monaco viewer, irregardless of the type
- Changed Monaco to dark theme
- Add ".config" file type
Chromium page:
- Made all filters case insensitive
- Refactored into smaller functions
- Results ordered by timestamp
File Triage page:
- Refactored into smaller functions
- Changed icons for for opening as plaintext and viewing file info
- Do not hide files triaged as "unknown"
- Fixed multiple bugs in search filters not applying
- Refactored into smaller functions
- Added a link to File Viewer when uploading files
Credentials page:
- "View File Details" link now goes to File Viewer
- Fixed bug in triage not working for null values
Nosey Parker page: "View File Details" link now goes to File Viewer
Hashes page:
- Fixed bug preventing anything from being displayed
- "View Originating File" link now goes to the file viewer instead of Kibana
- Increased number of rows
- Added filtering by object_id using the URL parameters
- Added a clear filters button
Search page:
- Link to File Viewer instead of Kibana
Refactored a few of the frontend pages
Centralized auth/display templates for frontend
Fixed looping exception in Chrome history parsing (still an outstanding issue for long URLs and slow processing)
Fixed path parsing for several file parsers to not require a "\" at the beginning so they can be processed via manual upload w/o a path
Changed Chromium file parsing to account support additional Chromium profiles
Added favicon
Updated skaffold debugging settings to allow stepping into python libraries
Updated recommended VS code extensions
Add action=view_raw to the download API to render the file as text in the browser
Fixed bug in extracted text processing when submitting text with BOM to elastic
Fixed links pointing to internal API endpoints instead of public ones
Changed hash alerts to point to Hashes/File Viewer page
Allow the same credentials parsed from 2 different files to be added to the DB