TheHive-Project / Hippocampe

Threat Feed Aggregation, Made Easy
https://thehive-project.org
GNU Affero General Public License v3.0
166 stars 44 forks source link

MonitorSources is giving a list index out of range error #53

Closed syloktools closed 6 years ago

syloktools commented 6 years ago

I am receiving the error below:

hippo@ubuntu:/opt/Hippocampe$ curl -GET http://localhost/hippocampe/api/v1.0/monitorSources { "error": "list index out of range", "http://osint.bambenekconsulting.com/feeds/c2-ipmasterlist.txt": { "freshness": "OK", "lastQuery": "20180119T142001-0500", "schedReport": "OK", "size": 0 } }

Also the web gui list is blank.

image

syloktools commented 6 years ago

Deleted all data in ElasticSearch and started over. It removed the error.