mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-15 19:31:31 +00:00
Update License and copyright, thanks @jlruizmlg
This commit is contained in:
@@ -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:
|
||||||
@@ -48,12 +49,12 @@ services:
|
|||||||
- cluster.name=wazuh
|
- cluster.name=wazuh
|
||||||
- network.host=0.0.0.0
|
- network.host=0.0.0.0
|
||||||
- bootstrap.memory_lock=true
|
- bootstrap.memory_lock=true
|
||||||
- "ES_JAVA_OPTS=-Xms4g -Xmx4g"
|
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
|
||||||
ulimits:
|
ulimits:
|
||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
hard: -1
|
hard: -1
|
||||||
mem_limit: 8g
|
mem_limit: 2g
|
||||||
# volumes:
|
# volumes:
|
||||||
# - my-path:/usr/share/elasticsearch/data:Z
|
# - my-path:/usr/share/elasticsearch/data:Z
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
|
||||||
FROM docker.elastic.co/kibana/kibana-oss:6.2.4
|
FROM docker.elastic.co/kibana/kibana-oss:6.2.4
|
||||||
ARG WAZUH_APP_VERSION=3.2.2_6.2.4
|
ARG WAZUH_APP_VERSION=3.2.2_6.2.4
|
||||||
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-oss:6.2.4
|
FROM docker.elastic.co/logstash/logstash-oss:6.2.4
|
||||||
|
|
||||||
RUN rm -f /usr/share/logstash/pipeline/logstash.conf
|
RUN rm -f /usr/share/logstash/pipeline/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,5 +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
|
# OSSEC container bootstrap. See the README for information of the environment
|
||||||
# variables expected by this script.
|
# variables expected by this script.
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
|
||||||
FROM nginx:latest
|
FROM nginx:latest
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# 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 phusion/baseimage:latest
|
FROM phusion/baseimage:latest
|
||||||
ARG FILEBEAT_VERSION=6.2.4
|
ARG FILEBEAT_VERSION=6.2.4
|
||||||
ARG WAZUH_VERSION=3.2.2-1
|
ARG WAZUH_VERSION=3.2.2-1
|
||||||
|
|||||||
@@ -1,4 +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
|
# OSSEC container bootstrap. See the README for information of the environment
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# Wazuh App Copyright (C) 2018 Wazuh Inc. (License GPLv2)
|
||||||
filebeat:
|
filebeat:
|
||||||
prospectors:
|
prospectors:
|
||||||
- input_type: log
|
- input_type: log
|
||||||
|
|||||||
@@ -1,4 +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
|
||||||
|
|||||||
Reference in New Issue
Block a user