kibana/docs/user/dev-tools.asciidoc
gchaps 0d5808a22b
[DOCS] Adds Kibana API support to Console (#134111)
* [DOCS] Adds Kibana API support to Console

* Update docs/dev-tools/console/console.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2022-06-13 09:03:44 -07:00

39 lines
879 B
Text

[[devtools-kibana]]
= Dev Tools
[partintro]
--
*Dev Tools* contains tools that you can use to interact
with your data.
[cols="2"]
|===
a| <<console-kibana, Console>>
| Interact with the REST APIs of {es} and {kib}, including sending requests
and viewing API documentation.
a| <<xpack-profiler, {searchprofiler}>>
| Inspect and analyze your search queries.
a| <<xpack-grokdebugger, Grok&nbsp;Debugger&nbsp;&nbsp;&nbsp;>>
| Build and debug grok patterns before you use them in your data processing pipelines.
a| <<painlesslab, Painless&nbsp;Lab>>
| beta:[] Test and debug Painless scripts in real-time.
|===
--
include::{kib-repo-dir}/dev-tools/console/console.asciidoc[]
include::{kib-repo-dir}/dev-tools/searchprofiler/index.asciidoc[]
include::{kib-repo-dir}/dev-tools/grokdebugger/index.asciidoc[]
include::{kib-repo-dir}/dev-tools/painlesslab/index.asciidoc[]