Commit 910e854
authored
[trend_micro_vision_one] No error for unparsable
The `trend_micro_vision_one.detection.request` field sometimes has
values with typos in them, which makes the `uri_parts` processor fail.
An error in `error.message` is confusing. That is removed. The original
value will remain in `trend_micro_vision_one.detection.request` and
`url.*` will be populated if the `uri_parts` processor is successful.
An error is kept for the other `uri_parts` processor usage, for
`trend_micro_vision_one.alert.workbench_link`, since that seems to not
be entered by a user and therefore should always be a correct URL....detection.request URI (#16124)1 parent 86d8823 commit 910e854
File tree
3 files changed
+8
-6
lines changed- packages/trend_micro_vision_one
- data_stream/detection/elasticsearch/ingest_pipeline
3 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
2 | 7 | | |
3 | 8 | | |
4 | 9 | | |
| |||
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
618 | | - | |
| 614 | + | |
| 615 | + | |
619 | 616 | | |
620 | 617 | | |
621 | 618 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments