Closed Cuckoo0000 closed 7 years ago
It looks like you enabled elasticsearch but didn't configure it properly, or the elastic search engine isn't running?
-Brad
Hi,
Here is the elastic search section of reporting.conf:
# Use ElasticSearch as the "database" which powers Django.
# NOTE: If this is enabled, MongoDB should not be enabled, unless
# search only option is set to yes. Then elastic search is only used for /search web page.
[elasticsearchdb]
enabled = yes
searchonly = no
host = 127.0.0.1
port = 9200
# The report data is indexed in the form of {{index-yyyy.mm.dd}}
# so the below index configuration option is actually an index 'prefix'.
index = cuckoo
Do I need to configure anything else? How can I check if the elastic search engine is running and start it if necessary?
Thanks.
Hi, just to let you know I have resolved this issue. I needed to install and configure elasticsearch.
I used the guide here: https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html to do so.
Thanks for your help.
Hi,
I'm able to submit a task using the Web UI, but attempting to view the analysis progress in at /analysis/1 is throwing an exception. Details below:
Stacktrace:
Thanks.