-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution] Nested fields don't load autocomplete values #81299
Comments
For whoever grabs this one - needs to be revisited as it was a known issue (core issue) when originally coded up. |
This sees to be related to #137709 - could QA confirm that the steps outlined in that other issue resolve this as well? |
@samratbhadra-qasource can you please validate if the above issue is still happening after following this?: #137709 (comment) Thanks!!! :) |
We have tested this issue on the latest 8.5.0-Snapshot build and observed that the issue is still occurring. Please find below the testing details: Build Details: Screenshot:
Thanks! |
Thanks @samratbhadra-qasource!! @yctercero can you please take a look at the above comment when you have the chance? |
Thanks! I'll put it in for 8.6 - I'm not sure we'll get to it 8.5 but will prioritize if we can. |
Related: #144229 |
@WafaaNasr Can you take a look at this bug? It looks like the autosuggest is populating but the validation for the "Add Exception" button is preventing us from adding this nested exception. I know you were in the validation code recently so hopefully this is an easy fix. To test you will need endpoint data which you can generate by using the following script:
Here is a screenshot: |
Tested in current
|
Tested in
|
Originally reported by: @dplumlee
Info:
Steps to reproduce:
file.Ext.code_signature.subject_name
as the field nameCurrent behavior:
Expected behavior:
Dev notes:
Commented by @yctercero on 28th Jul:
@dplumlee did you try this with the timeline
Add Filter
and KQL search bar? Trying it there, it seems to be the same issue (as we're using the same service).Commented by @dplumlee on 28th Jul:
@yctercero i looked through the KQL code and saw they were passing nested fields down a slightly different way but the
Add Filter
seems to be getting the same issue for me, yeahThe text was updated successfully, but these errors were encountered: