Debugging - MediaKraken/MediaKraken_Deployment GitHub Wiki
MediaKraken uses ElasticSearch/LogStash/Kibana for most of it's debugging tracking. PgAdmin4 and RabbitMQ web interfaces are also available.
- 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
- Alpine Linux
- Show indexs, record count and size on disk
- curl -L hostip:9200/_cat/indices
- Visit https://hostip:5601
- Visit https://hostip:12345
- visit https://hostip:15672