Hello,
Currently I am using Fluentd whose configuration file has unfortunately become very large for my use case. This becomes very hard to manage the config file. Are there any known plugins, editors or viewers for Fluentd configuration file which add syntax highlighting, automatic indentation, documentation on Fluentd plugins in-built, etc? One example could be something like this (very basic):
https://github.com/syohex/emacs-fluentd-mode
1. Also, how do you manage your config files (mine is currently >1000 lines long)?
2. Is there usually a way to minimize the config size that I may be missing - e.g. out_forest plugin helped us. May be there are others which achieve this? I am primarily using it for syncing logs in multiple CSV files across S3, local disk, etc. Currently, the schema of each CSV file causes the configuration to become cumbersome/large.
Regards,
Sahil