Hi,
I know Zabbix has a limit of 64kb when reading a file however, I am using the Zabbix_Sender to send a large JSON string over.
I get no issues from running the command even with verbose logging. I send the data using the -i command.
When I view the latest data, I see that it is missing data at the end. The file is 84kb
The text is one line within the text document and in the UTF-8 format.
The data is quite big. It pulls roughly 60k characters. The output is compressed so white space is removed.
I know Zabbix has a limit of 64kb when reading a file however, I am using the Zabbix_Sender to send a large JSON string over.
I get no issues from running the command even with verbose logging. I send the data using the -i command.
When I view the latest data, I see that it is missing data at the end. The file is 84kb
The text is one line within the text document and in the UTF-8 format.
The data is quite big. It pulls roughly 60k characters. The output is compressed so white space is removed.