Commit a670871
committed
relay: drop legacy POST / path — fluentd /ingest is the sole input
Now that the Cribl modsec route is gone (deleted in the Cribl
runtime; not in fleet because Cribl Free's config lives in its own
PVC), the legacy / path on the relay was only catching stragglers
from the destination's PQ replay. Drop them.
Result: only fluentd-direct events flow through. Content-Length
matches actual bytes (cl=17737 actual=17737), regex extraction sees
full untruncated log lines, and AM gets PostableAlerts with
host/rule_id/method/uri all populated.1 parent 998b9ee commit a670871
1 file changed
Lines changed: 16 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
157 | 164 | | |
158 | 165 | | |
159 | 166 | | |
160 | 167 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
0 commit comments