Skip to content
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

[Bug] Changes to Application.conf #918

Closed
victorhugo-sg opened this issue Dec 16, 2020 · 3 comments
Closed

[Bug] Changes to Application.conf #918

victorhugo-sg opened this issue Dec 16, 2020 · 3 comments

Comments

@victorhugo-sg
Copy link

victorhugo-sg commented Dec 16, 2020

Describe the bug
I noticed that the usual commented path = has been removed. Can someone assist me w/ this code? Am I coding this correctly.

Im running Cortex 3.1.0-RC-1

To Reproduce
Steps to reproduce the behavior:
Modify application.conf

analyzer {

 urls = ["https://dl.bintray.com/thehive-project/cortexneurons/analyzers.json"]

path = ["/opt/Cortex-Analyzers/analyzers/"] - This is what I added. is this in the correct spot and form?

Expected behavior
I expect the analyzers to show up in the GUI.

Work environment

  • Server OS: Ubuntu 20.04
  • Browse type and version:
  • Cortex version: 3.1.0-RC1-1

Possible solutions
N/A

Additional context
Add any other context about the problem here.

@D4rkw0lv3s
Copy link

I'm using:
urls = ["/opt/Cortex-Analyzers/analyzers/"]

and it's working fine.

@dadokkio
Copy link
Contributor

Yes, it's correct. The only thing you need to check also is job that is different for local or docker runs:

job {
  runner = [local]
}

@victorhugo-sg
Copy link
Author

I changed it to the examples provided above and it appears to be working. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants