Cannot Install Content Packs

Dear Sean,

I have download the 2 latest content packs for fortigate firewall
1 ) graylog-fortigate-syslog (GitHub - seanthegeek/graylog-fortigate-syslog: A Graylog Content Pack of dashboards for FortiGate syslog data) version 1.6.4-rev24

  1. graylog-fortigate-syslog-pipeline (GitHub - seanthegeek/graylog-fortigate-syslog-pipeline: Converts FortiGate syslog fields to the correct data type and removes unnecessary fields)
    version [1.0.4-rev6]

Before I had installed the the graylog-fortigate-syslog but was unable to get data so I did a delet and now when i try to install it it gives me error


rg.graylog2.contentpacks.exceptions.ContentPackException: Stream with title does not exist!
at org.graylog2.contentpacks.facades.StreamReferenceFacade.findExisting(StreamReferenceFacade.java:153) ~[graylog.jar:?]
at org.graylog2.contentpacks.facades.StreamReferenceFacade.findExisting(StreamReferenceFacade.java:123) ~[graylog.jar:?]
at org.graylog2.contentpacks.ContentPackService.installContentPack(ContentPackService.java:134) ~[graylog.jar:?]


the messages from Server.log
my graylog version is 5.2.4
also not able to install the syslog pipeline pack

Appreciate your advice and help

regards

simon

Hello @ben

When looking at the content pack after importing, can you see any issues under “Constraints”? Image below for reference.

Dear Wine_Merchant :slight_smile:
Apprecite your quick reply
by the way sent you 2 snapshot of the FG graylog content pack
There is no error under fulfilled
Kindly have a look

Thanks and Regards
benedict


Dears,

I just try now again to install go this error message


Installing content pack failed with status: FetchError: There was an error fetching a resource:
Internal Server Error. Additional information: Failed to install content pack <85f976d9-4d2d-45f9-922d-25d2d9c11f87/25>.
Could not install content pack with ID: 85f976d9-4d2d-45f9-922d-25d2d9c11f87


Thanks and Regards

simon

Hello. I have an error when installing graylog-fortigate-syslog-pipeline on Graylog 5.2.6. I can normally upload version 1.0.5-rev7 (and earlier) but when I click on Install it gives me the error: Installing content pack failed with status: FetchError: There was an error fetching a resource: Internal Server Error. Additional information: Failed to install content pack <c3c6366b-0e10-41d7-91de-d54d8b9694b0/7>. Could not install content pack with ID: c3c6366b-0e10-41d7-91de-d54d8b9694b0

I already have the FortiGate syslog content pack installed in version 27 with the 02 streams and dashboard working normally, I just can’t install the pipeline content pack.

Looks like a issue in the code of content pack. Could you perhaps paste the whole error message from the server.log?

Good night. I was able to identify the error through server.log. There were 02 streams named FortiGate Syslog, one of them was redirecting to Dashboard and the other had probably been created manually. When trying to install the pipeline content, it would get the error org.graylog2.contentpacks.exceptions.ContentPackException: Multiple Streams with title
FortiGate Syslog exist! It’s perfectly functional now with just the stream created by the content pack.