-
Notifications
You must be signed in to change notification settings - Fork 237
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
API: Resource not found by Assets controller #47
Comments
@jschipp-r7 from your logs, TheHive and Cortex seem to be installed on the same host. However, TheHive listens on port 9000. Thus you cannot expect TheHive to act like Cortex. If you make Cortex API calls to TheHive it will fail. Please make sure Cortex listens on a different port than TheHive and adjust your requests accordingly. Here is the expect output on a test box I am running with Cortex on port 9999:
|
I also see in TheHive logs:
Cortex seems to be listening on port 9999 and not 9000 hence curl fails. |
@saadkadhi Oh, silly me. Got it, sorry for the bug report and thanks for your swift help! |
Hi Dear @saadkadhi but when i go to Observables tab of Alert section an and also when i execute the /api/connector/cortex/analyzer to List all analyzers i get this error : |
Request Type
Bug
Work Environment
Problem Description
I installed the TheHive and can't get the Cortex API to give me anything other than
Accessing Cortex and TheHive through the WUI works just fine but not through API calls.
Curl request:
Library request:
Steps to Reproduce
Possible Solutions
I don't know. I can't find anything in the logs to help point to an issue.
Complementary information
I tailed these log files and then made the API requests (curl, cortex4py).
The text was updated successfully, but these errors were encountered: