Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Problem in hippocampe aggregator feed retrieval #62

Open
shehreyarahmedkohati opened this issue Jul 16, 2018 · 3 comments
Open

Problem in hippocampe aggregator feed retrieval #62

shehreyarahmedkohati opened this issue Jul 16, 2018 · 3 comments

Comments

@shehreyarahmedkohati
Copy link

Work Environment

Question Answer
OS version (server) Ubuntu 16.04
OS version (client) MAC OS 10.12

Request Type:
Beginner's Problem

Description:
I installed hippocampe following its user guide recently. I build the hippocampe and elastic search from scratch(not the docker version)

When I try to retrieve the feeds from shadowbook service(using the feeds retrieval way mentioned in documentation)
I always get the following:

{"AWSI0Z8MNNNpe3UggzPE":{"startTime":"20180711T150956+0500","status":"ongoing"}}

When I try to stop this process using this in the ubuntu command line terminal:

curl -XDELETE http://MYIPADDRESS:5000/hippocampe/jobs

I get this output:

<title>405 Method Not Allowed</title>

Method Not Allowed

The method is not allowed for the requested URL.

I need to fix this issue. Please guide me through this. Thanks!

@obikao
Copy link

obikao commented Jul 23, 2018

I don't work on this project but a.) ongoing means that the data is still downloading and b.) you need to run that on ES not Hippo curl -XDELETE http://localhost:9200/hippocampe/jobs

@shehreyarahmedkohati
Copy link
Author

Oh. Let me try and see if this solves this or not. thanks @obikao

@shehreyarahmedkohati
Copy link
Author

Another thing, I have the installed ES on Ubuntu Linux using command line. Where exactly should I run this curl -XDELETE http://localhost:9200/hippocampe/jobs command? @obikao

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

No branches or pull requests

2 participants