mirror of
https://github.com/marcredhat/SIEM-toolkit-patched
synced 2026-06-08 20:37:12 +00:00
Default Live Event Sampler to 10 events
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -667,8 +667,8 @@ function renderQuality() {
|
||||
<option value="72">Last 3d</option>
|
||||
</select>
|
||||
<select id="qs-limit" class="bg-gray-800 border border-gray-700 rounded-lg px-3 py-2 text-sm text-gray-300 focus:outline-none focus:border-purple-600">
|
||||
<option value="10">10 events</option>
|
||||
<option value="20" selected>20 events</option>
|
||||
<option value="10" selected>10 events</option>
|
||||
<option value="20">20 events</option>
|
||||
<option value="50">50 events</option>
|
||||
</select>
|
||||
<button onclick="qsSample()" id="btn-qs"
|
||||
|
||||
Reference in New Issue
Block a user