Skip to content

Debugging

SpootDev edited this page Jun 8, 2018 · 10 revisions

MediaKraken uses ElasticSearch/LogStash/Kibana for most of it's debugging tracking.

Running/setup of mkelk

  • Must define some memory settings before running the container. Run the following commands on the HOST that will be running mkelk.
    • Alpine Linux
      • sysctl -w kernel.pax.softmode=1
      • sysctl -w vm.max_map_count=262144
    • Debian Linux
      • sysctl -w vm.max_map_count=262144

Clone this wiki locally