Pebin / ledkovac-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ledkovac-server

how to run

  • docker-compose build
  • docker-compose up -d

ledkovac server

  • localhost:5600

kibana

  • localhost:5601

first setup in Kibana

  • open kibana
  • select stack management on the left side
  • saved objects
  • import
  • select the kibana.ndjson file located in this project and import it. New dashboard will be added.

linux system settings

  • add permissions to the data folder (create the data01 folder if it doesn't exist yet in the server folder)
    • sudo chmod 777 -R data01/
  • set vm.max_map_count in /etc/sysctl.conf
    • vm.max_map_count=262144

About

License:MIT License


Languages

Language:Python 85.9%Language:Dockerfile 10.5%Language:Shell 3.6%