|
|
|
asd |
|
|
\ No newline at end of file |
|
|
|
### Setting up UDP log shipping:
|
|
|
|
* Add following lines inside GitLab docker to ```/etc/gitlab/gitlab.rb```:
|
|
|
|
|
|
|
|
```
|
|
|
|
logging['udp_log_shipping_host'] = '1.2.3.4' # Your syslog server
|
|
|
|
logging['udp_log_shipping_port'] = 1514 # Optional, defaults to 514 (syslog)
|
|
|
|
```
|
|
|
|
|
|
|
|
* Run ```sudo gitlab-ctl reconfigure``` and now your logs will be shipped to 1.2.3.4:1514 |
|
|
\ No newline at end of file |