I had a working set with groovy scripts on my Elastic server. Upgraded and no errors when running all as usual. Now I notice scripts dont execute or do anything. I copy the script files and Elastic compiles them fine. Any help? I dont configure anything in config for scripts now.
Console
GET _scripts
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "No endpoint or operation is available at [_scripts]"
}
],
"type": "illegal_argument_exception",
"reason": "No endpoint or operation is available at [_scripts]"
},
"status": 400
}
Start msg
[2016-11-09T15:48:10,782][INFO ][o.e.n.Node ] [kraftwerk] initializing ...
[2016-11-09T15:48:11,735][INFO ][o.e.p.PluginsService ] [kraftwerk] loaded module [aggs-matrix-stats]
[2016-11-09T15:48:11,736][INFO ][o.e.p.PluginsService ] [kraftwerk] loaded module [ingest-common]
[2016-11-09T15:48:11,736][INFO ][o.e.p.PluginsService ] [kraftwerk] loaded module [lang-expression]
[2016-11-09T15:48:11,736][INFO ][o.e.p.PluginsService ] [kraftwerk] loaded module [lang-groovy]
[2016-11-09T15:48:11,737][INFO ][o.e.p.PluginsService ] [kraftwerk] loaded module [lang-mustache]
[2016-11-09T15:48:11,737][INFO ][o.e.p.PluginsService ] [kraftwerk] loaded module [lang-painless]
[2016-11-09T15:48:11,737][INFO ][o.e.p.PluginsService ] [kraftwerk] loaded module [percolator]
[2016-11-09T15:48:11,737][INFO ][o.e.p.PluginsService ] [kraftwerk] loaded module [reindex]
[2016-11-09T15:48:11,737][INFO ][o.e.p.PluginsService ] [kraftwerk] loaded module [transport-netty3]
[2016-11-09T15:48:11,737][INFO ][o.e.p.PluginsService ] [kraftwerk] loaded module [transport-netty4]
[2016-11-09T15:48:11,737][INFO ][o.e.p.PluginsService ] [kraftwerk] no plugins loaded
[2016-11-09T15:48:11,872][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\addDateToList.groovy]
[2016-11-09T15:48:12,078][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\addNumber.groovy]
[2016-11-09T15:48:12,087][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\add_date_product_incoming_items.groovy]
[2016-11-09T15:48:12,097][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\add_date_product_incoming_supplierorders.groovy]
[2016-11-09T15:48:12,107][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\add_sales_count_product.groovy]
[2016-11-09T15:48:12,131][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\add_sales_count_product2.groovy]
[2016-11-09T15:48:12,156][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\incrementBalanceProduct.groovy]
[2016-11-09T15:48:12,164][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\increment_monitored_product.groovy]
[2016-11-09T15:48:12,173][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\increment_orders_user.groovy]
[2016-11-09T15:48:12,181][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\increment_returnedorders.groovy]
[2016-11-09T15:48:12,191][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\increment_stock_product.groovy]
[2016-11-09T15:48:12,198][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\increment_totalSold_product.groovy]
[2016-11-09T15:48:12,210][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\nestedNumber.groovy]
[2016-11-09T15:48:12,225][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\sortCountSellable.groovy]
[2016-11-09T15:48:12,237][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\sortIncomingDates.groovy]
[2016-11-09T15:48:12,257][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\sortThirtyDaysSalesCount.groovy]
[2016-11-09T15:48:12,270][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\upsert_item_into_product.groovy]
[2016-11-09T15:48:12,288][INFO ][o.e.s.ScriptService ] [kraftwerk] compiling script file [C:\Dev\elasticsearch-5.0.0\config\scripts\upsert_supplierorder_into_product.groovy]