log-forwarder/readme.md
Simon Cornet b4f3b88dcf
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
ci: migrate from gitlab ci to woodpecker
2026-05-15 14:31:01 +02:00

15 lines
658 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"
```