Hej:
 
I was also testing this and had some issue. When running the embedded 
logstash(1.3.3)-elasticsearch-kibana was working perfect but as separate 
components I was having issues. When it comes to Kibana I downloaded Kibana 
3 Milestone 4 and after reading a lot I realized that Kibana needs to be 
installed together with a Web server (this is how newbie I am). Now for the 
config.js the value that I am using is:
 
    elasticsearch: "http://localhost:9200";,
And then I have elasticsearch 0.90.9 which is started also in the 9200 port 
by making sure that the config/elasticsearch.yml configuration file 
contains the following line:
 
http.port: 9200
Then in my case before installing any web server I found you can run a 
small Simple Web Server using python with the following instruction:
 
python -m SimpleHTTPServer 8080
 
You have to run this command from the main Kibana directory (where the 
config.js and index.html files are). I am using SSH Tunneling so I open 
ports 9200 and 8080 for localhost. Then I point my web browser to
 
http://localhost:8080/index.html 
 
And I could see Kibana dashboard but if there is no indexed information in 
the elasticsearch data directory it reports and Error:
 
*Error* No index found at http://localhost:9200/_all/_mapping. Please 
create at least one index.If you're using a proxy ensure it is configured 
correctly.
 
The error clears when you have inserted data via logstash.
 
Hope this helps,
s.r./F
 

On Wednesday, December 18, 2013 12:42:33 AM UTC+1, [email protected] 
wrote:

> Hello there:
>  
> I have current versions of Elasticsearch, Logstash, and Kibana 3 installed 
> on CentOS 6.5 .  But when I pull up a browser, I get a black header with 
> text 'dashboard.current.title', and the rest of the page is blank.  I also 
> copied the Kibana site to the plugins directory, and get the same result:  
>  
> http://host.domain 
>  
> and
>  
> http://host.domain:9200/_plugin/kibana3/  .  
>  
> I made changes to config.js:  elasticsearch:  "
> http://host.domain/elasticsearch"; , however it is still not working.  Any 
> suggestions re what I am missing?  
>  
> Thank you for helping a Newbie.  
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/08b63e79-7ad6-42c9-9642-f7fe1e807bf0%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to