This repository was archived by the owner on Oct 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.pillar
More file actions
62 lines (62 loc) · 1.41 KB
/
example.pillar
File metadata and controls
62 lines (62 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
beats:
packages:
# Install and configure filebeat.
filebeat:
version: 1.2.2
config:
filebeat:
prospectors:
-
paths:
- /var/log/application.log
input_type: log
registry_file: /var/lib/filebeat/registry
output:
logstash:
hosts: ["localhost:5044"]
worker: 1
logging:
to_files: true
files:
path: /var/log/filebeat
name: filebeat
rotateeverybytes: 10485760
packetbeat:
version: 1.2.2
interfaces:
device: any
protocols:
dns:
ports: [53]
include_authorities: true
include_additionals: true
http:
ports: [80, 8080, 8000, 5000, 8002]
output:
logstash:
hosts: ["localhost:5044"]
worker: 1
logging:
to_files: true
files:
path: /var/log/packetbeat
name: packetbeat
topbeat:
version: 1.2.2
input:
period: 10
procs: [".*"]
stats:
system: true
process: true
filesystem: true
cpu_per_core: false
output:
logstash:
hosts: ["localhost:5044"]
worker: 1
logging:
to_files: true
files:
path: /var/log/topbeat
name: topbeat