-
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][Alert Details] - toggle column in table functionality missing for event.kind: event #200046
Labels
Milestone
Comments
PhilippeOberti
added
the
bug
Fixes for quality problems that affect the customer experience
label
Nov 13, 2024
christineweng
added
the
Team:Threat Hunting:Investigations
Security Solution Investigations Team
label
Nov 13, 2024
Pinging @elastic/security-threat-hunting-investigations (Team:Threat Hunting:Investigations) |
christineweng
added a commit
that referenced
this issue
Nov 18, 2024
…eline (#200647) ## Summary Related: #200046 Reenabling toggle columns for events. It was mistakenly excluded in [this refactor](https://github.com/elastic/kibana/pull/190560/files#diff-d9edcdb9ad0f231269f791e8392d2d0fe1d10105c223c89d9f86e546972bc342) ![image](https://github.com/user-attachments/assets/e787c227-f167-4f3a-a0e0-d1ac1ad45670)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this issue
Nov 18, 2024
…eline (elastic#200647) ## Summary Related: elastic#200046 Reenabling toggle columns for events. It was mistakenly excluded in [this refactor](https://github.com/elastic/kibana/pull/190560/files#diff-d9edcdb9ad0f231269f791e8392d2d0fe1d10105c223c89d9f86e546972bc342) ![image](https://github.com/user-attachments/assets/e787c227-f167-4f3a-a0e0-d1ac1ad45670) (cherry picked from commit 467d737)
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this issue
Nov 18, 2024
…eline (elastic#200647) ## Summary Related: elastic#200046 Reenabling toggle columns for events. It was mistakenly excluded in [this refactor](https://github.com/elastic/kibana/pull/190560/files#diff-d9edcdb9ad0f231269f791e8392d2d0fe1d10105c223c89d9f86e546972bc342) ![image](https://github.com/user-attachments/assets/e787c227-f167-4f3a-a0e0-d1ac1ad45670) (cherry picked from commit 467d737)
Issue tested and working on 8.17.0 BC |
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this issue
Dec 12, 2024
…eline (elastic#200647) ## Summary Related: elastic#200046 Reenabling toggle columns for events. It was mistakenly excluded in [this refactor](https://github.com/elastic/kibana/pull/190560/files#diff-d9edcdb9ad0f231269f791e8392d2d0fe1d10105c223c89d9f86e546972bc342) ![image](https://github.com/user-attachments/assets/e787c227-f167-4f3a-a0e0-d1ac1ad45670)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kibana version:
8.16.0
Describe the bug:
When viewing an event in the expandable flyout (
event.kind: 'event'
) thetoggle column in table
cell action is not available.Steps to reproduce:
There are 2 ways to reproduce this issue
open a timeline, make sure that it displays events (enter
event.kind: 'event'
in the KQL search bar)open the expandable flyout and notice while hovering above values that the
toggle column in table
action is missingnavigate to one of the Explore pages (host, users, network) and select the
Events
tabopen the expandable flyout and notice while hovering above values that the
toggle column in table
action is missingExpected behavior:
Toggle column name should be available for events like it is for alerts.
Screenshots (if relevant):
working in
8.15
Screen.Recording.2024-11-13.at.9.32.18.AM.mov
broken in
8.16
Screen.Recording.2024-11-13.at.10.07.52.AM.mov
The text was updated successfully, but these errors were encountered: