forked from wazuh/wazuh-docker
Bump year
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Portions Copyright (C) 2020 Wazuh, Inc.
|
Portions Copyright (C) 2021 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
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ We thank you them and everyone else who has contributed to this project.
|
|||||||
|
|
||||||
## License and copyright
|
## License and copyright
|
||||||
|
|
||||||
Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
|
|
||||||
## Web references
|
## Web references
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
FROM amazon/opendistro-for-elasticsearch-kibana:1.11.0
|
FROM amazon/opendistro-for-elasticsearch-kibana:1.11.0
|
||||||
USER kibana
|
USER kibana
|
||||||
ARG ELASTIC_VERSION=7.9.1
|
ARG ELASTIC_VERSION=7.9.1
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
|
|
||||||
WAZUH_MAJOR=4
|
WAZUH_MAJOR=4
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
#
|
#
|
||||||
# Wazuh app - App configuration file
|
# Wazuh app - App configuration file
|
||||||
# Copyright (C) 2015-2020 Wazuh, Inc.
|
# Copyright (C) 2015-2021 Wazuh, Inc.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
|
|
||||||
wazuh_url="${WAZUH_API_URL:-https://wazuh}"
|
wazuh_url="${WAZUH_API_URL:-https://wazuh}"
|
||||||
wazuh_port="${API_PORT:-55000}"
|
wazuh_port="${API_PORT:-55000}"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
|
|
||||||
if [[ $CHANGE_WELCOME == "true" ]]
|
if [[ $CHANGE_WELCOME == "true" ]]
|
||||||
then
|
then
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Wazuh Docker Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
FROM centos:7
|
FROM centos:7
|
||||||
|
|
||||||
ARG FILEBEAT_VERSION=7.9.1
|
ARG FILEBEAT_VERSION=7.9.1
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
source /permanent_data.env
|
source /permanent_data.env
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/with-contenv bash
|
#!/usr/bin/with-contenv bash
|
||||||
# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Wazuh App Copyright (C) 2020 Wazuh Inc. (License GPLv2)
|
# Wazuh App Copyright (C) 2021 Wazuh Inc. (License GPLv2)
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
source /permanent_data.env
|
source /permanent_data.env
|
||||||
|
|||||||
Reference in New Issue
Block a user