We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Possible solutions N/A
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I'm using: urls = ["/opt/Cortex-Analyzers/analyzers/"]
urls = ["/opt/Cortex-Analyzers/analyzers/"]
and it's working fine.
Sorry, something went wrong.
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] }
I changed it to the examples provided above and it appears to be working. Thank you.
No branches or pull requests
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 {
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
Possible solutions
N/A
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: