[[scripting]] == Scripting Plugins Scripting plugins extend the scripting functionality in Elasticsearch to allow the use of other scripting languages. [float] === Core scripting plugins The core scripting plugins are: <>:: The JavaScript language plugin enables the use of JavaScript in Elasticsearch scripts, via Mozilla's https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino[Rhino JavaScript] engine. <>:: The Python language plugin enables the use of Python in Elasticsearch scripts, via the http://www.jython.org/[Jython] Java implementation of Python. include::lang-javascript.asciidoc[] include::lang-python.asciidoc[]