[DOCS] EQL: Add dev admonition to EQL pages (#57531) (#57533)

Adds the `dev` admonition to EQL features, which are in development
under a feature flag.
This commit is contained in:
James Rodewig 2020-06-02 11:03:12 -04:00 committed by GitHub
parent ba2d70d8eb
commit 641ed484d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

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

View File

@ -4,7 +4,7 @@
<titleabbrev>Function reference</titleabbrev>
++++
experimental::[]
dev::[]
{es} supports the following EQL functions:

View File

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

View File

@ -6,7 +6,7 @@
<titleabbrev>Limitations</titleabbrev>
++++
experimental::[]
dev::[]
[discrete]
[[eql-nested-fields]]

View File

@ -6,7 +6,7 @@
<titleabbrev>Requirements</titleabbrev>
++++
experimental::[]
dev::[]
EQL is schema-less and works well with most common log formats.

View File

@ -3,7 +3,7 @@
[[eql-search]]
== Run an EQL search
experimental::[]
dev::[]
To start using EQL in {es}, first ensure your event data meets
<<eql-requirements,EQL requirements>>. You can then use the <<eql-search-api,EQL

View File

@ -6,7 +6,7 @@
<titleabbrev>Syntax reference</titleabbrev>
++++
experimental::[]
dev::[]
[IMPORTANT]
====