Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5984761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T22:25:34+00:00 2026-05-22T22:25:34+00:00

I’m trying to get ElasticSearch to work, specifically with the River Plugin. For some

  • 0

I’m trying to get ElasticSearch to work, specifically with the River Plugin. For some reason I just can’t get it to work. I’ve included the procedure I’m using to try and do it, found here:

curl -XDELETE 'http://localhost:9200/_all/'

Response:

{
  "ok": true,
  "acknowledged": true
}

This is so I know I’m working with an empty set of elasticsearch instances.

I have an existing database, called test and the river plugin has already been installed. Is there anyway to test to confirm the River Plugin is installed and running?

I issue the following command:

curl -XPUT 'http://localhost:9200/_river/my_index/_meta' -d '{
    "type" : "couchdb",
    "couchdb" : {
        "host" : "localhost",
        "port" : 5984,
        "db" : "my_couch_db",
        "filter" : null
    }
}'

my_couch_db is a real database, I see it in Futon. There is a document in it.

Response:

{
  "ok": true,
  "_index": "_river",
  "_type": "my_index",
  "_id": "_meta",
  "_version": 1
}

Now at this point, my understanding is elasticseach should be working as I saw in the tutorial.

I try to query, just to find anything. I go to

 http://localhost:9200/my_couch_db/my_couch_db.

Response:

No handler found for uri [/my_couch_db/my_couch_db] and method [GET]

What’s weird is when I go to

localhost:5984/my_couch_db/__changes 

I get

{
  "error": "not_found",
  "reason": "missing"
}

Anyone have any idea what part of this I’m screwing up?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T22:25:35+00:00Added an answer on May 22, 2026 at 10:25 pm

    I try to query, just to find anything.
    I go to

    http://localhost:9200/my_couch_db/my_couch_db.

    try adding /_search (w/ optional ?pretty=true) at the end of your curl -XGET like so:

    C:\>curl -XGET "http://localhost:9200/my_couch_db/my_couch_db/_search?pretty=true"
    {
      "took": 0,
      "timed_out": false,
      "_shards": {
        "total": 10,
        "successful": 10,
        "failed": 0
      },
      "hits": {
        "total": 1,
        "max_score": 1.0,
        "hits": [
          {
            "_index": "my_couch_db",
            "_type": "my_couch_db",
            "_id": "a2b52647416f2fc27684dacf52001b7b",
            "_score": 1.0,
            "_source": {
              "_rev": "1-5e4efe372810958ed636d2385bf8a36d",
              "_id": "a2b52647416f2fc27684dacf52001b7b",
              "test": "hello"
            }
          }
        ]
      }
    }
    

    What’s weird is when I go to
    localhost:5984/my_couch_db/__changes

    I get {"error":"not_found","reason":"missing"}

    try removing one of the underscores from your __changes and that should work like so:

    C:\>curl -XGET "http://localhost:5984/my_couch_db/_changes"
    {
      "results": [
        {
          "seq": 1,
          "id": "a2b52647416f2fc27684dacf52001b7b",
          "changes": [
            {
              "rev": "1-5e4efe372810958ed636d2385bf8a36d"
            }
          ]
        }
      ],
      "last_seq": 1
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We are using XSLT to translate a RIXML file to XML. Our RIXML contains
I need to clean up various Word 'smart' characters in user input, including but
i want to parse a xhtml file and display in UITableView. what is the
public static bool CheckLogin(string Username, string Password, bool AutoLogin) { bool LoginSuccessful; // Trim

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.