-
Notifications
You must be signed in to change notification settings - Fork 90
Added support for Beats modules #132
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Christopher Svensson <[email protected]>
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
💚 CLA has been signed |
jenkins test this please |
Hi @stoffus, |
Any news ? |
It's working in Production Environment. (test with my own fork) Is it possible to review this change and add this feature ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working in Prod env.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but I don't feel comfortable signing off as the official approval for this pull request.
I'm not an expert in Ansible module writing.
Hi , any news for this PR ? |
9b3fd63
to
3ccdb51
Compare
Signed-off-by: Christopher Svensson <[email protected]>
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@ladislavmacoun please don't let this go stale. What needs to happen next? |
Sorry @devmills, I can't help you with this since I am not a member of elastic team, also we have moved from the official beat role and not using this anymore. |
Implemented support for managing Beats modules. For the case of default configuration, it assumes the corresponding module to be present inside the
modules.d
directory.Basic usage
Enabling modules with custom configuration
Enable the
nginx
module with custom configuration:Enabling modules with default configuration
Enable the
system
andredis
modules with default configuration:Disabling modules
Disable the
rabbitmq
module: