Skip to content

Instantly share code, notes, and snippets.

@souri
Created January 22, 2015 15:37
Show Gist options
  • Save souri/fceb50f6a4793eaecc0c to your computer and use it in GitHub Desktop.
Save souri/fceb50f6a4793eaecc0c to your computer and use it in GitHub Desktop.
ElasticSearch exclude example
{
"type": "mongodb",
"mongodb": {
"db": "mydb76",
"collection": "mycollec76",
"options": {
"exclude_fields": ["exclude-1", "exclude-2"]
}
},
"index": {
"name": "mydb76",
"type": "type76"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment