-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Trivial
-
Affects Version/s: 7.0.26rc1, 7.4.10rc1, 8.0.0beta1 (master)
-
Component/s: API (A)
-
Environment:Elasticsearch 7.17.10
-
Sprint candidates
Steps to reproduce:
- Configure zabbix.conf.php
- Create item with value stored in Elasticsearch(value_type text). Same issue will be observed for value type: log, char
- Do API request below
{ "jsonrpc": "2.0", "method": "history.get", "params": { "history": 4, "itemids": [<value type text itemid>], "countOutput": true, }, "id": 1 }
Result:
API return array of criteria matching rows.
Expected:
API return count of criteria matching rows, same as API request to trend.get.