Skip to content

Commit 4475818

Browse files
Examine Osquery results
1 parent ac5fa7e commit 4475818

File tree

3 files changed

+7
-59
lines changed

3 files changed

+7
-59
lines changed

raw-migrated-files/docs-content/serverless/security-examine-osquery-results.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

raw-migrated-files/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ toc:
235235
- file: docs-content/serverless/security-ai-usecase-incident-reporting.md
236236
- file: docs-content/serverless/security-alert-suppression.md
237237
- file: docs-content/serverless/security-alerts-manage.md
238-
- file: docs-content/serverless/security-alerts-run-osquery.md
239238
- file: docs-content/serverless/security-automated-response-actions.md
240239
- file: docs-content/serverless/security-automatic-import.md
241240
- file: docs-content/serverless/security-behavioral-detection-use-cases.md
@@ -276,7 +275,6 @@ toc:
276275
- file: docs-content/serverless/security-environment-variable-capture.md
277276
- file: docs-content/serverless/security-ers-requirements.md
278277
- file: docs-content/serverless/security-event-filters.md
279-
- file: docs-content/serverless/security-examine-osquery-results.md
280278
- file: docs-content/serverless/security-get-started-with-kspm.md
281279
- file: docs-content/serverless/security-host-isolation-exceptions.md
282280
- file: docs-content/serverless/security-ingest-data.md

solutions/security/investigate/examine-osquery-results.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@ mapped_urls:
44
- https://www.elastic.co/guide/en/serverless/current/security-examine-osquery-results.html
55
---
66

7-
# Examine Osquery results
8-
9-
% What needs to be done: Align serverless/stateful
10-
11-
% Use migrated content from existing pages that map to this page:
12-
13-
% - [x] ./raw-migrated-files/security-docs/security/view-osquery-results.md
14-
% - [ ] ./raw-migrated-files/docs-content/serverless/security-examine-osquery-results.md
7+
# Examine Osquery results [security-examine-osquery-results]
158

169
Osquery provides relevant, timely data that you can use to better understand and monitor your environment. When you run queries, results are indexed and displayed the Results table, which you can filter, sort, and interact with.
1710

@@ -26,7 +19,7 @@ The Results table displays results from single queries and query packs.
2619
Results for single queries appear on the **Results** tab. When you run a query, the number of agents queried and query status temporarily display in a status bar above the results table. Agent responses can be `Successful`, `Not yet responded` (pending), and `Failed`.
2720

2821
:::{image} ../../../images/security-single-query-results.png
29-
:alt: single query results
22+
:alt: Shows query results
3023
:class: screenshot
3124
:::
3225

@@ -36,7 +29,7 @@ Results for single queries appear on the **Results** tab. When you run a query,
3629
Results for each query in the pack appear in the **Results** tab. Click the expand icon (![Click markdown icon](../../../images/security-pack-expand-button-osquery.png "")) at the far right of each query row to display query results. The number of agents that were queried and their responses are shown for each query. Agent responses are color-coded. Green is `Successful`, `Not yet responded` (pending) is gray, and `Failed` is red.
3730

3831
:::{image} ../../../images/security-pack-query-results.png
39-
:alt: pack query results
32+
:alt: Shows query results
4033
:class: screenshot
4134
:::
4235

@@ -45,13 +38,13 @@ Results for each query in the pack appear in the **Results** tab. Click the expa
4538

4639
From the results table, you can:
4740

48-
* Click **View in Discover** (![Click the View in Discover button](../../../images/security-discover-button-osquery.png "")) to explore the results in Discover.
49-
* Click **View in Lens** (![Click the View in Lens button](../../../images/security-lens-button-osquery.png "")) to navigate to Lens, where you can use the drag-and-drop **Lens** editor to create visualizations.
50-
* Click **Timeline** (![Click Timeline button](../../../images/security-timeline-button-osquery.png "")) to investigate a single query result in Timeline or **Add to timeline investigation** to investigate all results. This option is only available for single query results.
41+
* Click **View in Discover** (![View in Discover button](../../../images/security-discover-button-osquery.png "title =20x20")) to explore the results in Discover.
42+
* Click **View in Lens** (![View in Lens button](../../../images/security-lens-button-osquery.png "title =20x20")) to navigate to Lens, where you can use the drag-and-drop **Lens** editor to create visualizations.
43+
* Click **Timeline** (![Timeline button](../../../images/security-timeline-button-osquery.png "title =20x20")) to investigate a single query result in Timeline or **Add to timeline investigation** to investigate all results. This option is only available for single query results.
5144

5245
When you open all results in Timeline, the events in Timeline are filtered based on the `action_ID` generated by the Osquery query.
5346

54-
* Click **Add to Case** (![Click Add to Case button](../../../images/security-case-button-osquery.png "")) to add the query results to a new or existing case. If you ran a live query from an alert, the alert and query results are added to the case as comments.
47+
* Click **Add to Case** (![Add to Case button](../../../images/security-case-button-osquery.png "title =20x20")) to add the query results to a new or existing case. If you ran a live query from an alert, the alert and query results are added to the case as comments.
5548

5649
::::{note}
5750
If you add the results to a *new* case, you are prompted to specify the solution that you want the create the case within. Ensure you select the correct solution. From {{elastic-sec}}, you cannot access cases created in {{observability}} or Stack Management.

0 commit comments

Comments
 (0)