mirror of
				https://github.com/wazuh/wazuh-docker.git
				synced 2025-11-04 14:03:24 +00:00 
			
		
		
		
	Changing copyright year to 2019
This commit is contained in:
		
							
								
								
									
										2
									
								
								LICENSE
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								LICENSE
									
									
									
									
									
								
							@@ -1,5 +1,5 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 Portions Copyright (C) 2018 Wazuh, Inc.
 | 
					 Portions Copyright (C) 2019 Wazuh, Inc.
 | 
				
			||||||
 Based on work Copyright (C) 2003 - 2013 Trend Micro, Inc.
 | 
					 Based on work Copyright (C) 2003 - 2013 Trend Micro, Inc.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 This program is a free software; you can redistribute it and/or modify
 | 
					 This program is a free software; you can redistribute it and/or modify
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -73,7 +73,7 @@ We thank you them and everyone else who has contributed to this project.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## License and copyright
 | 
					## License and copyright
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Web references
 | 
					## Web references
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
version: '2'
 | 
					version: '2'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
FROM docker.elastic.co/kibana/kibana:6.5.4
 | 
					FROM docker.elastic.co/kibana/kibana:6.5.4
 | 
				
			||||||
ARG WAZUH_APP_VERSION=3.8.2_6.5.4
 | 
					ARG WAZUH_APP_VERSION=3.8.2_6.5.4
 | 
				
			||||||
USER root
 | 
					USER root
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -e
 | 
					set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
kibana_config_file="/usr/share/kibana/plugins/wazuh/config.yml"
 | 
					kibana_config_file="/usr/share/kibana/plugins/wazuh/config.yml"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
FROM docker.elastic.co/logstash/logstash:6.5.4
 | 
					FROM docker.elastic.co/logstash/logstash:6.5.4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN rm -f /usr/share/logstash/pipeline/logstash.conf
 | 
					RUN rm -f /usr/share/logstash/pipeline/logstash.conf
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 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,5 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# OSSEC container bootstrap. See the README for information of the environment
 | 
					# OSSEC container bootstrap. See the README for information of the environment
 | 
				
			||||||
# variables expected by this script.
 | 
					# variables expected by this script.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
FROM nginx:latest
 | 
					FROM nginx:latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV DEBIAN_FRONTEND noninteractive
 | 
					ENV DEBIAN_FRONTEND noninteractive
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
set -e
 | 
					set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
FROM phusion/baseimage:latest
 | 
					FROM phusion/baseimage:latest
 | 
				
			||||||
ARG FILEBEAT_VERSION=6.5.4
 | 
					ARG FILEBEAT_VERSION=6.5.4
 | 
				
			||||||
ARG WAZUH_VERSION=3.8.2-1
 | 
					ARG WAZUH_VERSION=3.8.2-1
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# OSSEC container bootstrap. See the README for information of the environment
 | 
					# OSSEC container bootstrap. See the README for information of the environment
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
filebeat:
 | 
					filebeat:
 | 
				
			||||||
 prospectors:
 | 
					 prospectors:
 | 
				
			||||||
  - type: log
 | 
					  - type: log
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
 | 
					# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Initialize the custom data directory layout
 | 
					# Initialize the custom data directory layout
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user