Closed jmikell821 closed 1 year ago
Some additional details I noted down from today's meeting with James:
xpack.securitySolution.enableExperimental: ['assistantEnabled']
:
kibana.yml
after creating and adding a Generative AI connector, the connector will appear greyed out on the Connectors page.
Related issues/PRs:
User Story
Iris, Elastic Security's AI assistant, integrates generative AI and large language models (LLMs) into the workflows of Elastic Security users. Incorporating Generative AI into Elastic Security vastly improves our threat response capability, productivity, and performance, empowering our security teams. The addition saves time on routine tasks, decreases threat resolution time, and heightens workflow efficiency and outcomes.
As a Security Analyst... (note that some of these features are not 100% mature yet)
Prerequisites
This functionality has been introduced behind the
assistantEnabled
feature flag. Customers need to add this configuration to theirkibana.yml
or Kibana Cloud User Settings configuration to enable:xpack.securitySolution.enableExperimental: ['assistantEnabled']
Notes
We need to include the following:
Cmd + ;
for macOS,Ctrl + ;
for Windows)The name "Iris" might not make it into the initial MVP for
8.8.1
; use "Security Assistant" until the official name is established.This will be backported to
8.8.1
but not8.8.0
. Add note to 8.8 docs (since we don't publish patch-level docs, just minor)?Licensed for Enterprise subscription.
AI model versioning: For OpenAI, the api will end up using the gpt-3.5-turbo model. For Azure, any that they setup.
Caveat verbiage (first draft):
Also need to warn users that data they enter is not anonymized; anything they put into Security Assistant will go to the third-party AI provider.