kibana/docs/user/dev-tools.asciidoc
Brandon Morelli 4f3a1c94f8
Remove complex tables (#207911)
### 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>
2025-01-27 16:09:05 +00:00

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&nbsp;Debugger&nbsp;&nbsp;&nbsp;>>
| Build and debug grok patterns before you use them in your data processing pipelines.
| <<painlesslab, Painless&nbsp;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[]