I am new to Zabbix and need some help. I have a log file (sample of contents below). From this log file, I want to create a graph from all the contents using all the data.
user date time wait time execution time server
user03 2019-10-19 05:19:59.162679 0.208916 0.334641 server-01-598bc948cc-r44j4-20191021
user03 2019-10-19 05:20:00.071890 0.203622 0.356399 server-01-598bc948cc-r44j4-20191021
user03 2019-10-19 05:20:00.508373 0.238079 0.351551 server-01-598bc948cc-r44j4-20191021
I used item to get the entire contents of the file in Zabbix log[/logs/output.log].
How can I create a graph?
user date time wait time execution time server
user03 2019-10-19 05:19:59.162679 0.208916 0.334641 server-01-598bc948cc-r44j4-20191021
user03 2019-10-19 05:20:00.071890 0.203622 0.356399 server-01-598bc948cc-r44j4-20191021
user03 2019-10-19 05:20:00.508373 0.238079 0.351551 server-01-598bc948cc-r44j4-20191021
I used item to get the entire contents of the file in Zabbix log[/logs/output.log].
How can I create a graph?
Comment