All public logs

Jump to navigation Jump to search

Combined display of all available logs of Frotmail Projects. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:32, 5 April 2022 Eric talk contribs created page Kibana (Created page with "=Docker= ==Apt-get== apt-get install docker-compose docker adjust sudo joe /etc/sysctl.conf vm.max_map_count=262144 apt-get remove apparmor ==Docker-compose== version: '2' services: kibana: image: kibana:6.7.0 container_name: kibana links: - 'elastic:elasticsearch' ports: - '5601:5601' logstash: image: logstash:6.7.0 container_name: logstash volumes: - /root/docker/logstash/config/:/usr/share/lo...")