[DOCS] Correct several [source,console-result] snippets (#46930) (#46937)

This commit is contained in:
James Rodewig 2019-09-20 12:20:12 -04:00 committed by GitHub
parent 0294b8fc60
commit 99130114de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -17,7 +17,7 @@ that is significant and probably very relevant to their search. 5/10,000,000 vs
//////////////////////////
[source,js]
[source,console]
--------------------------------------------------
PUT /reports
{
@ -52,7 +52,6 @@ POST /reports/_bulk?refresh
{"force": "Metropolitan Police Service", "crime_type": "Robbery"}
-------------------------------------------------
// NOTCONSOLE
// TESTSETUP
//////////////////////////
@ -82,7 +81,7 @@ GET /_search
Response:
[source,console]
[source,console-result]
--------------------------------------------------
{
...

View File

@ -96,7 +96,7 @@ GET my_index/_ilm/explain
When management of the index is first taken over by ILM, `explain` shows
that the index is managed and in the `new` phase:
[source,console]
[source,console-result]
--------------------------------------------------
{
"indices": {

View File

@ -64,7 +64,7 @@ GET /myindex/_ilm/explain
Which returns the following information:
[source,console]
[source,console-result]
--------------------------------------------------
{
"indices" : {