mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-10-31 20:13:38 +00:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			v4.5.0
			...
			3.2.1_6.2.
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | f5fc982bf0 | 
| @@ -69,6 +69,10 @@ These Docker containers are based on: | |||||||
|  |  | ||||||
| We thank you them and everyone else who has contributed to this project. | We thank you them and everyone else who has contributed to this project. | ||||||
|  |  | ||||||
|  | ## License and copyright | ||||||
|  |  | ||||||
|  | Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
|  |  | ||||||
| ## Wazuh official website | ## Wazuh official website | ||||||
|  |  | ||||||
| [Wazuh website](http://wazuh.com) | [Wazuh website](http://wazuh.com) | ||||||
|   | |||||||
| @@ -1,3 +1,4 @@ | |||||||
|  | # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
| version: '2' | version: '2' | ||||||
|  |  | ||||||
| services: | services: | ||||||
|   | |||||||
| @@ -1,3 +1,4 @@ | |||||||
|  | # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
| FROM docker.elastic.co/kibana/kibana:6.2.3 | FROM docker.elastic.co/kibana/kibana:6.2.3 | ||||||
| ARG WAZUH_APP_VERSION=3.2.1_6.2.3 | ARG WAZUH_APP_VERSION=3.2.1_6.2.3 | ||||||
| USER root | USER root | ||||||
|   | |||||||
| @@ -1,4 +1,5 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  | # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
|  |  | ||||||
| set -e | set -e | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,3 +1,4 @@ | |||||||
|  | # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
| FROM docker.elastic.co/logstash/logstash:6.2.3 | FROM docker.elastic.co/logstash/logstash:6.2.3 | ||||||
|  |  | ||||||
| COPY config/logstash.conf /etc/logstash/conf.d/logstash.conf | COPY config/logstash.conf /etc/logstash/conf.d/logstash.conf | ||||||
|   | |||||||
| @@ -1,3 +1,4 @@ | |||||||
|  | # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
| # Wazuh - Logstash configuration file | # Wazuh - Logstash configuration file | ||||||
| ## Remote Wazuh Manager - Filebeat input | ## Remote Wazuh Manager - Filebeat input | ||||||
| input { | input { | ||||||
|   | |||||||
| @@ -1,12 +1,5 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  | # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
| # |  | ||||||
| # OSSEC container bootstrap. See the README for information of the environment |  | ||||||
| # variables expected by this script. |  | ||||||
| # |  | ||||||
|  |  | ||||||
| # |  | ||||||
|  |  | ||||||
| # | # | ||||||
| # Apply Templates | # Apply Templates | ||||||
| # | # | ||||||
|   | |||||||
| @@ -1,3 +1,4 @@ | |||||||
|  | # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
| FROM nginx:latest | FROM nginx:latest | ||||||
|  |  | ||||||
| RUN apt-get update && apt-get install -y openssl apache2-utils | RUN apt-get update && apt-get install -y openssl apache2-utils | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  | # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
| set -e | set -e | ||||||
|  |  | ||||||
| if [ ! -d /etc/pki/tls/certs ]; then | if [ ! -d /etc/pki/tls/certs ]; then | ||||||
|   | |||||||
| @@ -1,3 +1,4 @@ | |||||||
|  | # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
| FROM phusion/baseimage:latest | FROM phusion/baseimage:latest | ||||||
| ARG FILEBEAT_VERSION=6.2.3 | ARG FILEBEAT_VERSION=6.2.3 | ||||||
| ARG WAZUH_VERSION=3.2.1-1 | ARG WAZUH_VERSION=3.2.1-1 | ||||||
|   | |||||||
| @@ -1,3 +1,4 @@ | |||||||
|  | # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
| filebeat: | filebeat: | ||||||
|  prospectors: |  prospectors: | ||||||
|   - input_type: log |   - input_type: log | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  | # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
| # | # | ||||||
| # Initialize the custom data directory layout | # Initialize the custom data directory layout | ||||||
| # | # | ||||||
|   | |||||||
| @@ -1,13 +1,5 @@ | |||||||
| #!/bin/bash | #!/bin/bash | ||||||
|  | # Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2) | ||||||
| # |  | ||||||
| # OSSEC container bootstrap. See the README for information of the environment |  | ||||||
| # variables expected by this script. |  | ||||||
| # |  | ||||||
|  |  | ||||||
| # |  | ||||||
|  |  | ||||||
| # |  | ||||||
| # Startup the services | # Startup the services | ||||||
| # | # | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user