Browse Source

[DOCS] Update Kibana dev console screenshots for new EUI theme (#75626)

Changes:

* Updates the Kibana dev console screenshots to use the new EUI theme
* Corrects an example SQL query in one screenshot. The previous screenshot used `_/sql`, which is not a valid URI.
James Rodewig 4 years ago
parent
commit
39ae8d07ae

BIN
docs/reference/images/kibana-console.png


BIN
docs/reference/images/sql/rest/console-triple-quotes.png


+ 1 - 0
docs/reference/sql/endpoints/rest.asciidoc

@@ -50,6 +50,7 @@ If you are using {kibana-ref}/console-kibana.html[Kibana Console]
 (which is highly recommended), take advantage of the
 triple quotes `"""` when creating the query. This not only automatically escapes double
 quotes (`"`) inside the query string but also support multi-line as shown below:
+
 image:images/sql/rest/console-triple-quotes.png[]
 ====