feat(streams): add ID, expires at, and meta panel to feature details flyout#250862
Merged
Conversation
Contributor
ruflin
commented
Jan 29, 2026
- Show feature ID and expires at in the flyout description list
- Add Meta panel with JSON code block for feature.meta (or placeholder when empty)
- Add unit tests for FeatureDetailsFlyout (ID and meta section)
…flyout - Show feature ID and expires at in the flyout description list - Add Meta panel with JSON code block for feature.meta (or placeholder when empty) - Add unit tests for FeatureDetailsFlyout (ID and meta section)
Contributor
⏳ Build in-progress, with failures
Failed CI Stepscc @ruflin |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enhances the feature details flyout by adding feature ID, expiration timestamp, and metadata information to improve visibility of feature properties.
Changes:
- Added ID and "Expires at" fields to the general information section
- Added a new Meta panel that displays feature metadata as formatted JSON
- Reorganized the general information fields (moved "Last seen" after ID)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| feature_details_flyout.tsx | Added ID and expires_at fields to description list, added Meta panel with JSON display, moved Last seen field position, added i18n labels |
| feature_details_flyout.test.tsx | Added unit tests covering ID display and Meta section behavior with both empty and populated metadata |
…tream_detail_systems/stream_features/feature_details_flyout.test.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
hannahbrooks
pushed a commit
to hannahbrooks/kibana
that referenced
this pull request
Jan 30, 2026
…flyout (elastic#250862) - Show feature ID and expires at in the flyout description list - Add Meta panel with JSON code block for feature.meta (or placeholder when empty) - Add unit tests for FeatureDetailsFlyout (ID and meta section) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kevin Lacabane <klacabane@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.