Developer
  • Projects
  • Docs
  • Blog
  • Forum
  • Builds
  • BLENDER.ORG

    • Download

      Get the latest Blender, older versions, or experimental builds.

    • What's New

      Stay up-to-date with the new features in the latest Blender releases.

    LEARNING & RESOURCES

    • Blender Studio

      Access production assets and knowledge from the open movies.

    • Manual

      Documentation on the usage and features in Blender.

    DEVELOPMENT

    • Developers Blog

      Latest development updates, by Blender developers.

    • Documentation

      Guidelines, release notes and development docs.

    • Benchmark

      A platform to collect and share results of the Blender Benchmark.

    • Blender Conference

      The yearly event that brings the community together.

    DONATE

    • Development Fund

      Support core development with a monthly contribution.

    • One-time Donations

      Perform a single donation with more payment options available.

Logo
Explore
Products
Blender User Manual Developer Documentation
Blender Benchmark
Blender Studio Tools Flamenco Watchtower
Modules
Animation & Rigging Asset System Core Grease Pencil Modeling Nodes & Physics Pipeline & I/O Platforms & Builds Python API & Text Editor Sculpt, Paint & Texture Triaging User Interface VFX & Video
Rendering
Render & Cycles Viewport & EEVEE
Report a Bug Help
Sign In
archive/blender-cloud
0
1
Fork 1
You've already forked blender-cloud
Code Issues 24 Pull Requests Projects Releases Wiki Activity
Files
48dc3837b5440740e05f57673425bfaf31150840
blender-cloud/docker/elastic/Dockerfile-kibana

7 lines
248 B
Plaintext
Raw Normal View History

Build custom images for ElasticSearch & Kibana We can then remove X-Pack and control ElasticSearch's memory usage. This also gives us the opportunity to let Kibana do its optimization when we build the image, rather than every time the container is recreated.
2017-09-21 11:28:16 +02:00
FROM docker.elastic.co/kibana/kibana:5.6.1
LABEL maintainer Sybren A. Stüvel <sybren@blender.studio>
RUN bin/kibana-plugin remove x-pack
Kibana: include config file that doesn't refer to xpack The default Kibana config file still has an option to enable X-pack, which is now removed.
2017-09-26 11:53:22 +02:00
ADD kibana.yml /usr/share/kibana/config/kibana.yml
Build custom images for ElasticSearch & Kibana We can then remove X-Pack and control ElasticSearch's memory usage. This also gives us the opportunity to let Kibana do its optimization when we build the image, rather than every time the container is recreated.
2017-09-21 11:28:16 +02:00
RUN kibana 2>&1 | grep -m 1 "Optimization of .* complete"
Reference in New Issue Copy Permalink
Powered by Gitea Page: 34ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API