Adds the `dev` admonition to EQL features, which are in development under a feature flag.
@@ -7,7 +7,7 @@
<titleabbrev>EQL search</titleabbrev>
++++
-experimental::[]
+dev::[]
Returns search results for an <<eql,Event Query Language (EQL)>> query.
@@ -4,7 +4,7 @@
<titleabbrev>Function reference</titleabbrev>
{es} supports the following EQL functions:
@@ -6,7 +6,7 @@
<titleabbrev>EQL</titleabbrev>
{eql-ref}/index.html[Event Query Language (EQL)] is a query language used for
logs and other event-based data.
<titleabbrev>Limitations</titleabbrev>
[discrete]
[[eql-nested-fields]]
<titleabbrev>Requirements</titleabbrev>
EQL is schema-less and works well with most common log formats.
@@ -3,7 +3,7 @@
[[eql-search]]
== Run an EQL search
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
<titleabbrev>Syntax reference</titleabbrev>
[IMPORTANT]
====