-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
Analyser Yeti wrong api request #2309
Comments
I think it would be enough for you to just add "api/v2" in the URL name. |
Anyway I have just pushed a fix both for this analyzer and the connector in the
|
thanks for reporting but please remember that we rely on the community help and we are not here to maintain and solve all the use cases, we are not paid for that. So please, we are talking about few lines of python code and a yeti instance you already have in place, submit a pull request if possible. We don't have the time to do that on our own. |
What happened
Error: "404 Client Error: Not Found for url: http://192.168.1.45/api/v2/observablesearch/"
api_app/analyzers_manager/observable_analyzers/yeti.py
url = f"{self._url_key_name}/observablesearch/"
the request must be
Environment
What did you expect to happen
Can query yeti
How to reproduce your issue
Error messages and logs
The text was updated successfully, but these errors were encountered: