Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
- 빅데이터
- syslog
- zabbix
- docker
- 서울시민카드
- GPU
- PostgreSQL
- Kubernetes
- yum
- Elk
- Shell
- GNOME
- 디렉토리
- log
- RHEL
- Elasticsearch
- Chrome
- Linux
- JSON
- centos 7.5
- bash
- C
- 크롬
- Python
- CentOS
- 파이썬
- K8S
- audit
- rsyslog
- Audit Log
Archives
- Today
- Total
목록fluentd (1)
Sysops Notepad
[Docker] docker fluentd
1. fluentd 설치 및 실행docker pull fluent/fluentdvi test.conf @type forward @type stdout docker run -it -p 24224:24224 -v /path/to/conf/test.conf:/fluentd/etc/test.conf -e FLUENTD_CONF=test.conf fluent/fluentd:latest2. fluentd 연동하기docker run --log-driver=fluentd --log-opt fluentd-address=fluentdhost:24224 참고:https://www.fluentd.org/guides/recipes/docker-logginghttps://docs.fluentd.org/v0.12/articles/..
업무/etc
2019. 1. 25. 14:06