Giter Site home page Giter Site logo

Comments (6)

ninSmith avatar ninSmith commented on July 28, 2024

Hi,

Have you had a look at this: https://github.com/TheHive-Project/Hippocampe/blob/master/docs/tutorial.md#how-to-retrieve-feeds ?

Does it solve your problem ?

from hippocampe.

shrishtijain avatar shrishtijain commented on July 28, 2024

Hi,

Thanku for answering.
Yes I had checked shadowbook it is showing "error": "Ongoing job already running" after running command in the link provided by you.After running freshness command it is s showing "NOK".

I am confised a bit Do i have to install Coretx for it? as I had installed only hippocampe till date....
Please help!!!

Thanks & Regards

from hippocampe.

ninSmith avatar ninSmith commented on July 28, 2024

You don't need cortex to run Hippocampe.

Right now, Hippocampe thinks a job is running when there isn't.
Execute the following command to flush on-going job:

curl -XDELETE http://localhost:9200/hippocampe/jobs

Now try again:

curl -XGET localhost:5000/hippocampe/api/v1.0/shadowbook

from hippocampe.

shrishti01 avatar shrishti01 commented on July 28, 2024

Hi,

Thank SO much for replying !!!
Query is throwing an error
curl -XDELETE http://localhost:9200/hippocampe/jobs
{"error":"Incorrect HTTP method for uri [/hippocampe/jobs] and method [DELETE], allowed: [POST]","status":405}

And also I want to use Hippocampe as a service for regular updation of feeds or is it possible that feeds will get updated when we use it without NGINX and UWSGI tool

from hippocampe.

davie22 avatar davie22 commented on July 28, 2024

Hi,
I have this issue when I try to run the app.py.
Traceback (most recent call last):
File "core/app.py", line 4, in
from flask import Flask, jsonify, abort, request, render_template
ImportError: No module named flask

Iยดve installed hippocampe in debian 9.5 (stretch)
Python 2.7.13
pip 19.0.3 from /usr/local/lib/python3.5/dist-packages/pip (python 3.5)

I had followed all the steps explained in documentation as well. I hope you can help me.
Thanks you!

from hippocampe.

mgabriel-silva avatar mgabriel-silva commented on July 28, 2024

To clear all the jobs, execute:
curl http://localhost:9200/hippocampe/jobs/_delete_by_query -d '{"query": {"match_all": {}}}'

from hippocampe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.