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

schema.elasticsearch.change.1.1.0-0_variable_script.json Maven / Gradle / Ivy

{
  "description": "Create variables with preview",
  "@type": "processorStep",
  "indexName": "variable",
  "version": "1.1.0",
  "order": 0,
  "content": "{\"script\": {\"lang\": \"painless\",\"source\": \"ctx.fullValue = ctx.value; ctx.isPreview = ctx.value.length()>8191; if (ctx.isPreview) { ctx.value = ctx.value.substring(0,8191); }\"}}"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy