This is interesting. Only second pipeline def has script mentioned:
"processors" : [
{
"set": {
"field": "index_name",
"value":"log_abc"
}
},
{
"script": {
"source": "ctx._index = ctx.index_name"
}
}
]
can this be the reason? Still, why NoClassDefFoundError? Is there any workaround for this?