[DOCS] EQL: Move to beta (#63284) (#63552)

This commit is contained in:
James Rodewig 2020-10-12 09:12:26 -04:00 committed by GitHub
parent e1c418aac7
commit 9c170706dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
<titleabbrev>Delete async EQL search</titleabbrev>
++++
experimental::[]
beta::[]
Deletes an <<eql-search-async,async EQL search>> or a
<<eql-search-store-sync-eql-search,stored synchronous EQL search>>. The API also

View File

@ -3,7 +3,7 @@
[[eql-ex-threat-detection]]
== Example: Detect threats with EQL
experimental::[]
beta::[]
This example tutorial shows you how you can use EQL to detect security threats
and other suspicious behavior. In the scenario, you're tasked with detecting

View File

@ -7,7 +7,7 @@
<titleabbrev>EQL search</titleabbrev>
++++
experimental::[]
beta::[]
Returns search results for an <<eql,Event Query Language (EQL)>> query.

View File

@ -6,7 +6,7 @@
<titleabbrev>EQL</titleabbrev>
++++
experimental::[]
beta::[]
{eql-ref}/index.html[Event Query Language (EQL)] is a query language for
event-based, time series data, such as logs.

View File

@ -6,7 +6,7 @@
<titleabbrev>Function reference</titleabbrev>
++++
experimental::[]
beta::[]
{es} supports the following <<eql-functions,EQL functions>>. Most EQL functions
are case-sensitive by default.

View File

@ -7,7 +7,7 @@
<titleabbrev>Get async EQL search</titleabbrev>
++++
experimental::[]
beta::[]
Returns the current status and available results for an <<eql-search-async,async
EQL search>> or a <<eql-search-store-sync-eql-search,stored synchronous EQL

View File

@ -6,7 +6,7 @@
<titleabbrev>Pipe reference</titleabbrev>
++++
experimental::[]
beta::[]
{es} supports the following <<eql-pipes,EQL pipes>>.

View File

@ -6,7 +6,7 @@
<titleabbrev>Syntax reference</titleabbrev>
++++
experimental::[]
beta::[]
IMPORTANT: {es} supports a subset of {eql-ref}/index.html[EQL syntax]. See
<<eql-syntax-limitations>>.