mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 19:13:14 -04:00
This PR: - updates navigation instructions to accommodate for the navigation changes related to solution views. - updates instructions for adding sample data to rely on the integrations page instead of the home page, that only exists with the classic solution view - updates references to the home page to avoid confusing users using one of the new solution views Closes: https://github.com/elastic/platform-docs-team/issues/529 Closes: https://github.com/elastic/platform-docs-team/issues/540
19 lines
705 B
Text
19 lines
705 B
Text
[role="xpack"]
|
|
[[painlesslab]]
|
|
== Debug Painless scripts
|
|
|
|
beta::[]
|
|
|
|
The *Painless Lab* is an interactive code editor that lets you test and
|
|
debug {ref}/modules-scripting-painless.html[Painless scripts] in real-time.
|
|
You can use the Painless scripting
|
|
language to create <<runtime-fields, {kib} runtime fields>>,
|
|
process {ref}/docs-reindex.html[reindexed data], define complex
|
|
<<watcher-create-advanced-watch, Watcher conditions>>,
|
|
and work with data in other contexts.
|
|
|
|
Find *Painless Lab* by navigating to the *Developer tools* page using the
|
|
navigation menu or the <<kibana-navigation-search,global search field>>.
|
|
|
|
[role="screenshot"]
|
|
image::dev-tools/painlesslab/images/painless-lab.png[Painless Lab]
|