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

Adapt VD to Wazuh Keystore for Indexer configuration #911

Merged

Conversation

vcerenu
Copy link
Member

@vcerenu vcerenu commented Jan 30, 2024

Related Issue #910

@vcerenu vcerenu self-assigned this Jan 30, 2024
davidcr01
davidcr01 previously approved these changes Jan 30, 2024
@vcerenu vcerenu linked an issue Jan 30, 2024 that may be closed by this pull request
@teddytpc1 teddytpc1 marked this pull request as ready for review February 2, 2024 01:57
@davidcr01
Copy link
Contributor

The wazuh-states-vulnerabilities index was created successfully.
image

The vulnerability-detection configuration:

  # Configuration for Vulnerability detection
<vulnerability-detection>
  <enabled>yes</enabled>
  <index-status>yes</index-status>
  <feed-update-interval>60m</feed-update-interval>
</vulnerability-detection># indexer configuration for vulnerability detection
<indexer>
  <enabled>yes</enabled>
  <hosts>
    <host>https://127.0.0.1:9200</host>
  </hosts>
  <ssl>
    <certificate_authorities>
      <ca>/etc/filebeat/certs/root-ca.pem</ca>
    </certificate_authorities>
    <certificate>/etc/filebeat/certs/filebeat.pem</certificate>
    <key>/etc/filebeat/certs/filebeat-key.pem</key>
  </ssl>
</indexer>

@teddytpc1 teddytpc1 merged commit fa3f89f into 4.8.0 Feb 2, 2024
2 checks passed
@teddytpc1 teddytpc1 deleted the 910-adapt-vd-to-wazuh-keystore-for-indexer-configuration branch February 2, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapt VD to Wazuh Keystore for Indexer configuration
3 participants