Skip to content

Commit

Permalink
more updates to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vallard committed Aug 1, 2022
1 parent a9da90f commit df996d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions m08-app-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@ helm upgrade --install -n fluentd fluentd -f values2.yaml fluent/fluentd

## Logs

There are some changes we made with this next version:

* We are accepting logs from port `24224`
* The app now forwards logs to this port for different portions.
* If you look at the app at `app/lib/app_logging.py` you can see how we set up the logging.
* Before the default settings scraped the logs from the individual nodes. It still does this but now the app forwards to fluent on its own. Fluent in turn flows to OpenSearch.

![](../images/mo/m08-01.png)

0 comments on commit df996d0

Please sign in to comment.