Skip to content

Conversation

@gpop63
Copy link
Contributor

@gpop63 gpop63 commented Dec 16, 2025

Overview

This PR adds the memory_application_logs data stream.

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

  • Closes elastic/obs-integration-team/issues/700

Screenshots

@gpop63 gpop63 self-assigned this Dec 16, 2025
@gpop63 gpop63 added Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations] Integration:aws_bedrock_agentcore Amazon Bedrock AgentCore enhancement New feature or request labels Dec 16, 2025
@elastic-vault-github-plugin-prod

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

@gpop63 gpop63 marked this pull request as ready for review December 17, 2025 15:45
@gpop63 gpop63 requested a review from a team as a code owner December 17, 2025 15:45
@andrewkroh andrewkroh added the documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. label Jan 8, 2026
required: false
show_user: false
description: Include log groups from linked accounts when using `log_group_name_prefix` to derive the monitoring log groups.
- name: region_name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I think it makes sense to put region_name right after log_group_name_prefix since region_name i required if log_group_name_prefix is provided. I think it would make it better UX (just an IMHO)

default: 1
required: false
show_user: false
description: The number of workers assigned to read from log groups. Each worker will read log events from one of the log groups matching `log_group_name_prefix`. For example, if `log_group_name_prefix` matches five log groups, then `number_of_workers` should be set to `5`. The default value is `1`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean that if we 1 is set in this field but log_group_name_prefix matches five log groups we would collect data only for one of them?

required: false
show_user: false
default: 5
description: The maximum number of times a SQS message should be received (retried) before deleting it. This feature prevents poison-pill messages (messages that can be received but can't be processed) from consuming resources.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to mention here that it might be beneficial to use dead-letter queues instead? That way it prevents poison-pill messages and keeps failing messages for troubleshooting purposes (but might increase AWS cost).

@gpop63
Copy link
Contributor Author

gpop63 commented Jan 13, 2026

/test

@elasticmachine
Copy link

💚 Build Succeeded

History

cc @gpop63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. enhancement New feature or request Integration:aws_bedrock_agentcore Amazon Bedrock AgentCore Team:Obs-InfraObs Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants