From here https://www.zabbix.com/documentation...xt-data-limits I understood the limits of the text that can be stored in the database, but my question is:
- if the json is bigger than the database limit, do the lld rules read all the data or only the truncated data? Actually my minified json is 94 250 characters long, but some elements are not stored.
I don't know if this matters, but just for debugging options I have set the history storage period to 1h. If anyone has any advice, I will appreciate it.
- if the json is bigger than the database limit, do the lld rules read all the data or only the truncated data? Actually my minified json is 94 250 characters long, but some elements are not stored.
I don't know if this matters, but just for debugging options I have set the history storage period to 1h. If anyone has any advice, I will appreciate it.
> in that item jsonpath pre-processing (if possible in your use case) > LLD rule > dependent item on your first one.
Comment