You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While looking into adapting the AWS custom input UI to work on the Forwarder, I found that the default value set in the configuration API for aws_message_type is using one of the AWS regions instead of one of the values set in AWSMessageType. This is where the configuration option is set:
"The type of AWS message that this input will receive.",
ConfigurationField.Optional.NOT_OPTIONAL));
I don't think users creating inputs through the custom UI are impacted by this, though, since the UI sets it's own default for that configuration option, so this will only affect those creating inputs through the API.
Description
While looking into adapting the AWS custom input UI to work on the Forwarder, I found that the default value set in the configuration API for
aws_message_type
is using one of the AWS regions instead of one of the values set inAWSMessageType
. This is where the configuration option is set:graylog-plugin-integrations/src/main/java/org/graylog/integrations/aws/codecs/AWSCodec.java
Lines 109 to 116 in 75c588e
I don't think users creating inputs through the custom UI are impacted by this, though, since the UI sets it's own default for that configuration option, so this will only affect those creating inputs through the API.
Environment
The text was updated successfully, but these errors were encountered: