Skip to content

Commit

Permalink
[DOCS] Add 'Using ES|QL in Elastic Security'
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonpijpelink committed Nov 1, 2023
1 parent 71a47c8 commit be112c1
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
35 changes: 35 additions & 0 deletions docs/reference/esql/esql-security-solution.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[[esql-elastic-security]]
=== Using {esql} in {elastic-sec}

++++
<titleabbrev>Using {esql} in {elastic-sec}</titleabbrev>
++++

You can use {esql} in {elastic-sec} to investigate events in Timeline and create
detection rules. Use the Elastic AI Assistant to build {esql} queries, or answer
questions about the {esql} query language.

[discrete]
[[esql-elastic-security-timeline]]
=== Use {esql} to investigate events in Timeline

You can use {esql} in Timeline to filter, transform, and analyze event data
stored in {es}. To start using {esql}, open the the **{esql}** tab. To learn
more, refer to {security-guide}/timelines-ui.html[Investigate events in
Timeline].

[discrete]
[[esql-elastic-security-detection-rules]]
=== Use {esql} to create detection rules

Use the {esql} rule type to create detection rules using {esql} queries. The
{esql} rule type supports aggregating and non-aggregating queries. To learn
more, refer to {security-guide}/rules-ui-create.html[Create a detection rule].

[discrete]
[[esql-elastic-security-ai-assistant]]
=== Elastic AI Assistant

Use the Elastic AI Assistant to build {esql} queries, or answer questions about
the {esql} query language. To learn more, refer to
{security-guide}/security-assistant.html[AI Assistant].
7 changes: 6 additions & 1 deletion docs/reference/esql/esql-using.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ Information about using the <<esql-query-api,{esql} query API>>.

<<esql-kibana>>::
Using {esql} in {kib} to query and aggregate your data, create visualizations,
and set up alerts.
and set up alerts.

<<esql-elastic-security>>::
Using {esql} in {elastic-sec} to investigate events in Timeline and create
detection rules.

<<esql-task-management>>::
Using the <<tasks,task management API>> to list and cancel {esql} queries.

include::esql-rest.asciidoc[]
include::esql-kibana.asciidoc[]
include::esql-security-solution.asciidoc[]
include::task-management.asciidoc[]

0 comments on commit be112c1

Please sign in to comment.