File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -157,16 +157,16 @@ scrape_configs:
157
157
158
158
# syslog target
159
159
160
- - job_name : syslog
161
- syslog :
162
- listen_address : 0.0.0.0:1514 # make sure you also expose this port on the container
163
- idle_timeout : 60s
164
- label_structured_data : yes
165
- labels :
166
- job : " syslog"
167
- relabel_configs :
168
- - source_labels : ['__syslog_message_hostname']
169
- target_label : ' host'
160
+ # - job_name: syslog
161
+ # syslog:
162
+ # listen_address: 0.0.0.0:1514 # make sure you also expose this port on the container
163
+ # idle_timeout: 60s
164
+ # label_structured_data: yes
165
+ # labels:
166
+ # job: "syslog"
167
+ # relabel_configs:
168
+ # - source_labels: ['__syslog_message_hostname']
169
+ # target_label: 'host'
170
170
```
171
171
172
172
## Loki Docker Driver
You can’t perform that action at this time.
0 commit comments