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

schema.elasticsearch.change.1.2.0-5_user_delete-fields_script.json Maven / Gradle / Ivy

{
  "description": "Delete fields username, firstname, lastname ",
  "@type": "processorStep",
  "indexName": "user",
  "version": "1.2.0",
  "order": 5,
  "content": "{ \"remove\": { \"field\": [\"username\", \"firstname\", \"lastname\"] } }"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy