Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit d76c7b7

Browse files
authored
Merge pull request #282 from elastic/rwaight-patch-20191211
SIEM-at-Home example updates 20191211
2 parents 646f44c + 760eacb commit d76c7b7

File tree

7 files changed

+44
-7
lines changed

7 files changed

+44
-7
lines changed

Security Analytics/SIEM-at-Home/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Monitoring your servers and workstations doesn't have to be difficult or expensi
44
2. [Securing cluster access](https://www.elastic.co/blog/elastic-siem-for-small-business-and-home-2-securing-cluster-access)
55
3. [GeoIP data and Beats config review](https://www.elastic.co/blog/elastic-siem-for-small-business-and-home-3-geoip-data-and-beats-config-review)
66
4. [Beats on Windows](https://www.elastic.co/blog/elastic-siem-for-small-business-and-home-4-beats-on-windows)
7-
7+
5. Beats on CentOS _(coming soon)_
88

99
## `beats-configs`
1010
Example configurations for beats when deploying an Elastic SIEM at Home running on Elasticsearch Service

Security Analytics/SIEM-at-Home/beats-configs/beats-on-centos/auditbeat.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Example for the Beats on CentOS blog
2-
# Configuration version: 11-27-2019
2+
# Configuration version: 12-11-2019
33
#=== Auditbeat specific options ===
44
#=== Modules configuration ===
55
auditbeat.modules:
@@ -46,6 +46,18 @@ auditbeat.modules:
4646
target: process.parent
4747
period: 5s
4848

49+
#=== Auditbeat logging ===
50+
# Configure logging for Auditbeat if you plan on using the GeoIP ingest processor
51+
# Initially use `info` for the logging.level, set logging.level to `debug` if you see
52+
# an `Failed to publish events: temporary bulk send failure` error message in the logs
53+
#logging.level: info
54+
#logging.to_files: true
55+
#logging.files:
56+
# path: /var/log/elastic
57+
# name: auditbeat
58+
# keepfiles: 7
59+
# permissions: 0644
60+
4961
#=== Beats Common Configs Here ===
5062
# Add the settings from the Beats General Config file (beats-general-config.yml)
5163
# to the end of this configuration file. The Beats General Config file example can be found at this link:

Security Analytics/SIEM-at-Home/beats-configs/beats-on-centos/filebeat.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Example for the Beats on CentOS blog
2-
# Configuration version: 11-27-2019
2+
# Configuration version: 12-11-2019
33
#=== Filebeat specific options ===
44
#=== Filebeat modules ===
55
filebeat.config.modules:
@@ -14,6 +14,7 @@ filebeat.inputs:
1414
enabled: true
1515
paths:
1616
- /var/log/yum.log
17+
close_inactive: 1m
1718

1819
- type: log
1920
enabled: true
@@ -47,6 +48,18 @@ filebeat.inputs:
4748
app: pihole
4849
name: pihole-lighttpd
4950

51+
#=== Filebeat logging ===
52+
# Configure logging for Filebeat if you plan on using the GeoIP ingest processor
53+
# Initially use `info` for the logging.level, set logging.level to `debug` if you see
54+
# an `Failed to publish events: temporary bulk send failure` error message in the logs
55+
#logging.level: info
56+
#logging.to_files: true
57+
#logging.files:
58+
# path: /var/log/elastic
59+
# name: filebeat
60+
# keepfiles: 7
61+
# permissions: 0644
62+
5063
#=== Beats Common Configs Here ===
5164
# Add the settings from the Beats General Config file (beats-general-config.yml)
5265
# to the end of this configuration file. The Beats General Config file example can be found at this link:

Security Analytics/SIEM-at-Home/beats-configs/beats-on-centos/packetbeat.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Example for the Beats on CentOS blog
2-
# Configuration version: 11-27-2019
2+
# Configuration version: 12-11-2019
33
#=== Packetbeat specific options ===
44
#=== Network device ===
55
# Select the network interface to sniff the data. On Linux, you can use the
@@ -51,6 +51,18 @@ packetbeat.protocols:
5151
- 8883 # Secure MQTT
5252
- 9243 # Elasticsearch
5353

54+
#=== Packetbeat logging ===
55+
# Configure logging for Packetbeat if you plan on using the GeoIP ingest processor
56+
# Initially use `info` for the logging.level, set logging.level to `debug` if you see
57+
# an `Failed to publish events: temporary bulk send failure` error message in the logs
58+
#logging.level: info
59+
#logging.to_files: true
60+
#logging.files:
61+
# path: /var/log/elastic
62+
# name: packetbeat
63+
# keepfiles: 7
64+
# permissions: 0644
65+
5466
#=== Beats Common Configs Here ===
5567
# Add the settings from the Beats General Config file (beats-general-config.yml)
5668
# to the end of this configuration file. The Beats General Config file example can be found at this link:

Security Analytics/SIEM-at-Home/beats-configs/beats-on-windows/auditbeat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Example for the Beats on Windows blog
2-
# Configuration version: 11-27-2019
2+
# Configuration version: 12-06-2019
33
#=== Auditbeat specific options ===
44
#=== Modules configuration ===
55
auditbeat.modules:

Security Analytics/SIEM-at-Home/beats-configs/beats-on-windows/packetbeat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Example for the Beats on Windows blog
2-
# Configuration version: 11-27-2019
2+
# Configuration version: 12-06-2019
33
#=== Packetbeat specific options ===
44
#=== Network device ===
55
# Issue the `.\packetbeat.exe devices` command to determine the interfaces on your system

Security Analytics/SIEM-at-Home/beats-configs/beats-on-windows/winlogbeat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Example for the Beats on Windows blog
2-
# Configuration version: 11-25-2019
2+
# Configuration version: 12-06-2019
33
#=== Winlogbeat specific options ===
44
winlogbeat.event_logs:
55
- name: Application

0 commit comments

Comments
 (0)