-
Notifications
You must be signed in to change notification settings - Fork 190
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
[DOCS] New option to add Osquery results to a timeline investigation #2060
Comments
Thanks for filing this @melissaburpo ! I have some initial questions about these changes and some general questions:
|
Hi @nastasha-solomon, all great questions! I think @tomsonpl might be the best able to answer these for you; he worked on the feature and is most familiar with how it works :) |
Hey, thanks for reaching out, I'll try to help the best I can :) 1. Are each of these results considered "events" and are they represented as events in Timeline?
2.When I added an individual Osquery result to Timeline, the Timeline query showed a single ID. What is that ID? What does it represent?
3. I tested the option to add all Osquery results to Timeline and noticed that the KQL query bar at the top of the Timeline page gets automatically populated with a query. A few questions about this query:
I hope this helps, if not fully - I'll be happy to meet to figure stuff out together :) |
Thanks for the follow-up meeting today @tomsonpl ! I created an ESTEC test instance to test both options and got the expected outcomes. When I added a single result, only the event ID filter ( |
Thanks @nastasha-solomon, that's great news :) Thanks for sharing - I'll try to remember about the other filter fields, just in case it happens again in the future! 👍 Let me know if you need anything else, I will try to help, or find out if I don't know it yet. |
Description
After running Osquery from an Alert, users now have the option to add the results to an investigation in timeline. There are two ways to add the results:
Both options are shown in the screenshot below.
If you select the "Add to timeline investigation" option from the top of the Results, this will add all results. If you select the single row option (hover shown below), this adds just that row of data to Timeline.
Related PR
This change was implemented with elastic/kibana#128596 and is targeted for the 8.3 release.
Acceptance Test Criteria
The Run Osquery page is updated with this new option. This likely impacts the options related to step 7 and the screenshot in step 8.
Here's a more zoomed in screenshot of just the Results section with the new timeline buttons.
Other notes
It may not be worth noting the docs, but in case it's useful info: this option is only available when running osquery within the Security solution. Users won't see this option if they run a live query in the main Kibana > Osquery > Live query page.
The text was updated successfully, but these errors were encountered: