question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deprecated groovy script in Elasticsearch 5.0.0

See original GitHub issue

I get warnings when using the connector with Elasticserch 5.0.0:

[WARN ][o.e.d.s.g.GroovyScriptEngineService] [groovy] scripts are deprecated, use [painless] scripts instead

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ShaneHarveycommented, Nov 2, 2016

A clean installation of Elastic 5.0.0 prints this message to log. This is part of Elastisearch’s plan to remove many scripting languages and has nothing to do with mongo-connector, see https://github.com/elastic/elasticsearch/issues/20129.

0reactions
ShaneHarveycommented, Feb 27, 2017

I got nothing. Can you open an issue on https://github.com/elastic/elasticsearch/?

Read more comments on GitHub >

github_iconTop Results From Across the Web

[groovy] scripts are deprecated, use [painless] scripts instead ...
I just did a fresh install of ElasticSearch 5.0. At start I have a message [Groovy] scripts are deprecated, use [painless] INSTEAD scripts....
Read more >
Elasticsearch 5.0.0 GA released | Elastic Blog
We like Painless so much that we have made it the new default scripting language and deprecated Groovy, Javascript, and Python.
Read more >
Elasticsearch 5.0.0-beta1 released | Elastic Blog
We are so pleased with the progress that we have decided to make Painless the new default scripting language, and to deprecate Groovy, ......
Read more >
How to write scripts | Elasticsearch Guide [8.5] | Elastic
Write your first scriptedit​​ Painless is the default scripting language for Elasticsearch. It is secure, performant, and provides a natural syntax for anyone ......
Read more >
Scripting | Elasticsearch Guide [8.5] | Elastic
You can specify the language of the script anywhere that scripts run. Available scripting languagesedit. Painless is purpose-built for Elasticsearch, can be ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found