Browse Source

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

Adds the `dev` admonition to EQL features, which are in development
under a feature flag.
James Rodewig 5 years ago
parent
commit
982f168fd8

+ 1 - 1
docs/reference/eql/eql-search-api.asciidoc

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

+ 1 - 1
docs/reference/eql/functions.asciidoc

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

+ 1 - 1
docs/reference/eql/index.asciidoc

@@ -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.

+ 1 - 1
docs/reference/eql/limitations.asciidoc

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

+ 1 - 1
docs/reference/eql/requirements.asciidoc

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

+ 1 - 1
docs/reference/eql/search.asciidoc

@@ -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

+ 1 - 1
docs/reference/eql/syntax.asciidoc

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