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
Copy file name to clipboardExpand all lines: packages/aws_bedrock_agentcore/docs/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,16 +317,16 @@ An example event for `runtime_application` looks as following:
317
317
| data_stream.type | An overarching type for the data stream. Currently allowed values are "logs" and "metrics". We expect to also add "traces" and "synthetics" in the near future. | constant_keyword |
| event.module | Name of the module this data is coming from. If your monitoring agent supports the concept of modules or plugins to process events of a given source (e.g. Apache logs), `event.module` should contain the name of this module. | constant_keyword |
320
-
| gen_ai.conversation.id |ID of the conversation. | keyword |
320
+
| gen_ai.conversation.id |Unique identifier for the conversation or session. | keyword |
321
321
| gen_ai.operation.name | Name of the operation. | keyword |
322
322
| gen_ai.prompt | The user prompt sent to the AgentCore runtime. | text |
323
-
| gen_ai.provider.name | Name of the provider. | keyword |
323
+
| gen_ai.provider.name | Name of the AI provider or vendor. | keyword |
324
324
| gen_ai.request.id | Unique identifier for the request. | keyword |
325
325
| gen_ai.system | Name of the AI system (aws). | keyword |
326
326
| host.containerized | If the host is a container. | boolean |
327
327
| host.os.build | OS build information. | keyword |
328
328
| host.os.codename | OS codename, if any. | keyword |
329
329
| input.type | Type of Filebeat input. | keyword |
330
330
| log.offset | Log offset | long |
331
-
| session.id || keyword |
331
+
| session.id |Identifier for the session.| keyword |
0 commit comments