[Nightshift][Investigations] Rank investigation recommendations and blind spots by confidence - #289743
Merged
mykolaharmash merged 4 commits intoSep 11, 2026
Conversation
mykolaharmash
force-pushed
the
rank-investigation-output-by-confidence
branch
3 times, most recently
from
September 9, 2026 09:19
700617b to
a1ef2a2
Compare
mykolaharmash
marked this pull request as ready for review
September 9, 2026 09:51
elastic-vault-github-plugin-prod
Bot
requested a review
from a team
as a code owner
September 9, 2026 10:04
TamerlanG
approved these changes
Sep 9, 2026
mykolaharmash
force-pushed
the
rank-investigation-output-by-confidence
branch
from
September 9, 2026 14:29
dc81aea to
5eb04bd
Compare
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
Page load bundle
Unknown metric groupstotal optimizer output size
warm start memory
Test Failures
History
|
jasonrhodes
reviewed
Sep 10, 2026
Comment on lines
+284
to
+286
| situation". Score how strongly the findings support that each action will help, sort | ||
| by confidence descending, and return only the 3 strongest items. | ||
| maxItems: 3 |
Member
There was a problem hiding this comment.
Mostly a philosophical question at this point, but is a hard limit going to cause problems for LLM work? I am imagining an outage where 4+ services need to be restarted, the LLM splits them into one action per service -- but has to choose the 3 strongest, so leaves off a critical action. Hopefully we can account for this with other prompt instructions.
jasonrhodes
approved these changes
Sep 10, 2026
jasonrhodes
left a comment
Member
There was a problem hiding this comment.
LGTM, let's merge and iterate after we see how it performs on some real data
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.
Closes https://github.com/elastic/nightshift-program/issues/1328
Depends on #289984.
Require investigation recommendations and blind spots to carry relevance confidence, rank them by that confidence, and retain only the three strongest items. Output that does not satisfy the current investigation state schema is ignored (explicitly ignoring old investigation results).
Notable changes