Skip to content

Debugging

SpootDev edited this page Jul 8, 2018 · 10 revisions

MediaKraken uses ElasticSearch/LogStash/Kibana for most of it's debugging tracking. PgAdmin4 and RabbitMQ web interfaces are also available.

Table of Contents

Running/setup of mkelk

  • docker pull mediakraken/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

Viewing ELK data

  • Show indexs, record count and size on disk
    • curl -L hostip:9200/_cat/indices

Viewing debug data

  • Visit https://hostip:5601

Viewing database data

  • Visit https://hostip:12345

Viewing rabbitmq

  • visit https://hostip:15672

Clone this wiki locally