Browse Source

[DOCS] Fix formatting in cat transforms API (#82899)

Lisa Cawley 3 years ago
parent
commit
0a16177f40
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/reference/rest-api/common-parms.asciidoc

+ 3 - 1
docs/reference/rest-api/common-parms.asciidoc

@@ -916,9 +916,11 @@ pattern (for example, `"my-index-*"`), an array of indices (for example,
 `["my-index-000001", "my-index-000002"]`), or an array of index patterns (for
 example, `["my-index-*", "my-other-index-*"]`. For remote indices use the syntax
 `"remote_name:index_name"`.
-
++
+--
 NOTE: If any indices are in remote clusters then the master node and at least
 one transform node must have the `remote_cluster_client` node role.
+--
 end::source-index-transforms[]
 
 tag::source-query-transforms[]