mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
### Summary For migration purposes, we need to remove complex tables in the docs. If we ultimately decide that we need complex tables to support certain documentation use-cases, we can add that functionality to docs-builder later. For https://github.com/elastic/docs-builder/issues/112#issuecomment-2599284112. Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
35 lines
887 B
Text
35 lines
887 B
Text
|
|
[[devtools-kibana]]
|
|
= Dev Tools
|
|
|
|
[partintro]
|
|
--
|
|
*Dev Tools* contains tools that you can use to interact
|
|
with your data.
|
|
|
|
[cols="2"]
|
|
|===
|
|
|
|
| <<console-kibana, Console>>
|
|
| Interact with the REST APIs of {es} and {kib}, including sending requests
|
|
and viewing API documentation.
|
|
|
|
| <<xpack-profiler, {searchprofiler}>>
|
|
| Inspect and analyze your search queries.
|
|
|
|
| <<xpack-grokdebugger, Grok Debugger >>
|
|
| Build and debug grok patterns before you use them in your data processing pipelines.
|
|
|
|
| <<painlesslab, Painless Lab>>
|
|
| beta:[] Test and debug Painless scripts in real-time.
|
|
|===
|
|
|
|
--
|
|
|
|
include::{kibana-root}/docs/dev-tools/console/console.asciidoc[]
|
|
|
|
include::{kibana-root}/docs/dev-tools/searchprofiler/index.asciidoc[]
|
|
|
|
include::{kibana-root}/docs/dev-tools/grokdebugger/index.asciidoc[]
|
|
|
|
include::{kibana-root}/docs/dev-tools/painlesslab/index.asciidoc[]
|