Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.44k stars 1.07k forks source link

Creating a data adapter for 'Alienvault OTX API' displays errors on the page, loading component failed #14317

Open drewmiranda-gl opened 1 year ago

drewmiranda-gl commented 1 year ago

When creating a data adapter for 'Alienvault OTX API', the page displays errors:

OTX API Loading component failed: Loading chunk 75521af4-168 failed. (missing: http://graylog.drew.local:9000/assets/75521af4-168.a12e10da6a475b5172b1.js)

image

Expected Behavior

Errors are not present.

Current Behavior

Errors are present.

Possible Solution

Steps to Reproduce (for bugs)

  1. Navigate to System / Lookup Tables / Data Adapters
  2. Create data adapter
  3. Select Alientvault OTX API

Context

Your Environment

zeeklop commented 1 year ago

Hi @drewmiranda-gl,

I just checked this in my local environment. It looks like there is an issue with the installation of Graylog. Locally, I didn't observe the error.

The page should be showing a link to the docs with information about OTX API. This is how it looks locally

image

Recompiling the app should take care of the error, if you are using graylog-project-internal tool.

drewmiranda-gl commented 1 year ago

My lab was originally installed via the graylog repo packages for ubuntu (graylog-server, graylog-enterprise-plugins, graylog-integrations-plugins, graylog-enterprise-integrations-plugins), and is now installed (via upgrades) using graylog-enterprise

image

Is there something i'm missing?

zeeklop commented 1 year ago

My lab was originally installed via the graylog repo packages for ubuntu (graylog-server, graylog-enterprise-plugins, graylog-integrations-plugins, graylog-enterprise-integrations-plugins), and is now installed (via upgrades) using graylog-enterprise

image

Is there something i'm missing?

I've installed Graylog using the RPM packages on my personal laptop and I'm seeing the same error. I wonder if the error is only on Linux?

There has to be something wrong with the bundling of static files.

zeeklop commented 1 year ago

The same issue can be found in our internal testing environment on AWS. I think at this point we'll have to wait for the bug fix release today and see if that fixes it