Skip to content

Commit

Permalink
tink-cli should not be logging to ES
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Gahlot <gaurav.gahlot19@gmail.com>
  • Loading branch information
gauravgahlot committed Apr 23, 2020
1 parent 0105667 commit a8f04fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
4 changes: 0 additions & 4 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ services:
environment:
TINKERBELL_GRPC_AUTHORITY: 127.0.0.1:42113
TINKERBELL_CERT_URL: http://127.0.0.1:42114/cert
logging:
driver: fluentd
options:
tag: tink-cli
depends_on:
tink-server:
condition: service_healthy
Expand Down
14 changes: 3 additions & 11 deletions deploy/fluent-bit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@
Index boots
Type boots

[OUTPUT]
Name es
Match tinkerbell-cli
Host elasticsearch
Port 9200
Index tinkerbell-cli
Type tinkerbell-cli

[OUTPUT]
Name es
Match nginx
Expand All @@ -65,8 +57,8 @@

[OUTPUT]
Name es
Match tinkerbell-server
Match tink-server
Host elasticsearch
Port 9200
Index tinkerbell-server
Type tinkerbell-server
Index tink-server
Type tink-server

0 comments on commit a8f04fa

Please sign in to comment.