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

sysutils/beats8: initial Filebeat support #4591

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0xThiebaut
Copy link

@0xThiebaut 0xThiebaut commented Mar 13, 2025

The sysutils/beats8 plugin and initial Filebeat support enables OPNsense to send logs to Elasticsearch for further monitoring.

The plugin has the ability to collect the following OPNsense syslogs:

  • Audit
  • Backend
  • Boot
  • General
  • Web GUI

It also supports the Suricata module which, with opnsense/core#8442, allows OPNsense to perform decent network monitoring.
image

Copy link
Member

@AdSchellevis AdSchellevis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0xThiebaut thanks, some small remarks from my end, but the rest looks good.

</modules>
<inputs>
<enabled type="OptionField">
<Default>audit</Default>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing required?

Copy link
Author

@0xThiebaut 0xThiebaut Mar 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AdSchellevis The constraint is technically that at least one of modules or inputs should be selected (otherwise filebeat is a no-op). Is there such a constraint?

Can't seem to immediately find something in Adding constraints.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants