Skip to content
Merged
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
2a24e61
fix(compliance-schedule): fix standard and section selection issue in…
mjabascal10 Apr 17, 2025
1b7cc96
chore: Update CHANGELOG.md
mjabascal10 Apr 17, 2025
5d70f69
chore: update version.yml
mjabascal10 Apr 17, 2025
a5965e3
fix(ui): display array fields as a single field without numeric suffixes
mjabascal10 Apr 17, 2025
e22eea9
chore: update CHANGELOG.md
mjabascal10 Apr 17, 2025
997405e
fix(alert-field-render): resolve persistent loading spinner when disp…
mjabascal10 Apr 22, 2025
dbc47b5
chore: Update CHANGELOG.md
mjabascal10 Apr 22, 2025
30d1a9a
fix: Resolve false positive checkbox selection when editing tagging r…
mjabascal10 Apr 22, 2025
c59d000
feat: implement alert correlation and context building for enhanced a…
yllada Apr 28, 2025
9f826bb
Merge branch 'v10' into release/v10.8.1
yllada Apr 30, 2025
1611144
add debug logging for GPT request
yllada Apr 30, 2025
5a4b09e
feat: add debug logging for alert processing and related alerts retri…
yllada May 1, 2025
d89e033
fix: update to return schema.Alert and adjust related logic
yllada May 1, 2025
6706492
Merge branch 'v10' into release/v10.8.1
yllada May 2, 2025
b6bb38e
refactor: simplify body creation in ElasticSearch function and remove…
yllada May 2, 2025
ef92721
fix: optimize alert correlation logic and improve classification hand…
yllada May 2, 2025
ee53d49
Merge branch 'v10' into release/v10.8.1
yllada May 4, 2025
da77066
fix: update of the logic of correlation of alerts and construction of…
yllada May 4, 2025
8976ad5
fix: improve log handling in GPT request and ensure last log entry is…
yllada May 5, 2025
743fb19
feat: update macOS install steps with `utmstack-macos-agent.pkg`
mjabascal10 May 6, 2025
a372e3d
fix: add pipeline for aws, sophos-central and o365 integrations
mjabascal10 May 7, 2025
5a290f2
Merge remote-tracking branch 'origin/release/v10.8.1' into release/v1…
mjabascal10 May 7, 2025
eb3ea52
fix: remove logging of debug
yllada May 7, 2025
ca8ab95
Migrate from correlation service to direct Logstash connection in aws…
JocLRojas May 8, 2025
861fa60
Migrate from correlation service to direct Logstash connection in off…
JocLRojas May 8, 2025
fdbc29b
Migrate from correlation service to direct Logstash connection in sop…
JocLRojas May 8, 2025
adb56a7
fix: add pipeline for aws, sophos-central and o365 integrations
mjabascal10 May 8, 2025
4740312
Merge remote-tracking branch 'origin/release/v10.8.1' into release/v1…
mjabascal10 May 8, 2025
57ff3d0
Merge branch 'bugfix/10.7.3/compliance-schedule-standard-selection-' …
mjabascal10 May 8, 2025
331a7af
chore: resolve merge conflicts
mjabascal10 May 8, 2025
3104a3d
chore: integrate recent UI improvements
mjabascal10 May 8, 2025
e7456b8
add datasource in macos agent logs
Kbayero May 8, 2025
26a7bc9
Merge branch 'release/v10.8.1' of https://github.com/utmstack/UTMStac…
Kbayero May 8, 2025
db73c5b
include logstash ports in installer for aws, o365 and sophos
Kbayero May 8, 2025
f23aab5
Merge branch 'release/v10.8.1' of github.com:utmstack/UTMStack into r…
yllada May 8, 2025
e558a78
fix: update TagRulesApplied field type to slice and join in conversion
yllada May 8, 2025
2d92132
fix: change TagRulesApplied field type from string to slice of int
yllada May 8, 2025
34a1c4f
Refactoring the event sending format to Logstash in the AWS plugin.
JocLRojas May 9, 2025
ce11b6e
Refactoring the event sending format to Logstash in the Sophos plugin.
JocLRojas May 10, 2025
9785a94
Refactoring the event sending format to Logstash in the office365 plu…
JocLRojas May 10, 2025
c2f5795
fix: add pipeline for aws, sophos-central and o365 integrations
mjabascal10 May 12, 2025
b7aff81
Merge remote-tracking branch 'origin/release/v10.8.1' into release/v1…
mjabascal10 May 12, 2025
78515a4
"Update blocklist processing to support severity levels and enhance I…
osmontero May 13, 2025
531a276
"Add IP validation using net.ParseIP to ensure proper processing of s…
osmontero May 13, 2025
3ab8c94
"Fix path in Dockerfile COPY command for the correlation binary."
osmontero May 13, 2025
08b7d7c
fix: add pipeline for aws, sophos-central and o365 integrations
mjabascal10 May 13, 2025
0bb217d
Merge remote-tracking branch 'origin/release/v10.8.1' into release/v1…
mjabascal10 May 13, 2025
fac42da
Update correlation Dockerfile
Kbayero May 14, 2025
c92e253
fix: add pipeline for aws, sophos-central and o365 integrations
mjabascal10 May 16, 2025
0ef3ed2
Merge remote-tracking branch 'origin/release/v10.8.1' into release/v1…
mjabascal10 May 16, 2025
31eb7e9
fix: add pipeline for aws, sophos-central and o365 integrations
mjabascal10 May 16, 2025
350b77b
fix: filter only valid IPs when parsing coordinate map chart data
mjabascal10 May 16, 2025
56360af
fix: update display name for Sophos integration
mjabascal10 May 16, 2025
8405c63
Implement Sophos Central filter (v1.0.0).
JocLRojas May 16, 2025
30dc115
Refactor AWS filter (v2.0.0) to use JSON instead of Grok.
JocLRojas May 16, 2025
1ef1e72
Refactor Office 365 filter (v2.0.0) by simplifying the structure.
JocLRojas May 16, 2025
09ef264
fix: corrected typo in compliance status label from "Complaint" to "C…
mjabascal10 May 16, 2025
b086bce
Merge remote-tracking branch 'origin/release/v10.8.1' into release/v1…
mjabascal10 May 16, 2025
de09c57
send logs from new windows channels in arm agent
Kbayero May 27, 2025
5513508
fix: hide sorting action for assets filters
mjabascal10 May 27, 2025
61c68de
fix: improve CSV export limit parameters
mjabascal10 May 27, 2025
965735e
fix: correct uninstalling command for macOs agent
mjabascal10 May 27, 2025
2431418
feat: add Windows ARM64 support to agent installation platforms
mjabascal10 May 28, 2025
125560c
set correct api url environment
Kbayero May 29, 2025
2cca1e3
fix: update filter for winevent log agent
mjabascal10 May 27, 2025
e0d915e
fix: update wineventlog filter
mjabascal10 May 30, 2025
5506630
fix: update wineventlog filter
mjabascal10 May 30, 2025
46c7d63
fix: add pipeline for aws, sophos-central and o365 integrations
mjabascal10 Jun 2, 2025
465e138
Merge remote-tracking branch 'origin/v10' into release/v10.8.1
mjabascal10 Jun 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<sql dbms="postgresql" splitStatements="true" stripComments="true">

INSERT INTO utm_logstash_pipeline (id, pipeline_id, pipeline_name, parent_pipeline, pipeline_status, module_name, system_owner, pipeline_description, pipeline_internal, events_in, events_filtered, events_out, reloads_successes, reloads_failures, reloads_last_failure_timestamp, reloads_last_error, reloads_last_success_timestamp)
VALUES (57, 'o365', 'Office 365', null, 'up', 'AWS', true, null, false, 0, 0, 0, 0, 0, null, null, null);
VALUES (57, 'o365', 'Office 365', null, 'up', 'O365', true, null, false, 0, 0, 0, 0, 0, null, null, null);

INSERT INTO utm_group_logstash_pipeline_filters (filter_id, pipeline_id, relation)
VALUES (601, 57, 'PIPELINE_FILTER');
Expand Down