-
Notifications
You must be signed in to change notification settings - Fork 515
[amazon_bedrock_agentcore] add runtime_application_logs data stream
#15991
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: main
Are you sure you want to change the base?
Conversation
|
Suggested mapping for an input such as as |
|
|
||
| Amazon Bedrock AgentCore runtime application logs provide detailed insights into agent execution, decision-making processes, and operational events. The integration collects comprehensive log data from your intelligent agents to help you understand agent behavior and troubleshoot issues. | ||
|
|
||
| For more details about enabling logs for AgentCore, check the [Amazon Bedrock AgentCore Observability Guide](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/observability-view.html). |
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.
Do you think, it will be good to mention the steps needed to fetch the log_group_arn, needed for configuring this dataset?
As it is the same steps for all the log-based datasets, maybe a common section (may be under What do I need to use this integration?) should suffice.
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.
I've added a small section to explain how to get the log group arn 👍
...ock_agentcore/data_stream/runtime_application_logs/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
packages/aws_bedrock_agentcore/data_stream/runtime_application_logs/fields/fields.yml
Outdated
Show resolved
Hide resolved
packages/aws_bedrock_agentcore/data_stream/runtime_application_logs/fields/fields.yml
Outdated
Show resolved
Hide resolved
🚀 Benchmarks reportTo see the full report comment with |
|
Please add support for S3 as the log data source. |
| changes: | ||
| - description: Add `runtime_application_logs` data stream. | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/999 |
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.
Please fix the PR link
|
Kindly update the dashboard screenshots as well. |
@agithomas when I try to get metrics there's no data, only the logs lenses get data so the dashboard will look empty. |
💚 Build Succeeded
History
cc @gpop63 |


Overview
This PR adds the
runtime_application_logsdata stream. It also updates the agent runtime dashboard with a few visualizations for logs.Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots