-
Notifications
You must be signed in to change notification settings - Fork 37
cloudtrail: Added errorCode #248
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
base: master
Are you sure you want to change the base?
Conversation
@hamstah Can you please provide more information about how the input is appearing disabled (eg. greyed out, or not showing up). To build Graylog, you will need a full checkout of the Graylog server sources including the following two directories:
You will need the Please let me know if you hit any issues. |
Thanks for the change you made in this PR. We appreciate the contribution. It definitely fixes the missing Could you please also add a unit test for this PR? I would like the test to verify that a CloudTrail message with and without the Something like this would work (with some added assertions):
|
Hi,
I've run into issues trying this with graylog 3.1.2.
I get the SNAPSHOT.jar to build but when I load it into graylog the input is disabled.
I might be building it wrong, I had to hack around with webpack due to vendor manifests missing in graylog-web-interface.
mvn package worked but I couldn't do a release without having to do a release of the server one.
If you have suggestions on how to debug what the issue is I can confirm this works as expected.
Thanks