Commit 231de33
committed
Rate limit hunt dispatcher housekeeping thread
This ensures that this IO intensive operation does not impact on
server performance.
Also:
* Allow query to take a limit callback for early exit.
* Redesign the file upload GUI in the upload artifact pack screen.
* Fix watch_ebpf() to create a default policy if only events were
passed - this is needed for backwards compatibility.
* The template() VQL function now accepts a `html` parameter which
allows using go's html/template instead. This should be safe for
generating HTML1 parent 9ddb189 commit 231de33
File tree
19 files changed
+616
-449
lines changed- actions/proto
- artifacts/testdata/server/testcases
- bin
- config/proto
- docs/references
- gui/velociraptor/src/components/artifacts
- services/hunt_dispatcher
- vql
- linux/ebpf
- tools
19 files changed
+616
-449
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 | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
125 | 130 | | |
126 | 131 | | |
127 | 132 | | |
| |||
181 | 186 | | |
182 | 187 | | |
183 | 188 | | |
184 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
185 | 195 | | |
186 | 196 | | |
187 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
110 | 115 | | |
111 | 116 | | |
112 | 117 | | |
| |||
146 | 151 | | |
147 | 152 | | |
148 | 153 | | |
149 | | - | |
| 154 | + | |
150 | 155 | | |
151 | 156 | | |
152 | 157 | | |
153 | 158 | | |
154 | | - | |
| 159 | + | |
155 | 160 | | |
156 | 161 | | |
157 | 162 | | |
| |||
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
175 | | - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
176 | 186 | | |
177 | 187 | | |
178 | 188 | | |
| |||
Some 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 | |
|---|---|---|---|
| |||
1175 | 1175 | | |
1176 | 1176 | | |
1177 | 1177 | | |
| 1178 | + | |
1178 | 1179 | | |
1179 | 1180 | | |
1180 | 1181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7879 | 7879 | | |
7880 | 7880 | | |
7881 | 7881 | | |
| 7882 | + | |
7882 | 7883 | | |
7883 | 7884 | | |
7884 | 7885 | | |
| |||
7891 | 7892 | | |
7892 | 7893 | | |
7893 | 7894 | | |
7894 | | - | |
| 7895 | + | |
7895 | 7896 | | |
| 7897 | + | |
| 7898 | + | |
| 7899 | + | |
7896 | 7900 | | |
7897 | 7901 | | |
7898 | 7902 | | |
7899 | 7903 | | |
7900 | 7904 | | |
| 7905 | + | |
| 7906 | + | |
| 7907 | + | |
7901 | 7908 | | |
7902 | 7909 | | |
7903 | 7910 | | |
| |||
11838 | 11845 | | |
11839 | 11846 | | |
11840 | 11847 | | |
11841 | | - | |
| 11848 | + | |
11842 | 11849 | | |
11843 | 11850 | | |
11844 | 11851 | | |
| |||
12852 | 12859 | | |
12853 | 12860 | | |
12854 | 12861 | | |
| 12862 | + | |
0 commit comments