mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 17:04:01 -04:00
* [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>
39 lines
879 B
Text
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 Debugger >>
|
|
|
|
| Build and debug grok patterns before you use them in your data processing pipelines.
|
|
|
|
a| <<painlesslab, Painless 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[]
|