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

AI Integration #28

Open
ashnwade opened this issue Oct 9, 2024 · 0 comments
Open

AI Integration #28

ashnwade opened this issue Oct 9, 2024 · 0 comments
Labels
design design phase

Comments

@ashnwade
Copy link
Collaborator

ashnwade commented Oct 9, 2024

Feature Description

Integrate AI to assist users in Query Studio.

Possible Use Cases

Entry interpretation

A user runs a search, e.g. tag=winlog. The user interacts with an individual entry and chooses to "Explain this entry". An LLM "explains" the single entry.

Search result interpretation

A user runs a search, e.g. tag=winlog winlog EventID==4689 Channel==Security. The user chooses an option to "Explain these results to me". The entire collection of entries is fed into an LLM, which is asked to summarize what happened.

Query writing

A user writes an English-language description of their desired search, e.g. "Find any logs from the Gravwell indexer that returned an error", in Query Studio. Then the user chooses an option to "Write as a query". The LLM then populates a query such as tag=gravwell syslog -s Appname==indexer error.

@ashnwade ashnwade added the design design phase label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design design phase
Projects
Status: Q4 2024 — Oct-Dec
Development

No branches or pull requests

1 participant