diff --git a/docs/reference/cat/plugins.asciidoc b/docs/reference/cat/plugins.asciidoc index 6343480228c..6eb3ac74ca0 100644 --- a/docs/reference/cat/plugins.asciidoc +++ b/docs/reference/cat/plugins.asciidoc @@ -31,7 +31,7 @@ U7321H6 jvm-example {version} Demonstrates all the pluggable Java en U7321H6 mapper-murmur3 {version} The Mapper Murmur3 plugin allows to compute hashes of a field's values at index-time and to store them in the index. U7321H6 mapper-size {version} The Mapper Size plugin allows document to record their uncompressed size at index time. U7321H6 store-smb {version} The Store SMB plugin adds support for SMB stores. -------------------------------------------------------------------------------- +------------------------------------------------------------------------------ // TESTRESPONSE[s/([.()])/\\$1/ s/U7321H6/.+/ _cat] We can tell quickly how many plugins per node we have and which versions. diff --git a/docs/reference/cat/recovery.asciidoc b/docs/reference/cat/recovery.asciidoc index 648f839e373..4c981f206c7 100644 --- a/docs/reference/cat/recovery.asciidoc +++ b/docs/reference/cat/recovery.asciidoc @@ -15,7 +15,7 @@ are no shards in transit from one node to another: [source,js] ---------------------------------------------------------------------------- GET _cat/recovery?v ---------------------------------------------------------------------------- +---------------------------------------------------------------------------- // CONSOLE // TEST[setup:twitter] @@ -42,14 +42,14 @@ what a live shard recovery looks like. [source,js] ---------------------------------------------------------------------------- GET _cat/recovery?v&h=i,s,t,ty,st,shost,thost,f,fp,b,bp ---------------------------------------------------------------------------- +---------------------------------------------------------------------------- // CONSOLE // TEST[setup:twitter] This will return a line like: [source,js] ---------------------------------------------------------------------------- +---------------------------------------------------------------------------- i s t ty st shost thost f fp b bp twitter 0 1252ms peer done 192.168.1.1 192.168.1.2 0 100.0% 0 100.0% ---------------------------------------------------------------------------- @@ -70,14 +70,14 @@ API. [source,js] -------------------------------------------------------------------------------- GET _cat/recovery?v&h=i,s,t,ty,st,rep,snap,f,fp,b,bp ---------------------------------------------------------------------------- +-------------------------------------------------------------------------------- // CONSOLE // TEST[skip:no need to execute snapshot/restore here] This will show a recovery of type snapshot in the response [source,js] ---------------------------------------------------------------------------- +-------------------------------------------------------------------------------- i s t ty st rep snap f fp b bp twitter 0 1978ms snapshot done twitter snap_1 79 8.0% 12086 9.0% -------------------------------------------------------------------------------- diff --git a/docs/reference/mapping/params/normalizer.asciidoc b/docs/reference/mapping/params/normalizer.asciidoc index c0636763e52..5901e0d630b 100644 --- a/docs/reference/mapping/params/normalizer.asciidoc +++ b/docs/reference/mapping/params/normalizer.asciidoc @@ -121,7 +121,7 @@ GET index/_search } } } --------------------------------- +---------------------------- // CONSOLE // TEST[continued] diff --git a/docs/reference/query-dsl/parent-id-query.asciidoc b/docs/reference/query-dsl/parent-id-query.asciidoc index 4fdfa70312e..1a110f41479 100644 --- a/docs/reference/query-dsl/parent-id-query.asciidoc +++ b/docs/reference/query-dsl/parent-id-query.asciidoc @@ -32,7 +32,7 @@ PUT /my_index } } ------------------------------------------- +-------------------------------------------- // CONSOLE // TESTSETUP diff --git a/docs/reference/search/multi-search.asciidoc b/docs/reference/search/multi-search.asciidoc index f9188808661..915614faea1 100644 --- a/docs/reference/search/multi-search.asciidoc +++ b/docs/reference/search/multi-search.asciidoc @@ -155,6 +155,6 @@ GET _msearch/template { "id": "my_template_1", "params": { "query_string": "some message" } } {"index" : "main"} { "id": "my_template_2", "params": { "field": "user", "value": "test" } } ----------------------------------------------- +----------------------------------------------- // CONSOLE // TEST[continued] diff --git a/docs/reference/search/request/post-filter.asciidoc b/docs/reference/search/request/post-filter.asciidoc index 493b4261c82..249a8e4b1f6 100644 --- a/docs/reference/search/request/post-filter.asciidoc +++ b/docs/reference/search/request/post-filter.asciidoc @@ -8,7 +8,7 @@ best explained by example: Imagine that you are selling shirts that have the following properties: [source,js] -------------------------------------------------- +-------------------------------------------------- PUT /shirts { "mappings": { @@ -28,7 +28,7 @@ PUT /shirts/item/1?refresh "color": "red", "model": "slim" } ------------------------------------------------- +-------------------------------------------------- // CONSOLE // TESTSETUP