Skip to content
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

[proposal] Deprecate Filebeat syslog input #37555

Closed
andrewkroh opened this issue Jan 5, 2024 · 2 comments · Fixed by #38277
Closed

[proposal] Deprecate Filebeat syslog input #37555

andrewkroh opened this issue Jan 5, 2024 · 2 comments · Fixed by #38277
Assignees
Labels
discuss Issue needs further discussion. Filebeat Filebeat Team:Elastic-Agent Label for the Agent team Team:Security-Deployment and Devices Deployment and Devices Team in Security Solution

Comments

@andrewkroh
Copy link
Member

I propose we deprecate the Filebeat syslog input by adding a notice to the documentation that recommends switching inputs and applying the syslog processor. And we would also add a cfgwarn message to the code.

Why?

  • Decouple inputs from the processing of the data. Keeping them separate allows for more configuration flexibility and better reuse of building blocks.
  • There should not be two ways to do the same thing. The syslog input duplicates what the udp/tcp/unix inputs do plus adds syslog decoding which can be done with the syslog processor.
  • Syslog input is not aligned to ECS (while the syslog processor is).

Related

@andrewkroh andrewkroh added discuss Issue needs further discussion. Filebeat Filebeat Team:Security-External Integrations Team:Elastic-Agent Label for the Agent team labels Jan 5, 2024
@elasticmachine
Copy link
Collaborator

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

@ebeahan ebeahan added Team:Security-Deployment and Devices Deployment and Devices Team in Security Solution and removed Team:Security-External Integrations labels Jan 31, 2024
@elasticmachine
Copy link
Collaborator

Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss Issue needs further discussion. Filebeat Filebeat Team:Elastic-Agent Label for the Agent team Team:Security-Deployment and Devices Deployment and Devices Team in Security Solution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants