3
votes

I am using elastic 2.0 and I am trying to access sense from the following URL:

http://localhost:9200/_plugin/marvel/sense/index.html

I followed the instruction on installing sense from here:

Install marvel plugin for Elasticsearch

However I'm only able to access sense from within Kibana if I try to access it from elastic I get a blank page.

What am I missing?

1

1 Answers

5
votes

sense has become a kibana app and so is Marvel 2.0. The URL you are trying will throw 404 error.

As you said the correct way to access is http://localhost:5601/app/sense considering default settings.

More on that