Skip to content

Commit

Permalink
add loki upgrade changes
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <frank.jogeleit@web.de>
  • Loading branch information
fjogeleit committed Sep 18, 2024
1 parent b0d0c0e commit 43cca8d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/upgrade-guide/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,18 @@ The **SecurityHub** integration has been completely redesigned. Instead of only
skipExistingOnStartup: false # [!code ++]
cleanup: false # [!code --]
# Synces removed or resolved findings to SecurityHub
cleanup: true # [!code ++]
synchronize: true # [!code ++]
# Delay between AWS GetFindings API calls, to avoid hitting the API RequestLimit
delayInSeconds: 2 # [!code ++]
minimumSeverity: "" # [!code ++]
```
### Loki Target
The Loki target now uses the `/loki/api/v1/push` API by default.

To align with other targets, the `source` label now reflects the `source` field of a PolicyReportResult. You can query all logs created by **Policy Reporter** now with the new `createdBy`=`policy-reporter` label.

## LeaderElecation

Small cleanup to enable `LeaderElecation` manually, its now only configured if Policy Reporter runs with `replicaCount` > `1`
Expand Down

0 comments on commit 43cca8d

Please sign in to comment.