docker-compose-elasticsearch-kibana icon indicating copy to clipboard operation
docker-compose-elasticsearch-kibana copied to clipboard

Docker Compose for Elasticsearch and Kibana

Results 14 docker-compose-elasticsearch-kibana issues
Sort by recently updated
recently updated
newest added

When I clone this repository and run it, I get an error `Minimum memory limit can not be less than memory reservation limit`, so I fixed it by changing the...

As with all elastic search docker images I've been working with (on Arch Linux & Ubuntu) there needs to be a one time command issued to set the vm.max_map_count more...

readme.md里面的 nginx是不是写错了 应该是localhost:8081 我猜测

i am new to elk and kibana and recently installed kibana version 6.4.3 and elasticsearch version 6.4.3 on centos7 and my jdk version is 1.8.0_212 .i started elasticsearch with the...

Hi, i installed docker-compose version 1.23 as indicated in the docs. Cloned the repo and I get the following error. Any suggestions please? ERROR: Version in "./docker-compose.yml" is unsupported. You...

https://github.com/maxyermayank/docker-compose-elasticsearch-kibana/blob/7c93c2d6926a77a6c0f8dcedf589863f9f8e4cf1/nginx-config/nginx.conf#L14 Is there a way, kibana can be served under http://:8881/kibana ? What should I change for that? Below change did not work location /kibana { proxy_pass http://kibana; #proxy_redirect off;...

discovery.zen.ping.unicast.hosts should be replaced with discovery.seed_hosts. See https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-7.0.html#breaking_70_discovery_changes and https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-settings.html

hi Thanks for submitting the latest version I just want elastic and kibana Which sections should I delete? If you can provide a file for these two items

After docker-compose up, nginx exit when other services are running ! nginx_1 | 2019/05/13 04:08:37 [emerg] 1#1: host not found in upstream "kibana:5601" in /etc/nginx/conf.d/nginx.conf:2 docker-compose-elasticsearch-kibana_nginx_1 exited with code 1...

As of today the security features of Elasticsearch are now free. Thus reverse proxy for free security is no longer required. Source: [Security for Elasticsearch is now free](https://www.elastic.co/blog/security-for-elasticsearch-is-now-free)