Hello,
first of all, thank you for this great software and this forum!
Sorry if this is a dumb question, but pls do you have any advice on how to do best the following:
Create a graph that shows the total sum of all occurrences read from a log file.
I was looking at "log.count", but it only returns the last value of the last portion of the log file. What I want is that the whole log file is counted every time, so that the resulting graph would be "growing" and show the full total every time and the full sum at the end of the day of course.
Thank you very much in advance!
first of all, thank you for this great software and this forum!
Sorry if this is a dumb question, but pls do you have any advice on how to do best the following:
Create a graph that shows the total sum of all occurrences read from a log file.
I was looking at "log.count", but it only returns the last value of the last portion of the log file. What I want is that the whole log file is counted every time, so that the resulting graph would be "growing" and show the full total every time and the full sum at the end of the day of course.
Thank you very much in advance!
so what you could do in theory modify the log ( somehow - cron ? ) in a way that agent will reread it always as a new one
Comment