Requires a reset + reindex of everything (well, that's the easiest way to get things indexed properly again), which will loose us the Cloud stats. Before doing this, export those to MongDB and upgrade the statscollector to the version that I'll be committing soon.
7 lines
248 B
Plaintext
7 lines
248 B
Plaintext
FROM docker.elastic.co/kibana/kibana:6.1.1
|
|
LABEL maintainer Sybren A. Stüvel <sybren@blender.studio>
|
|
|
|
RUN bin/kibana-plugin remove x-pack
|
|
ADD kibana.yml /usr/share/kibana/config/kibana.yml
|
|
RUN kibana 2>&1 | grep -m 1 "Optimization of .* complete"
|