mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
11 lines
405 B
Markdown
11 lines
405 B
Markdown
---
|
|
mapped_pages:
|
|
- https://www.elastic.co/guide/en/elasticsearch/painless/current/painless-scripts.html
|
|
products:
|
|
- id: painless
|
|
---
|
|
|
|
# Scripts [painless-scripts]
|
|
|
|
Scripts are composed of one-to-many [statements](/reference/scripting-languages/painless/painless-statements.md) and are run in a sandbox that determines what local variables are immediately available along with what APIs are allowed.
|
|
|