-
Notifications
You must be signed in to change notification settings - Fork 446
[RFC 0050] Stage 2: Introducing GenAI fields #2475
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
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
@mjwolf @trisch-me quick follow up on this PR for |
hey @susan-shu-c could you update/regenerate all the files as stage 2 is the latest stage before fields are going to the beta stage. |
Thank you @trisch-me I've taken a look at the link you posted, and followed the steps:
As this is my first time going through the process, please let me know if there's anything I have missed! |
Hi @susan-shu-c, ECS has some newer fields in the schema that are used to generate documentation on the relationship between ECS and otel fields. It would be good to add these to We don't have much documentation on using this yet, we have plans to improve the documentation soon. But for now, you can reference this PR, look some existing fields, for example https://github.com/elastic/ecs/blob/main/schemas/base.yml#L44-L57, or you can ask me if you have questions about it. |
Thank you @mjwolf I've added the beta and otel relation fields |
It's not required to have `gen_ai` in the root of field names, this will be inherited from the group name, so its been removed.
I've made a few changes to Although this PR is block until #2483 is merged, which will update the semconv version ECS is built against, and is needed to get these gen_ai fields from the semconv schema. |
This is the preview of the gen_ai field doc page: https://docs-v3-preview.elastic.dev/elastic/ecs/pull/2475/reference/ecs-gen_ai |
Thanks a lot for the surrounding work on this!
The correct url for some reason is |
Hi, yes. If you run |
@susan-shu-c please see this comment in the PR that updates |
Proposing an update to this stage 2 here: #2489 namely, updating gen_ai.request.model and gen_ai.agent.description from text to keyword. |
Overview
This RFC proposes GenAI fields,
gen_ai*
, with the increase of Generative AI and LLM logging. This will benefit our customers and users, allowing them to monitor and protect their LLM/Generative AI deployments.Stage 0:
Stage 1:
make test
?make
and committed those changes?