Skip to content

Commit

Permalink
disable logs from opensearch which may contain PII
Browse files Browse the repository at this point in the history
  • Loading branch information
cthtrifork committed May 29, 2024
1 parent c5cc67c commit b4ddd07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/opensearch_dashboards/opensearch_dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ opensearch_security.openid.client_id: users
opensearch_security.openid.client_secret: users-secret
opensearch_security.openid.base_redirect_url: http://localhost:5602
opensearch_security.openid.scope: opensearch

# https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/core/server/logging/README.md#usage
logging:
loggers:
- context: opensearch.data # disable logs from opensearch which may contain PII
level: off

Check warning on line 32 in config/opensearch_dashboards/opensearch_dashboards.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

32:14 [truthy] truthy value should be one of [false, true]
appenders: []

0 comments on commit b4ddd07

Please sign in to comment.