LXC | ELK Stack v.5 (Elasticsearch - Logstash - Kibana)
Disk Size GB: 100
CPU Limit: 2
CPU Units: 2048
Memory MB: 2048
Swap MB: 2048
 
1) Java 8
2) Install Elasticsearch Problems
Source/Quellen:
- www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elk-stack-on-ubuntu-14-04
- www.digitalocean.com/community/tutorials/how-to-map-user-location-with-geoip-and-elk-elasticsearch-logstash-and-kibana
- www.atlantic.net/community/howto/install-elk-stack-on-debian-8/
- http://blogs.cisco.com/security/step-by-step-setup-of-elk-for-netflow-analytics
- http://knowm.org/how-to-set-up-the-elk-stack-elasticsearch-logstash-and-kibana/
- https://thisissecurity.net/2015/11/23/hackers-do-the-haka-part-1/
- https://www.vanimpe.eu/2014/12/13/using-elk-dashboard-honeypots/
-
-
-
-
-
    
            
            
            
                
Disk Size GB: 100
CPU Limit: 2
CPU Units: 2048
Memory MB: 2048
Swap MB: 2048
| 0.1 | apt update -y | |
| 0.2 | apt upgrade -y | |
| 0.3 | apt install vim-nox -y echo set number >> ~/.vimrc  | 
|
| 0.4 | dpkg-reconfigure tzdata | |
| 0.5 | apt install apt-transport-https -y | 
|
| 0.6 | apt install curl -y | |
| 0.7 | useradd elkuser | add a elkuser | 
| 0.8 | passwd elkuser | password to enter will be prompted | 
| 0.9 | apt install sudo -y | |
| 0.10 | usermod -a -G sudo elkuser | |
| 0.11 | 
Installation 
1) Java 8
Login as root and install...
| 1.0 | 
 vi /etc/apt/sources.list.d/java-8-debian.list  | 
| 1.1 | apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 | 
| 1.2 | apt update -y apt upgrade -y  | 
| 1.3 | apt install oracle-java8-installer -y | 
2) Install Elasticsearch Problems
| 2.0 | ||
| 2.1 | ||
| 2.2 | ||
| 2.3 | ||
| 2.4 | ||
| 2.5 | ||
| 2.6 | 
Install Kibana
| 
 
  | 
Install Logstash
- discuss.elastic.co/
- www.elastic.co/v5
-
-
-
Installation
Source/Quellen:
- www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elk-stack-on-ubuntu-14-04
- www.digitalocean.com/community/tutorials/how-to-map-user-location-with-geoip-and-elk-elasticsearch-logstash-and-kibana
- www.atlantic.net/community/howto/install-elk-stack-on-debian-8/
- http://blogs.cisco.com/security/step-by-step-setup-of-elk-for-netflow-analytics
- http://knowm.org/how-to-set-up-the-elk-stack-elasticsearch-logstash-and-kibana/
- https://thisissecurity.net/2015/11/23/hackers-do-the-haka-part-1/
- https://www.vanimpe.eu/2014/12/13/using-elk-dashboard-honeypots/
-
-
-
-
-