Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_plugin/inquisitor/ not found (404) #44

Open
peske opened this issue Jun 10, 2016 · 3 comments
Open

_plugin/inquisitor/ not found (404) #44

peske opened this issue Jun 10, 2016 · 3 comments

Comments

@peske
Copy link

peske commented Jun 10, 2016

I'm using ElasticSearch 2.3.3 (the newest at the moment), and I've installed this plugin by following your instructions:

bin/plugin install polyfractal/elasticsearch-inquisitor

Then I've tried to open the site at http://localhost:9200/_plugin/inquisitor (again by following your instructions), and I've got nothing (404 not found).

Then I've saw that the plugin directory name is different, so I've used this name and tried:

ttp://localhost:9200/_plugin/elasticsearch-inquisitor

And I've got the page.

So my question is obvious - what happened? Should I specify directory name during the installation?

Another thing has came through my mind - a compatibility issue. Is the plugin compatible with ElasticSearch 2.3.3? If not you should consider changing your compatibility matrix in "readme" file - 1.0+ in my world means 1.0 and newer, thus including 2.3.3.

@carmichaelalonso
Copy link

Same issue here - not ideal, but I just installed Elasticsearch 1.0.0, which is fine for the analyzer tool. It seems to be recognising the plugin as I wasn't getting any errors (like I was with other name patterns).

@polyfractal
Copy link
Owner

Looks like it's just a typo on my part. The URL that is used is whatever the plugin directory is called. So when the plugin is installed, it goes to "elasticsearch-inquisitor".

Another thing has came through my mind - a compatibility issue. Is the plugin compatible with ElasticSearch 2.3.3? If not you should consider changing your compatibility matrix in "readme" file - 1.0+ in my world means 1.0 and newer, thus including 2.3.3.

It should be, although I haven't tested it. I don't think any of the APIs that it uses have been affected by backwards compat breaks. But I'm not sure tbh, as this plugin has been largely dormant for a few years.

Also note: _site plugins are going to be removed in 5.0, so Inquisitor will no longer work at some point. I'd like to migrate it to a Kibana app at some point, but I just don't have a ton of free time for that atm.

@4islam
Copy link

4islam commented Aug 10, 2016

For convenience, new URL that works: http://localhost:9200/_plugin/elasticsearch-inquisitor/

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

No branches or pull requests

4 participants