@@ -18,8 +18,8 @@ NOTE: You are unable to interact with the REST API of {kib} with the Console.
1818[[console-api]]
1919=== Write requests
2020
21- Console understands commands in a cURL-like syntax.
22- For example, the following is a `GET` request to the {es} `_search` API.
21+ Console understands commands in a cURL-like syntax.
22+ For example, the following is a `GET` request to the {es} `_search` API.
2323
2424[source,js]
2525----------------------------------
@@ -43,23 +43,23 @@ curl -XGET "http://localhost:9200/_search" -d'
4343}'
4444----------------------------------
4545
46- If you paste the above command into Console, {kib} automatically converts it
46+ When you paste the command into Console, {kib} automatically converts it
4747to Console syntax. Alternatively, if you want to want to see Console syntax in cURL,
48- click the action icon (image:dev-tools/console/images/wrench.png[]) and select *Copy as cURL*.
48+ click the action icon (image:dev-tools/console/images/wrench.png[]) and select *Copy as cURL*.
4949
5050[float]
5151[[console-autocomplete]]
5252==== Autocomplete
5353
5454When you're typing a command, Console makes context-sensitive suggestions.
55- These suggestions show you the parameters for each API and speed up your typing.
56- To configure your preferences for autocomplete, go to
57- <<configuring-console, Settings>>.
55+ These suggestions show you the parameters for each API and speed up your typing.
56+ To configure your preferences for autocomplete, go to
57+ <<configuring-console, Settings>>.
5858
5959[float]
6060[[auto-formatting]]
6161==== Auto-formatting
62- The auto-formatting
62+ The auto-formatting
6363capability can help you format requests. Select one or more requests that you
6464want to format, click the action icon (image:dev-tools/console/images/wrench.png[]),
6565and then select *Auto indent*.
@@ -69,27 +69,27 @@ For example, you might have a request formatted like this:
6969[role="screenshot"]
7070image::dev-tools/console/images/copy-curl.png["Console close-up"]
7171
72- Console adjusts the JSON body of the request to apply the indents.
72+ Console adjusts the JSON body of the request to apply the indents.
7373
7474[role="screenshot"]
7575image::dev-tools/console/images/request.png["Console close-up"]
7676
77- If you select *Auto indent* on a request that is already well formatted,
78- Console collapses the request body to a single line per document.
77+ If you select *Auto indent* on a request that is already well formatted,
78+ Console collapses the request body to a single line per document.
7979This is helpful when working with the {es} {ref}/docs-bulk.html[bulk APIs].
8080
8181
8282
8383[float]
8484[[console-request]]
85- === Submit requests
85+ === Submit requests
8686
87- When you're ready to submit the request to {es}, click the
87+ When you're ready to submit the request to {es}, click the
8888green triangle.
8989
9090You can select multiple requests and submit them together.
91- Console sends the requests to {es} one by one and shows the output
92- in the response pane. Submitting multiple request is helpful when you're debugging an issue or trying query
91+ Console sends the requests to {es} one by one and shows the output
92+ in the response pane. Submitting multiple request is helpful when you're debugging an issue or trying query
9393combinations in multiple scenarios.
9494
9595
@@ -105,15 +105,15 @@ the action icon (image:dev-tools/console/images/wrench.png[]) and select
105105[[console-history]]
106106=== Get your request history
107107
108- Console maintains a list of the last 500 requests that {es} successfully executed.
108+ Console maintains a list of the last 500 requests that {es} successfully executed.
109109To view your most recent requests, click *History*. If you select a request
110110and click *Apply*, {kib} adds it to the editor at the current cursor position.
111111
112112[float]
113113[[configuring-console]]
114114=== Configure Console settings
115115
116- You can configure the Console font size, JSON syntax,
116+ You can configure the Console font size, JSON syntax,
117117and autocomplete suggestions in *Settings*.
118118
119119[role="screenshot"]
@@ -130,9 +130,7 @@ shortcuts, click *Help*.
130130[[console-settings]]
131131=== Disable Console
132132
133- If you don’t want to use Console, you can disable it by setting `console.enabled`
134- to `false` in your `kibana.yml` configuration file. Changing this setting
135- causes the server to regenerate assets on the next startup,
133+ If you don’t want to use Console, you can disable it by setting `console.enabled`
134+ to `false` in your `kibana.yml` configuration file. Changing this setting
135+ causes the server to regenerate assets on the next startup,
136136which might cause a delay before pages start being served.
137-
138-
0 commit comments