85 lines
1.8 KiB
JSON
85 lines
1.8 KiB
JSON
{
|
|
"buckets": {
|
|
"stonks-raw-market": {
|
|
"Rules": [
|
|
{
|
|
"ID": "raw-market-retention-90d",
|
|
"Status": "Enabled",
|
|
"Filter": { "Prefix": "" },
|
|
"Expiration": { "Days": 90 }
|
|
}
|
|
]
|
|
},
|
|
"stonks-raw-news": {
|
|
"Rules": [
|
|
{
|
|
"ID": "raw-news-retention-180d",
|
|
"Status": "Enabled",
|
|
"Filter": { "Prefix": "" },
|
|
"Expiration": { "Days": 180 }
|
|
}
|
|
]
|
|
},
|
|
"stonks-raw-filings": {
|
|
"Rules": [
|
|
{
|
|
"ID": "raw-filings-retention-365d",
|
|
"Status": "Enabled",
|
|
"Filter": { "Prefix": "" },
|
|
"Expiration": { "Days": 365 }
|
|
}
|
|
]
|
|
},
|
|
"stonks-normalized": {
|
|
"Rules": [
|
|
{
|
|
"ID": "normalized-retention-180d",
|
|
"Status": "Enabled",
|
|
"Filter": { "Prefix": "" },
|
|
"Expiration": { "Days": 180 }
|
|
}
|
|
]
|
|
},
|
|
"stonks-llm-prompts": {
|
|
"Rules": [
|
|
{
|
|
"ID": "llm-prompts-retention-365d",
|
|
"Status": "Enabled",
|
|
"Filter": { "Prefix": "" },
|
|
"Expiration": { "Days": 365 }
|
|
}
|
|
]
|
|
},
|
|
"stonks-llm-results": {
|
|
"Rules": [
|
|
{
|
|
"ID": "llm-results-retention-365d",
|
|
"Status": "Enabled",
|
|
"Filter": { "Prefix": "" },
|
|
"Expiration": { "Days": 365 }
|
|
}
|
|
]
|
|
},
|
|
"stonks-lakehouse": {
|
|
"Rules": [
|
|
{
|
|
"ID": "lakehouse-retention-730d",
|
|
"Status": "Enabled",
|
|
"Filter": { "Prefix": "" },
|
|
"Expiration": { "Days": 730 }
|
|
}
|
|
]
|
|
},
|
|
"stonks-audit": {
|
|
"Rules": [
|
|
{
|
|
"ID": "audit-retention-730d",
|
|
"Status": "Enabled",
|
|
"Filter": { "Prefix": "" },
|
|
"Expiration": { "Days": 730 }
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|