File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
graylog2-server/src/main/java/org/graylog/integrations Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,9 @@ private void configureServerOnlyBindings() {
156156
157157 // PagerDuty notification type fix
158158 addMigration (V20220622071600_MigratePagerDutyV1 .class );
159+
160+ // CloudTrail input configuration migration
161+ addMigration (V20251030000000_CloudTrailInputConfigMigration .class );
159162 }
160163 }
161164
@@ -192,7 +195,6 @@ private void configureUniversalBindings() {
192195 addMessageInput (CloudTrailInput .class );
193196 addRestResource (CloudTrailResource .class );
194197 bind (ObjectMapper .class ).annotatedWith (AWSObjectMapper .class ).toInstance (createObjectMapper ());
195- addMigration (V20251030000000_CloudTrailInputConfigMigration .class );
196198
197199 // AWS
198200 addCodec (AWSCodec .NAME , AWSCodec .class );
You can’t perform that action at this time.
0 commit comments