-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Graylog output plugin: Add TCP option #9034
Copy link
Copy link
Closed
Labels
feature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing pluginsplugin/output1. Request for new output plugins 2. Issues/PRs that are related to out plugins1. Request for new output plugins 2. Issues/PRs that are related to out plugins
Metadata
Metadata
Assignees
Labels
feature requestRequests for new plugin and for new features to existing pluginsRequests for new plugin and for new features to existing pluginsplugin/output1. Request for new output plugins 2. Issues/PRs that are related to out plugins1. Request for new output plugins 2. Issues/PRs that are related to out plugins
Proposal:
Add a TCP option to Graylog (Gelf) Output Plugin.
Current behavior:
Plugin only supports (compressed) UDP
Desired behavior:
Support for GELF TCP option in addition to UDP.
Use case:
Want to use Telegraf to collect log files and send log messages to other systems which does not support UDP gelf. Currently cannot do this and have to use other agents.
Benefits to GELF TCP such as bigger payload, encryption possible, more reliable, could be parsed with standard json receiver etc.