-
Notifications
You must be signed in to change notification settings - Fork 202
[Security Solution] [AI assistant] Docs for AI assistant esql generation with self healing #6934
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
base: 8.19
Are you sure you want to change the base?
[Security Solution] [AI assistant] Docs for AI assistant esql generation with self healing #6934
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
/ci |
run docs-build |
@@ -162,6 +162,8 @@ The **Knowledge base** tab of the **Security AI settings** page allows you to en | |||
|
|||
Elastic AI Assistant allows you to take full advantage of the {elastic-sec} platform to improve your security operations. It can help you write an {esql} query for a particular use case, or answer general questions about how to use the platform. Its ability to assist you depends on the specificity and detail of your questions. The more context and detail you provide, the more tailored and useful its responses will be. | |||
|
|||
NOTE: The agent has access to index names and field metadata from your cluster. This contextual information helps improve ES|QL generation, though it may slightly increase response times. |
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.
NOTE: The agent has access to index names and field metadata from your cluster. This contextual information helps improve ES|QL generation, though it may slightly increase response times. | |
NOTE: AI Assistant has access to index names and field metadata from your cluster. This contextual information helps improve {{esql}} generation, however it may slightly increase response times. |
How would the user control whether this metadata is included?
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.
They can't control this currently. I will speak with the team to see what they think about giving the user control over this.
Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
Closes: https://github.com/elastic/docs-content-internal/issues/102
Update Security documentation to reflect changes to how the Security AI assistant generates ES|Ql.
9.1 PR: elastic/docs-content#2168