Commit 79dd900
authored
feat: add time partition related changes (#1405)
create stream with custom time partition use header -
X-P-Time-Partition: <field-name> - this has to be a timestamp field
X-P-Time-Partition-Limit: max historical range default to 30d
server validates if all events in the batch has this time partition field
if false, it rejects the whole batch1 parent 08bece6 commit 79dd900
File tree
18 files changed
+967
-418
lines changed- src
- alerts
- catalog
- handlers
- http
- modal
- ingest
- utils
- parseable
- staging
- query
- storage
- utils/json
18 files changed
+967
-418
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments