-
Incident report
-
Resolution: Fixed
-
Trivial
-
3.4.7, 4.0.0alpha4
-
Sprint 30, Sprint 31
-
0
Create dependent item with following jsonpath expression
$.header.Content-Type
And receive such json through Zabbix Trapper
{"header": {"Content-Type": "text/html; charset=UTF-8"}}
Actual:
item "Zabbix server:Set-Cookie" became not supported: Item preprocessing step #1 failed: cannot extract value from json by path "$.header.Content-Type": object not found starting with json path: "Content-Type"
Expected:
text/html; charset=UTF-8 is successfully extracted
Patch attached, though should consider allowing even more symbols.
- caused by
-
ZBXNEXT-3863 Extend item preprocessing with jsonpath function
- Closed