-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aggregator plugins: Support historical data #1992
Comments
Is there [[aggregator.mean]] plugin available in telegraf ? I am searching through but couldn't find if there is any aggregator plugin other than [[aggregator.minmax]]. |
we are testing log parsing with telegraf and plan to import older logfiles into the DB. It will be handy if we can use the aggregator for historical data too. |
Can this issue be closed now with the advent of #6049 ? |
I think so. If the grace period doesn't meet your needs, you also have the ability to use the state variable in a custom starlark script to write any sort of aggregation rules you would like, at least as far as available memory will allow. |
Currently aggregator plugins only support aggregating data with "current" timestamps.
We should try to support a single stream of historical data in the aggregator plugins, as this likely could be a common use-case when parsing a logfile.
see #1989
from that issue:
The text was updated successfully, but these errors were encountered: