Skip to content

[Sig Events] Add Sig Events Agent tools and skill#266575

Closed
mykolaharmash wants to merge 7 commits into
elastic:mainfrom
mykolaharmash:sig-events-client
Closed

[Sig Events] Add Sig Events Agent tools and skill#266575
mykolaharmash wants to merge 7 commits into
elastic:mainfrom
mykolaharmash:sig-events-client

Conversation

@mykolaharmash
Copy link
Copy Markdown
Contributor

This change adds an events client for managing Sig Events and builds Agent tools on top to find, create and demote sig events.

Event management tools and skill
@infra-vault-gh-plugin-prod
Copy link
Copy Markdown

infra-vault-gh-plugin-prod Bot commented Apr 30, 2026

🤖 Jobs for this PR can be triggered through checkboxes. 🚧

ℹ️ To trigger the CI, please tick the checkbox below 👇

  • Click to trigger kibana-pull-request for this PR!
  • Click to trigger kibana-deploy-project-from-pr for this PR!
  • Click to trigger kibana-deploy-cloud-from-pr for this PR!
  • Click to trigger kibana-entity-store-performance-from-pr for this PR!
  • Click to trigger kibana-storybooks-from-pr for this PR!

*/

const fiveMinutesInMs = 5 * 60 * 1000;
const fiveMinutesInMs = 15 * 60 * 1000;
Copy link
Copy Markdown
Contributor Author

@mykolaharmash mykolaharmash Apr 30, 2026

Choose a reason for hiding this comment

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

On the otel_demo dataset, the onboarding task was consistently over 5 minutes. 15 seems to be enough.

@mykolaharmash mykolaharmash added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting Team:SigEvents Project team working on Significant Events labels Apr 30, 2026
@kibanamachine
Copy link
Copy Markdown
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
datasetQuality 1076 1077 +1
streamsApp 1843 1844 +1
total +2

Public APIs missing comments

Total count of every public API that lacks a comment. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats comments for more detailed information.

id before after diff
@kbn/streams-schema 395 401 +6

Any counts in public APIs

Total count of every any typed public API. Target amount is 0. Run node scripts/build_api_docs --plugin [yourplugin] --stats any for more detailed information.

id before after diff
@kbn/streams-schema 14 15 +1

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
datasetQuality 524.5KB 526.5KB +2.0KB
streamsApp 2.0MB 2.0MB +2.0KB
total +4.0KB
Unknown metric groups

API count

id before after diff
@kbn/streams-schema 484 490 +6

References to deprecated APIs

id before after diff
@kbn/streams-schema 3 4 +1

Unreferenced deprecated APIs

id before after diff
@kbn/streams-schema 3 4 +1

@mykolaharmash
Copy link
Copy Markdown
Contributor Author

Superseded by #271430

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

Labels

backport:skip This PR does not require backporting release_note:skip Skip the PR/issue when compiling release notes Team:SigEvents Project team working on Significant Events

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants