Skip to content

Commit c2f5795

Browse files
committed
fix: add pipeline for aws, sophos-central and o365 integrations
1 parent 4740312 commit c2f5795

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

backend/src/main/resources/config/liquibase/changelog/20250507003_add_o365_pipeline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
VALUES (57, 'o365', 'Office 365', null, 'up', 'AWS', true, null, false, 0, 0, 0, 0, 0, null, null, null);
1212

1313
INSERT INTO utm_group_logstash_pipeline_filters (filter_id, pipeline_id, relation)
14-
VALUES (103, 57, 'PIPELINE_FILTER');
14+
VALUES (601, 57, 'PIPELINE_FILTER');
1515

1616
INSERT INTO utm_logstash_input (id, pipeline_id, input_pretty_name, input_plugin, input_with_ssl, system_owner)
1717
VALUES (70, 57, 'HTTP', 'http', false, true);

backend/src/main/resources/config/liquibase/master.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393

9494
<include file="/config/liquibase/changelog/20250507001_add_aws_pipeline.xml" relativeToChangelogFile="false"/>
9595

96-
<!--<include file="/config/liquibase/changelog/20250507002_add_sophos_central_pipeline.xml" relativeToChangelogFile="false"/>
96+
<!--<include file="/config/liquibase/changelog/20250507002_add_sophos_central_pipeline.xml" relativeToChangelogFile="false"/>-->
9797

98-
<include file="/config/liquibase/changelog/20250507003_add_o365_pipeline.xml" relativeToChangelogFile="false"/>-->
98+
<include file="/config/liquibase/changelog/20250507003_add_o365_pipeline.xml" relativeToChangelogFile="false"/>
9999

100100

101101
</databaseChangeLog>

0 commit comments

Comments
 (0)