alias454 / graylog-fortinet-content-pack

Fortigate UTM content pack contains extractors, a stream, a dashboard displaying the last 24 hours of activity, and a syslog tcp input.
Apache License 2.0
6 stars 6 forks source link

Could not import content pack on Graylog 2.1.2 #1

Closed timtoa closed 7 years ago

timtoa commented 7 years ago

Below error message pop up while importing the JSON file on Graylog 2.1.2. I am able to import JSON created by juiceman84. Did I miss anything?

-------------- Error Message -------------- "Could not import content pack Error importing content pack, please ensure it is a valid JSON file. Check your Graylog logs for more information."

alias454 commented 7 years ago

I will check this on a newer version of graylog once I spin up the newest ova to verify. I can import on an older instance of 1.3.3 though without any issues.

alias454 commented 7 years ago

@timtoa I did some validation and found there was an issue with the json parameters. I removed the "default_stream": false line and was able to import it into the 2.1.2 ova. Thanks for letting me know.

timtoa commented 7 years ago

It works now. Appreciate your effort. Thanks.