Closed itreseau closed 9 years ago
Can you let me know the graylog version you are using?
Hi,
I’m using the latest version. graylog-web-interface v1.2.0 (2136f0c) (Oracle Corporation 1.8.0_60 / Linux 3.19.0-28-generic)
This is due to an issue while importing streams in graylog 1.2 source code. I have raised an issue in graylog #1434.
OK thanks, I'm going to follow its resolution.
The bug has been fixed. So how can I resolve my issue please. I don't know how i can modify file containing : streamData.put(StreamImpl.FIELD_MATCHING_TYPE, streamDescription.getMatchingType()); to streamData.put(StreamImpl.FIELD_MATCHING_TYPE, streamDescription.getMatchingType().name());
If you have a development setup , you can pull latest code from master, build and test (I will do this verify this bug fix). Else you can wait for 1.2.1 release.
Hmmm it's a pity :( I'm in production so i'm going to wait for the next release.
I tested with latest graylog-server master branch code and content pack is working.
OK thanks, i'm happy to know that the bug is really fixed :) I hope that the new release will be available soon...
Here you go : Graylog 1.2.1 released with the fix https://www.graylog.org/graylog-1-2-1-is-now-available/
I did the upgrade and it perfectly works,thank you very much :)
Hi!
When I applied the content of HTTP Monitor content pack, I've got an error :
Error! × Could not apply bundle: org.graylog2.restclient.lib.APIException: API call failed POST http://@172.19.202.6:12900/system/bundles/55faa958e4b091eb4d2f2dec/apply returned 500 Internal Server Error body: {"type":"ApiError","message":"can't serialize class org.graylog2.plugin.streams.Stream$MatchingType"}