FYI - I solved this problem by placing the publicly visible dns in the elasticsearch variable in the config file instead of the ip address:
from: "http://"+window.location.hostname+":9200" WRONG: elasticsearch: "http://IP.ADDRESS:9200" RIGHT elasticsearch: "http://PUBLICLY.AVAILABLE.DNS:9200", On Thursday, December 19, 2013 3:23:26 PM UTC-5, [email protected] wrote: > > Just wanted to thank you for your assistance. > > I downloaded/ran Logstash v 1.3.1, and it has Kibana 3 & Elasticsearch > already embedded. Just need to write a wrapper to run as a service. > Appreciate your help. > > Thank you. > > > On Wednesday, December 18, 2013 1:30:15 PM UTC-8, Mark Walkom wrote: > >> http://pastebin.com/ >> https://gist.github.com/ >> Either of those. >> >> Putting your config.js would be helpful for starters. >> >> Regards, >> Mark Walkom >> >> Infrastructure Engineer >> Campaign Monitor >> email: [email protected] >> web: www.campaignmonitor.com >> >> >> On 19 December 2013 02:48, <[email protected]> wrote: >> >>> Sorry, what's a gist? >>> >>> You want me to upload config.js ? Any other files? >>> >>> Thank you for your help btw. >>> >>> >>> >>> >>> On Tuesday, December 17, 2013 4:11:14 PM UTC-8, Mark Walkom wrote: >>> >>>> You shouldn't need the /elasticsearch there. >>>> >>>> It might be easier if you put your config(s) in a gist and then link to >>>> it, it'll give us a better overall picture of how you have set things up. >>>> >>>> Regards, >>>> Mark Walkom >>>> >>>> Infrastructure Engineer >>>> Campaign Monitor >>>> email: [email protected] >>>> web: www.campaignmonitor.com >>>> >>>> >>>> On 18 December 2013 11:08, <[email protected]> wrote: >>>> >>>>> Also, in my reading online, I am not certain of the exact syntax. On >>>>> one site, it said something like: >>>>> >>>>> elasticsearch: “http://”+window.location.hostname+”:9200″, >>>>> >>>>> Should the '+' 's really be in there? I've tried with and without. >>>>> I've also made variations on where the quotes are, but it doesn't seem to >>>>> change anything (other than sometimes it comes up w/ a cryptic text >>>>> page). >>>>> >>>>> >>>>> >>>>> >>>>> On Tuesday, December 17, 2013 4:04:46 PM UTC-8, [email protected]: >>>>> >>>>>> Okay I changed it to: >>>>>> >>>>>> elasticsearch: "http://"host.domain":9200/elasticsearch/" , >>>>>> >>>>>> However I'm getting the same result on >>>>>> >>>>>> http://host.domain >>>>>> >>>>>> >>>>>> >>>>>> On Tuesday, December 17, 2013 3:45:19 PM UTC-8, Mark Walkom wrote: >>>>>> >>>>>>> The config URL doesn't look right, it should be something like >>>>>>> http://elastichost.domain.com:9200/ >>>>>>> >>>>>>> Regards, >>>>>>> Mark Walkom >>>>>>> >>>>>>> Infrastructure Engineer >>>>>>> Campaign Monitor >>>>>>> email: [email protected] >>>>>>> web: www.campaignmonitor.com >>>>>>> >>>>>>> >>>>>>> On 18 December 2013 10:42, <[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/c956c8a4-38d >>>>>>>> 8-427f-ad71-05b2574f63e9%40googlegroups.com. >>>>>>>> >>>>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>>>> >>>>>>> >>>>>>> -- >>>>> 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/c22908b8-1e82-4fe5-ad7f-72a842c68215% >>>>> 40googlegroups.com. >>>>> >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>> >>>> -- >>> 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/9969e96d-9d88-4295-be96-259dc72f7e5c%40googlegroups.com >>> . >>> >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> -- This email, including any attachments, contains information that is privileged, confidential, and/or otherwise exempt from disclosure under applicable law. If you are not the intended recipient, then any disclosure, dissemination, distribution, copying, or any other use of this communication or its contents is prohibited. If you have received this email in error, please notify the sender immediately and destroy all electronic and hard copies of this email and its attachments. -- 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/b15f2c3f-fb30-4566-a080-616a778d6811%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
