ElasticSearch + Kibana on Debian sid amd64 (http://www.elasticsearch.org/, http://www.elasticsearch.org/overview/kibana/)
10K+
sysctl -w vm.max_map_count=262144
docker run -d -p 5601:5601 -p 9200:9200 minimum2scp/es-kibana
and then open http://localhost:5601/ by browser.
See Virtual memory about vm.max_map_count.
ssh login to container:
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no debian@<container IP address>
or use published port:
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p <published ssh port> debian@localhost
id debian: uid=2000(debian) gid=2000(debian) groups=2000(debian),4(adm),27(sudo)debian@b6d35fb78b23:~$ ps -ef fww
UID PID PPID C STIME TTY STAT TIME CMD
root 1 0 1 00:06 ? Ss 0:00 init [2]
elastic+ 589 1 99 00:06 ? Sl 0:33 /usr/share/elasticsearch/jdk/bin/java -Des.networkaddress.cache.ttl=60 -Des.networkaddress.cache.negative.ttl=10 -XX:+AlwaysPreTouch -Xss1m -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djna.nosys=true -XX:-OmitStackTraceInFastThrow -Dio.netty.noUnsafe=true -Dio.netty.noKeySetOptimization=true -Dio.netty.recycler.maxCapacityPerThread=0 -Dio.netty.allocator.numDirectArenas=0 -Dlog4j.shutdownHookEnabled=false -Dlog4j2.disable.jmx=true -Djava.locale.providers=COMPAT -Xms1g -Xmx1g -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -Djava.io.tmpdir=/tmp/elasticsearch-7023295207253564749 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/lib/elasticsearch -XX:ErrorFile=/var/log/elasticsearch/hs_err_pid%p.log -Xlog:gc*,gc+age=trace,safepoint:file=/var/log/elasticsearch/gc.log:utctime,pid,tags:filecount=32,filesize=64m -XX:MaxDirectMemorySize=536870912 -Des.path.home=/usr/share/elasticsearch -Des.path.conf=/etc/elasticsearch -Des.distribution.flavor=default -Des.distribution.type=deb -Des.bundled_jdk=true -cp /usr/share/elasticsearch/lib/* org.elasticsearch.bootstrap.Elasticsearch -d -p /var/run/elasticsearch/elasticsearch.pid
elastic+ 605 589 0 00:06 ? Sl 0:00 \_ /usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/controller
root 622 1 10 00:06 ? Ssl 0:00 /usr/sbin/rsyslogd
root 647 1 0 00:06 ? Ss 0:00 /usr/sbin/cron
kibana 653 1 99 00:06 ? Rl 0:06 /usr/share/kibana/bin/../node/bin/node /usr/share/kibana/bin/../src/cli -c /etc/kibana/kibana.yml
root 670 1 0 00:06 ? Ss 0:00 sshd: /usr/sbin/sshd [listener] 0 of 10-100 startups
root 685 670 0 00:06 ? Ss 0:00 \_ sshd: debian [priv]
debian 697 685 0 00:06 ? S 0:00 \_ sshd: debian@pts/0
debian 698 697 0 00:06 pts/0 Ss 0:00 \_ -bash
debian 707 698 0 00:06 pts/0 R+ 0:00 \_ ps -ef fww
Content type
Image
Digest
sha256:ddc66a47f…
Size
711 MB
Last updated
about 2 hours ago
docker pull minimum2scp/es-kibana