Error : New Elasticsearch Installation

Hi All,

I have recently installed elastic search version 1.7.3 on my Unix machine. Using the RPM package I got a SHA key error, hence I had to use a TAR package to install.

I have installed it successfully and I am able to hit the link http://localhost:9200/ , also I have installed the marvel plugin for a better dashboard but when I log into it ie to http://localhost:9200/_plugin/marvel/kibana/index.html#/dashboard/file/marvel.overview.json i get the below error.

"No results There were no results because no indices were found that match your selected time span."

Thanks,
Allan Selvan
Infosys Limited

you alread see this post Marvel no results ? the questions to help you will be the same !!

I have gone through the link provided by you, but I still don't see any data on Marvel.

Can you post the output of link curl -XGET http://localhost:9200/_cat/indices

Hi Niraj,

This is the output,

yellow open .marvel-2015.10.25 1 1 17228 0 39.2mb 39.2mb
yellow open .marvel-2015.10.21 1 1 11382 0 25.9mb 25.9mb
yellow open .marvel-2015.10.22 1 1 17234 0 38.9mb 38.9mb
yellow open .marvel-2015.10.23 1 1 17228 0 39.1mb 39.1mb
yellow open .marvel-2015.10.24 1 1 17233 0 39mb 39mb
yellow open .marvel-2015.10.26 1 1 7469 0 33.5mb 33.5mb
yellow open product 5 1 3 0 9.6kb 9.6kb
yellow open .marvel-kibana 5 1 1 1 3.5kb 3.5kb

Regards,
Allan

Hi Allan,

Not sure if you see any error in the logs while accessing the same. Also do you see any error if you use a firebug or use the chrome developer tools(f12). I believe it is more than a index not found error. Also try deleting the .marvel-kibana index and restart elasticsearch and see if that works.

Regards
Niraj

Hey Niraj.

Thanks for you valuable input. I reinstalled the Marvel plugin and reset the elasticsearch node data and now i am able to see the data.

Regards,
Allan

Thanks Camilo, I am able to see the data now. it was a restart error for my end. I also reinstalled marvel and it worked.