All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.elasticsearch.change.8.1.0-0_list-view_pendingIncident.json Maven / Gradle / Ivy

{
  "description": "Fill in pendingIncident flag",
  "@type": "processorStep",
  "indexName": "list-view",
  "version": "8.1.0",
  "order": 0,
  "content": "{\"script\": {\"lang\": \"painless\",\"source\": \"if (ctx.joinRelation.name.equals('activity') && ctx.incidentKey != null) { ctx.pendingIncident = true; ctx.incidentKeys = new Long[]{ctx.incidentKey}}\"}}"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy