-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpillar.example
More file actions
48 lines (40 loc) · 1.3 KB
/
pillar.example
File metadata and controls
48 lines (40 loc) · 1.3 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
# See README for more info about these settings
splunkforwarder:
### --> begin mutually exclusive
### EITHER: use your own custom package repository:
package:
name: your-custom-splunkforwarder-package
repo: your-custom-repo-name
version: optional-specific-version-number
### OR: download the package file directly and install it:
version: 6.2.0
package_filename: splunkforwarder-6.2.0-237341-linux-2.6-amd64.deb
source_hash: sha256=8336952b317f9a9bdf7f47358d66b823948fabccbf46de6695d0d6560f5a4ee3
download_base_url: http://your.domain.com/downloads/
### <-- end mutually exclusive
cert_filename: selfsignedcert.pem
intermediate: True
forward_servers:
- 1.2.3.4:9998
- 1.2.4.5:9998
inputs:
monitor:
nginx-access-log:
monitor: /var/log/nginx/access.log
index: search
sourcetype: nginx_access_log
nginx-error-log:
monitor: /var/log/nginx/error.log
index: search
sourcetype: nginx_error_log
splunk:
secret: your shared splunk secret
password:
outputs.conf: your (preferably encrypted) password
inputs.conf: your (preferably encrypted) password
self_cert_filename: selfsignedcert.pem
certs:
cacert.pem:
content: put your cert content here
selfsignedcert.pem:
content: put your cert content here