Let me start off saying that I am new to ELK and am very interested in getting the ELK stack up and running, but have run into an issue that I can't seem to get past. Any help would be greatly appreciated.
I have newly installed the latest Elasticsearch, Kibana and X-Pack version 5 onto a fresh install of Ubuntu 16.04 LTS.
It seems as though the kibana service is in a loop. When I check status it shows the kibana service as active and running but the length the service runs doesn't get longer than a couple of seconds before the service reloads. I am also not getting anything in the kibana.log at all.
Also, when I connect using my IE browser to 192.168.1.35:9200 (where Elasticsearch, Kibana and X-Pack are installed) I get a login and type in default kibana/changeme and it downloads *.json file. Whereas FireFox gives me..
{
"name" : "blah"
"cluster_name" : "elasticsearch"
"cluster_uuid" : "Uyu5bd77RoKHab_0Qdn0YA"
"version" : {
"number" : "5.0.0",
"build_hash" : "253032b",
"build_date : 2016-10-26TO05:11:34.737Z",
"build_snapshot" : false
"lucene_version" : "6.2.0"
},
"tagline" : "You Know, for Search"
}
kibana.yml
server.port: 5601
server.host: "192.168.1.35"
server.name: "blah"
elasticsearch.url: "http://localhost:9200"
logging.dest: /var/log/kibana.log
logging.verbose: true