kibana/docs/user/dev-tools.asciidoc
Kibana Machine 57c751ce1a
[DOCS] Adds Kibana API support to Console (#134111) (#134244)
* [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>
(cherry picked from commit 0d5808a22b)

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2022-06-13 12:20:16 -04: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[]