Skip to content

Commit 5c7c0a8

Browse files
committed
feat(utm): add Cisco ASA, Switch, Firepower, and Meraki filter updates for version 3.0.2
1 parent ab89814 commit 5c7c0a8

6 files changed

Lines changed: 12861 additions & 4 deletions

backend/src/main/resources/config/liquibase/changelog/20260209024_update_filter_utmstack.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
66

7-
<changeSet id="20260209024" author="JocLRojas">
7+
<changeSet id="20260209024" author="Manuel">
88

99
<sql dbms="postgresql" splitStatements="true" stripComments="true">
1010
<![CDATA[
1111
1212
UPDATE public.utm_logstash_filter
1313
SET filter_version='3.0.5',
1414
updated_at=now(),
15-
logstash_filter= $$
16-
17-
# UTMStack filter, version 1.0.1
15+
logstash_filter= $$ # UTMStack filter, version 1.0.1
1816
1917
pipeline:
2018
- dataTypes:
@@ -32,6 +30,7 @@ pipeline:
3230
- fieldName: log.message
3331
pattern: '{{.greedy}}'
3432
where: '!contains("raw", "\"msg\":") || !contains("raw", "\"args\":")'
33+
3534
$$
3635
WHERE id=1531;
3736
]]>

0 commit comments

Comments
 (0)