Logging support
- fluentd - influxdb
This commit is contained in:
parent
d367ba2b25
commit
d69ac19d36
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
tags
|
||||
storage
|
||||
|
@ -47,7 +47,7 @@ services:
|
||||
volumes:
|
||||
- ./fluentd/conf:/fluentd/etc
|
||||
links:
|
||||
- "exen-influxdb"
|
||||
- "influxdb"
|
||||
ports:
|
||||
- 24224:24224
|
||||
environment:
|
||||
@ -59,7 +59,7 @@ services:
|
||||
restart: always
|
||||
container_name: influxdb_elena
|
||||
volumes:
|
||||
- ./influxdb/data:/var/lib/influxdb
|
||||
- ./storage/influxdb/data:/var/lib/influxdb
|
||||
environment:
|
||||
INFLUXDB_DATA_ENGINE: 'tsm1'
|
||||
INFLUXDB_REPORTING_DISABLED: 'false'
|
||||
|
@ -8,7 +8,7 @@
|
||||
@type copy
|
||||
<store>
|
||||
@type influxdb
|
||||
host exen-influxdb
|
||||
host influxdb_elena
|
||||
dbname logging
|
||||
port 8086
|
||||
tag_key @log_name
|
||||
|
Loading…
Reference in New Issue
Block a user