Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot save plugin configuration #58

Closed
lennartkoopmann opened this issue Jan 16, 2018 · 0 comments · Fixed by #60
Closed

Cannot save plugin configuration #58

lennartkoopmann opened this issue Jan 16, 2018 · 0 comments · Fixed by #60
Assignees
Labels
Milestone

Comments

@lennartkoopmann
Copy link
Contributor

When trying to save the AWS plugin configuration on the "Configurations" page I get a HTTP 400 with the following error in the graylog-server log:

2018-01-16T13:36:02.001-06:00 ERROR [ClusterConfigResource] Couldn't parse cluster configuration "org.graylog.aws.config.AWSPluginConfiguration".
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "flowlogs_last_run" (class org.graylog.aws.config.AutoValue_AWSPluginConfiguration), not marked as ignorable (5 known properties: "secret_key", "lookup_regions", "lookups_enabled", "access_key", "proxy_enabled"])
 at [Source: org.glassfish.jersey.message.internal.EntityInputStream@1a5a0937; line: 1, column: 164] (through reference chain: org.graylog.aws.config.AutoValue_AWSPluginConfiguration["flowlogs_last_run"])
	at com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:62) ~[graylog.jar:?]
	at com.fasterxml.jackson.databind.DeserializationContext.handleUnknownProperty(DeserializationContext.java:834) ~[graylog.jar:?]
	at com.fasterxml.jackson.databind.deser.std.StdDeserializer.handleUnknownProperty(StdDeserializer.java:1093) ~[graylog.jar:?]
	at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.handleUnknownProperty(BeanDeserializerBase.java:1478) ~[graylog.jar:?]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants