Skip to content

Commit

Permalink
fix(opensearch): Rollover usage events at a file size rather than tim…
Browse files Browse the repository at this point in the history
…e-based manner (datahub-project#10006)
  • Loading branch information
darnaut authored Mar 7, 2024
1 parent 6227754 commit c4a4532
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
"policy_id": "PREFIXdatahub_usage_event_policy",
"description": "Datahub Usage Event Policy",
"default_state": "Rollover",
"schema_version": 3,
"schema_version": 4,
"states": [
{
"name": "Rollover",
"actions": [
{
"rollover": {
"min_size": "5gb",
"min_index_age": "1d"
"min_size": "5gb"
}
}
],
Expand Down

0 comments on commit c4a4532

Please sign in to comment.