forked from cloudflare/azul
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.raio.json
More file actions
70 lines (70 loc) · 2.87 KB
/
Copy pathconfig.raio.json
File metadata and controls
70 lines (70 loc) · 2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"logging_level": "info",
"logs": {
"raio2025h2b": {
"description": "Cloudflare 'Raio2025h2b' log",
"submission_url": "https://ct.cloudflare.com/logs/raio2025h2b/",
"monitoring_url": "https://raio2025h2b.ct.cloudflare.com/",
"temporal_interval": {
"start_inclusive": "2025-07-01T00:00:00Z",
"end_exclusive": "2026-01-01T00:00:00Z"
},
"max_sequence_skips": 1,
"sequence_interval_millis": 750,
"sequence_skip_threshold_millis": 250,
"location_hint": "wnam"
},
"raio2026h1a": {
"description": "Cloudflare 'Raio2026h1a' log",
"submission_url": "https://ct.cloudflare.com/logs/raio2026h1a/",
"monitoring_url": "https://raio2026h1a.ct.cloudflare.com/",
"temporal_interval": {
"start_inclusive": "2026-01-01T00:00:00Z",
"end_exclusive": "2026-07-01T00:00:00Z"
},
"max_sequence_skips": 1,
"sequence_interval_millis": 750,
"sequence_skip_threshold_millis": 250,
"location_hint": "wnam"
},
"raio2026h2a": {
"description": "Cloudflare 'Raio2026h2a' log",
"submission_url": "https://ct.cloudflare.com/logs/raio2026h2a/",
"monitoring_url": "https://raio2026h2a.ct.cloudflare.com/",
"temporal_interval": {
"start_inclusive": "2026-07-01T00:00:00Z",
"end_exclusive": "2027-01-01T00:00:00Z"
},
"max_sequence_skips": 1,
"sequence_interval_millis": 750,
"sequence_skip_threshold_millis": 250,
"location_hint": "wnam"
},
"raio2027h1a": {
"description": "Cloudflare 'Raio2027h1a' log",
"submission_url": "https://ct.cloudflare.com/logs/raio2027h1a/",
"monitoring_url": "https://raio2027h1a.ct.cloudflare.com/",
"temporal_interval": {
"start_inclusive": "2027-01-01T00:00:00Z",
"end_exclusive": "2027-07-01T00:00:00Z"
},
"max_sequence_skips": 1,
"sequence_interval_millis": 750,
"sequence_skip_threshold_millis": 250,
"location_hint": "wnam"
},
"raio2027h2a": {
"description": "Cloudflare 'Raio2027h2a' log",
"submission_url": "https://ct.cloudflare.com/logs/raio2027h2a/",
"monitoring_url": "https://raio2027h2a.ct.cloudflare.com/",
"temporal_interval": {
"start_inclusive": "2027-07-01T00:00:00Z",
"end_exclusive": "2028-01-01T00:00:00Z"
},
"max_sequence_skips": 1,
"sequence_interval_millis": 750,
"sequence_skip_threshold_millis": 250,
"location_hint": "wnam"
}
}
}