15 lines
505 B
Markdown
15 lines
505 B
Markdown
# Ansible Role: Log Forwarder
|
|
|
|
Install and configure Splunk Universal Forwarder for log forwarding.
|
|
|
|
## Variables
|
|
|
|
| Variable | Required | Default | Description |
|
|
|----------|----------|---------|-------------|
|
|
| `splunk_forwarder_deb` | Yes | `https://download.splunk.com/...` | URL to Splunk Universal Forwarder DEB package |
|
|
|
|
## Example
|
|
|
|
```yaml
|
|
splunk_forwarder_deb: "https://download.splunk.com/products/universalforwarder/releases/9.4.2/linux/splunkforwarder-9.4.2-e9664af3d956-linux-amd64.deb"
|
|
```
|