Skip to content

Commit

Permalink
feat: add check of obfuscated data on dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-touret committed Jul 1, 2024
1 parent 7717c0b commit ed0aad1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,11 @@ $ docker compose down
$ docker compose up -d --build --remove-orphans
```


> aside positive
>
> During this workshop, we will only obfuscate the card numbers in Loki. It will therefore be stored as is in the log files but obfuscated in Loki and by this way in the data exposed on Grafana.

### Logs Correlation
> aside positive
>
Expand Down Expand Up @@ -797,6 +802,7 @@ The ``Metric`` field lists all the metrics available in Prometheus server: take
* To split the memory usage per service, you can click on the ``By label`` button and select the label named ``application`` (do not forget to click on ``Run query`` afterthat).

* You can also filter metrics to be displayed using ``Label filters``: try to create a filter to display only the metric related to the application named easypay-service.
* Check the card numbers are now obfuscated with the ``**MASKED**`` content.

> aside positive
>
Expand Down

0 comments on commit ed0aad1

Please sign in to comment.