Osquery doc fixes (#135848) (#135867)

* add fim link

* resolve doc issues

(cherry picked from commit 6f3c03abab)

Co-authored-by: Melissa Burpo <melissa.burpo@elastic.co>
This commit is contained in:
Kibana Machine 2022-07-06 17:57:04 -04:00 committed by GitHub
parent 1c10a8aff4
commit 5e2323ecf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -57,7 +57,7 @@ https://osquery.readthedocs.io/en/stable/deployment/extensions/[Osquery extensio
Yes, you can set up
https://osquery.readthedocs.io/en/stable/deployment/file-integrity-monitoring/[Osquery FIM] using
the Advanced configuration option for Osquery Manager (see <<osquery-custom-config>>).
However, Elastic also provides a File Integrity Monitoring integration for Elastic Agent, which might prove
However, Elastic also provides a https://docs.elastic.co/en/integrations/fim[File Integrity Monitoring] integration for Elastic Agent, which might prove
to be easier to configure than the current options available for Osquery Manager.
[float]

View file

@ -134,13 +134,13 @@ Once you save a query, you can only edit it from the *Saved queries* tab:
. Go to *Saved queries*, and then click **Add saved query** or the edit icon.
. Provide the following fields:
* The unique identifier.
* The unique identifier (required).
* A brief description.
* The SQL query.
* The SQL query (required). Osquery supports multi-line queries.
* The <<osquery-map-fields,ECS fields>> to populate when the query is run. These fields are also copied in when you add this query to a pack.
* The <<osquery-map-fields,ECS fields>> to populate when the query is run (optional). These fields are also copied in when you add this query to a pack.
* The defaults to set when you add the query to a pack.