You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing a new integration for the security labs content from https://www.elastic.co/security-labs. The content from security-labs is used to improve the capabilities of the security AI assistant by giving the assistant context on security threats.
Currently, the security labs content is included in the Kibana repository. There are several problems with the current approach that this integration will solve:
As the security labs content contains information about malware, it is triggering antivirus software, preventing users from upgrading Kibana (Kibana Knowledge Base Files being detected as Malware after update to 8.16 kibana#202114). Moving the content to an integration and removing the Security Labs content from the Kibana build, will ensure that anti virus software does not prevent users from upgrading Kibana.
In addition to the raw content, we would like to include the embeddings for that content in the integration. This way we do not need to generate the embeddings on the user's cluster. In the future, embeddings for the security labs' content can be shipped through this integration. The embeddings are not included in the integration yet, this will be added in the future.
KDKHD
changed the title
[Security Solution] [AI Assistant] Security labs content as an integration
[Security Solution] [AI Assistant] Introducing security labs content as an integration
May 22, 2025
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1. Thank you for your contribution!
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1. Thank you for your contribution!
Hi! This PR has been stale for a while and we're going to close it as part of our cleanup procedure. We appreciate your contribution and would like to apologize if we have not been able to review it, due to the current heavy load of the team. Feel free to re-open this PR if you think it should stay open and is worth rebasing. Thank you for your contribution!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
documentationImprovements or additions to documentation. Applied to PRs that modify *.md files.enhancementNew feature or requestNew IntegrationIssue or pull request for creating a new integration package.Stalled
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
Introducing a new integration for the security labs content from https://www.elastic.co/security-labs. The content from security-labs is used to improve the capabilities of the security AI assistant by giving the assistant context on security threats.
Users do not need to install this integration through the integrations page in Kibana. Rather, the integration will be installed when a user sets up the Security AI assistant knowledge base under http://localhost:5601/app/management/kibana/securityAiAssistantManagement?tab=knowledge_base.
Why
Currently, the security labs content is included in the Kibana repository. There are several problems with the current approach that this integration will solve:
Requires elastic/package-spec#900
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots