mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 18:27:59 -04:00
39 lines
877 B
Text
39 lines
877 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 API of Elasticsearch, 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[]
|