filebeat-installer
Last change
on this file was
86a5c81,
checked in by lgromero <lgromero@…>, 4 days ago
|
refs #1719 adds filebeat installation and includes filebeat configuration and certs
|
-
Property mode set to
100755
|
File size:
657 bytes
|
Line | |
---|
1 | filebeat.inputs: |
---|
2 | - type: log |
---|
3 | enabled: true |
---|
4 | paths: |
---|
5 | - /var/log/opengnsys.log |
---|
6 | |
---|
7 | setup.template.settings: |
---|
8 | index.number_of_shards: 1 |
---|
9 | |
---|
10 | output.elasticsearch: |
---|
11 | hosts: ["oglog-os.mytld:9200"] |
---|
12 | pipeline: "copy-message-pipeline" |
---|
13 | username: "admin" |
---|
14 | password: "CorrectHorse_BatteryStaple1" |
---|
15 | protocol: "https" |
---|
16 | ssl.enabled: true |
---|
17 | ssl.verification_mode: full |
---|
18 | ssl.certificate: "/etc/filebeat/ogagent-fb.mytld.crt.pem" |
---|
19 | ssl.key: "/etc/filebeat/ogagent-fb.mytld.key.pem" |
---|
20 | |
---|
21 | processors: |
---|
22 | - add_host_metadata: |
---|
23 | when.not.contains.tags: forwarded |
---|
24 | - add_cloud_metadata: ~ |
---|
25 | - add_docker_metadata: ~ |
---|
26 | - add_kubernetes_metadata: ~ |
---|
27 | |
---|
28 | seccomp.enabled: false |
---|
Note: See
TracBrowser
for help on using the repository browser.