Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geleeroyale authored Oct 12, 2023
1 parent 2828b04 commit 8e0db2b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,21 @@ Or just run `01-allow-ports.sh`
This is specifically configured to send the logs to the Giveth instance.

Run `02-install-loki-docker-log-driver.sh`

## Further configuration
Have a look at the two config files.

1 - check `docker-compose.yml`:

- correct network to observe other containers:
```
networks:
external_network:
external:
name: giveth-all_giveth
```

2 - check `promtail-config.yml` if you send more than one promtail exporter to your Loki instance:

- the `tenant_id` should be unique
- the labels for `job name`and `job`should be unique

0 comments on commit 8e0db2b

Please sign in to comment.