Skip to content

Release/0.6.0#132

Merged
Polliog merged 23 commits intomainfrom
release/0.6.0
Feb 12, 2026
Merged

Release/0.6.0#132
Polliog merged 23 commits intomainfrom
release/0.6.0

Conversation

@Polliog
Copy link
Copy Markdown
Collaborator

@Polliog Polliog commented Feb 12, 2026

This release introduces LogTide version 0.6.0, #93 ivering major new features for security monitoring, anomaly detection, and privacy compliance, as well as significant improvements to the admin dashboard, keyboard shortcuts, and performance. It also includes two new database migrations to support PII masking and rate-of-change alerts, and updates all version references to 0.6.0.

Major Features and Improvements:

Host Security and Detection:

  • Added three new host-based security detection packs (Antivirus & Malware, Rootkit Detection, File Integrity Monitoring) with 15 MITRE ATT&CK-mapped rules, compound conditions to reduce false positives, and a comprehensive integration test script.

PII Masking and Privacy:

  • Introduced automatic PII masking at log ingestion with built-in, field name, and custom regex rules; supports masking, redaction, and hashing strategies. Includes REST API endpoints, UI for rule management, and two new database tables (pii_masking_rules, organization_pii_salts). [1] [2] [3] [4]

Anomaly Detection and Alerts:

  • Added baseline-based "Rate-of-Change" anomaly alerts with four baseline methods, anti-spam controls, and advanced configuration. Includes new migration for alert rule columns and baseline metadata, and updates to backend types. [1] [2] [3] [4] [5]

Admin Dashboard and Usability:

  • Redesigned admin dashboard with new health, activity, and system monitoring features, slow query tracking, and platform timeline charts.
  • Implemented comprehensive keyboard shortcuts, command palette, and help modal for power users.

Other Notable Fixes and Enhancements:

  • Improved Sigma API to include missing tags and MITRE fields.
  • Fixed multiple UI, error handling, and consistency issues across the platform.
  • Enhanced chart resizing, notification navigation, and performance for PII masking and regex evaluation.

Version Updates:

  • Updated all version references in README.md, package.json, and backend package.json to 0.6.0. [1] [2] [3] [4]

Closes: #93, Closes: #92, Closes: #42

Polliog and others added 21 commits February 6, 2026 20:17
…ng-rules-at-ingestion

Feature/92 feature pii masking rules at ingestion
…hange-alerts

Feature/93 feature rate of change alerts
feat: add version update notifications to admin dashboard with configurable release channel
command palette (ctrl+k), help modal (?), sequence nav (g+key),
page shortcuts (j/k, /, r), toggle sidebar (ctrl+b)
…shortcuts-for-power-users

feat: add keyboard shortcuts and command palette
fix retention worker on compressed chunks
feat: add new host security detection packs and improve Sigma API response
Comment thread packages/backend/src/modules/pii-masking/service.ts Fixed
Comment thread packages/backend/src/tests/modules/pii-masking/service.test.ts Fixed
Comment thread packages/backend/src/tests/modules/pii-masking/service.test.ts Fixed
Comment thread packages/backend/src/tests/modules/pii-masking/service.test.ts Fixed
Comment thread packages/backend/src/tests/modules/alerts/rate-of-change.test.ts Fixed
Comment thread packages/backend/src/tests/modules/sigma/routes.test.ts Fixed
Comment thread packages/frontend/src/lib/stores/shortcuts.ts Fixed
Comment thread packages/backend/src/modules/pii-masking/service.ts Dismissed
Comment thread packages/backend/src/tests/modules/pii-masking/service.test.ts Dismissed
Comment thread packages/backend/src/tests/modules/pii-masking/service.test.ts Dismissed
Comment thread packages/backend/src/tests/modules/pii-masking/service.test.ts Dismissed
@Polliog Polliog merged commit e439c5b into main Feb 12, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Rate-Of-Change Alerts [Feature] PII Masking Rules at Ingestion [Feature] Keyboard Shortcuts for Power Users

2 participants