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

Reporting as extension #585

Merged
merged 16 commits into from
Mar 8, 2019
Merged

Reporting as extension #585

merged 16 commits into from
Mar 8, 2019

Conversation

adri9valle
Copy link
Contributor

@adri9valle adri9valle commented Feb 27, 2019

Hi team,

This PR adds the capability to disable the reporting.

By default the reporting is enabled. If it's necessary to disable it, we need to change the file config.conf on the Wazuh App for Splunk and set to false:

[extensions]
aws = false
virustotal = false
pci = true
oscap = false
audit = true
osquery = false
ciscat = false
gdpr = true
admin = true
reporting = false

Reporting only can be enabled or disabled editing this file.

Related issue: #579
Regards,

@adri9valle adri9valle added the type/enhancement Enhancement issue label Feb 27, 2019
@adri9valle adri9valle self-assigned this Feb 27, 2019
@adri9valle adri9valle changed the title 3.9 reporting extension Reporting as extension Feb 27, 2019
@adri9valle adri9valle merged commit a6b9f67 into 3.9 Mar 8, 2019
@adri9valle
Copy link
Contributor Author

Hi,

Now the reporting is enabled or disabled in the same file but in the admin_extensions stanza.

Example:

[extensions]
aws = false
virustotal = false
pci = true
oscap = false
audit = true
osquery = false
ciscat = false
gdpr = true
admin = true

[admin_extensions]
reporting = true

Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Enhancement issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant